Releases: potatojam/defold-atlas-loader
Releases · potatojam/defold-atlas-loader
1.1.6 Fix for initialization of factories
Sometimes factories might not have initialized
1.1.5 Defold 1.9.7+ support
Added Defold 1.9.7+ support.
Thank you @mozok
Added is_mount_available
Check if proxy mount is available
1.1.3 Added synchronous loading of proxy collection
Added flag for synchronous loading
1.1.2 Fixed callback bug
Callback was not released after loading the atlas
1.1.1 Improved mount loading
Now when using the same file name, mounts with different keys will work
1.1.0 Advanced proxy capabilities
- Added possibility for loading/unloading proxy from mounts
- 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
use_html_loader allows you to use html_loader to show the loading. Default value is false
Fix issue with `path`
Fixed an issue with path
when it may be garbage collected by Lua, because C code doesn't copy it.
Released first version
Released atlas loader