Skip to content

Releases: subsoap/defos

v2.8.7

07 Apr 01:45
2a58633

Choose a tag to compare

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

05 Feb 21:06
56e69ee

Choose a tag to compare

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

03 Feb 09:27
61c96b5

Choose a tag to compare

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

11 Dec 14:17
341391f

Choose a tag to compare

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

26 Mar 11:41
2a3c04a

Choose a tag to compare

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

25 Mar 08:32
74f74c6

Choose a tag to compare

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

22 Feb 09:18
4e49780

Choose a tag to compare

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

05 Oct 11:05
c9e4af2

Choose a tag to compare

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

09 Nov 09:20
7ab2431

Choose a tag to compare

Dependency URL:

Add this to your game.project:

https://github.com/subsoap/defos/archive/refs/tags/v2.7.1.zip

Features:

Fix build for linux in Defold 1.6.2+ (#131)

v2.7.0

31 Jan 20:12
e362b70

Choose a tag to compare

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