Skip to content

Releases: EngineerSmith/Export-TextureAtlas

v2.3

04 Feb 00:45
0b23f79
Compare
Choose a tag to compare
  • New argument -maxSize
  • Pulled version 1.7 of RTA which includes numerous bug fixes
    • Greatly improved packing due to bug fixes

v2.2

28 Jan 22:47
9cbac80
Compare
Choose a tag to compare
  • 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

19 Jan 22:10
92d6351
Compare
Choose a tag to compare
  • 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

30 Nov 18:34
b1f5060
Compare
Choose a tag to compare
  • Improved default template + added json example template
  • Added -pow2 flag
  • Fixed require to be case-sensitive by @flamendless
  • Fixed padding
  • Added -spacing
  • Removed -throwUnsupportedImageExtensions
  • Hid window from appearing when running the code
  • Added -ignore with 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

25 Nov 22:05
85f940f
Compare
Choose a tag to compare
  • Added quadCount template variable
  • Added fixedSize's width and height template variable
  • Grammar fixes in readme
  • Fixed syntax error

v1.0

25 Nov 21:32
0745a3e
Compare
Choose a tag to compare

First release, fully featured.