Skip to content

Releases: potatojam/defold-atlas-loader

1.1.6 Fix for initialization of factories

06 Mar 10:06
Compare
Choose a tag to compare

Sometimes factories might not have initialized

1.1.5 Defold 1.9.7+ support

23 Jan 13:14
d94e8f8
Compare
Choose a tag to compare

Added Defold 1.9.7+ support.
Thank you @mozok

Added is_mount_available

17 Jan 09:59
Compare
Choose a tag to compare

Check if proxy mount is available

1.1.3 Added synchronous loading of proxy collection

28 Nov 09:30
Compare
Choose a tag to compare

Added flag for synchronous loading

1.1.2 Fixed callback bug

22 Nov 18:51
Compare
Choose a tag to compare

Callback was not released after loading the atlas

1.1.1 Improved mount loading

13 Nov 16:19
Compare
Choose a tag to compare

Now when using the same file name, mounts with different keys will work

1.1.0 Advanced proxy capabilities

11 Nov 11:50
Compare
Choose a tag to compare
  1. Added possibility for loading/unloading proxy from mounts
  2. Added usefull features:
    • Auto adding max priority for mounts
    • Possibility for loading/unloading proxy without live update
    • Added proxy waiting list

1.0.2 Added use_html_loader variable

30 Sep 13:54
Compare
Choose a tag to compare

use_html_loader allows you to use html_loader to show the loading. Default value is false

Fix issue with `path`

24 Aug 13:44
21d5729
Compare
Choose a tag to compare

Fixed an issue with path when it may be garbage collected by Lua, because C code doesn't copy it.

Released first version

14 Jun 16:45
Compare
Choose a tag to compare

Released atlas loader