Releases: EngineerSmith/Export-TextureAtlas
Releases · EngineerSmith/Export-TextureAtlas
v2.3
v2.2
- Updated RTA
- New dynamic sized packing algorithm
- Headless rendering, no longer requiring love.window and love.graphics
- Bug fixes
- Removed love.window and love.graphics use
v2.1
- Fixed issue with arguments whitespace trailing within speech marks
- Re-hosted NFS as it was deleted
- Updated RTA to latest commit which includes RTA bug fixes
- Added SDL2 window hiding code
v2.0
- Improved default template + added json example template
- Added
-pow2flag - Fixed require to be case-sensitive by @flamendless
- Fixed padding
- Added
-spacing - Removed
-throwUnsupportedImageExtensions - Hid window from appearing when running the code
- Added
-ignorewith wildcard support - Fixed ignore with absolute path (no wildcard) by @flamendless
- Fixed args to work with multiple flags. E.g.
-ignore <dir1> -ignore <dir2> -ignore <dir3>same as-ignore <dir1> <dir2> <dir3> - Added
-input <dir> <...> - Added
-output <dir or file> <...> - Added
-dataOutput <dir or file> <...>
v1.1
- Added
quadCounttemplate variable - Added
fixedSize'swidthandheighttemplate variable - Grammar fixes in readme
- Fixed syntax error
v1.0
First release, fully featured.