Skip to content

1.6.0

Compare
Choose a tag to compare
@mamontov-cpp mamontov-cpp released this 22 Aug 19:07
· 1129 commits to master since this release

Changelog:

saddy

  • Moved some implementation parts to submodules. Please, make sure, that you clone recursive, when cloning the repo.
  • Moved all solutions into CMake, instead of hand-written built system (#25)
  • Implemented varying easing functions for animations (#57)
  • Added support for unpacked texture formats and disabling mipmaps (#82, #83, #84, #94)
  • Added support for layouts (#15)
  • Moved ifaceed, atlasgen, exporter to tools (#92)
  • Added support for loading assets from TAR archives (#85, #86, #95, #98, #99)
  • Fixed bug, when user could name resource and atlas of texture atlas with same name, causing errors (#96)
  • Fixed bug, when TGA loader was unable to load compressed image (#97)

atlasgen

  • Added support for unpacked texture formats (#82, #83, #84)
  • Implemented texture cell offset hack option, which add one extra pixel in boundaries of textures (#93)
  • Added support for loading assets from TAR archives (#85, #86, #95, #98, #99)

saddy-duktape

  • Updated built-in Duktape version to 1.4.1 (#89)

ifaceed

  • Implemented support for moving camera with arrow controls (#90)
  • Implemented support for copying size from other node to scene node (#91)
  • Fixed cancelling editing in some text fields (#55)
  • Fixed completer bugs (#88)
  • Updated related color-picker project (#87)