Releases: subsoap/defos
v2.8.7
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.7.zip
Changes
Fix crash on macOS when toggling borderless after fullscreen.
Note: This may still need more work in the future for edge cases.
v2.8.6
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.6.zip
Changes
Fixes being able to properly set window titles with defos.set_window_title on Windows with unicode text (Chinese, Japanese, Hindi, Korean, Arabic etc.).
v2.8.5
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.5.zip
Changes
DefOS no longer changes view size on load on HTML5 targets based on data in game.project such as:
[defos]
view_width = 405
view_height = 900
v2.8.4
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.4.zip
Changes
Lua annotations added
v2.8.3
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.3.zip
Changes
Added script_api file
v2.8.2
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.2.zip
Changes
New Linux libraries
v2.8.1
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.1.zip
Changes
ext.manifest updated to be compatible with the latest extender (Defold 1.9.8)
v2.8.0
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.8.0.zip
Features:
New functions added (for now only for windows and macos):
defos.set_borderless(bool_value)
defos.toggle_borderless()
local bool_value = defos.is_borderless()v2.7.1
v2.7.0
Dependency URL:
Add this to your game.project:
https://github.com/subsoap/defos/archive/refs/tags/v2.7.0.zip
Features:
Fixes defos.set_window_title on Windows to properly support unicode characters (requires host OS to support those characters still).
Thanks @e1e5en-gd