Skip to content

1.5.1

Compare
Choose a tag to compare
@mamontov-cpp mamontov-cpp released this 05 Aug 18:31
· 1664 commits to master since this release

Changelog:

core

  • Saddy now tries to change affinity to second processor improve overall perfomance (see #4)
  • Added callbacks, that could be called, when animations or animation groups started or finished playing ( #11, #16 )
  • sad::animations::Resize now requires starting and ending size properties ( #6 )
  • Added sad::animations::SimpleMovement to make creating transitions simpler ( #10 )
  • Made querying database for object of specified type simpler ( #12 )
  • Added sad::db::TypedLink class
  • Added saving and restoring snapshots capabilities in sad::db::Database ( #14 )
  • Fixed various problems, found by static analysis ( #22 , #24 )
  • Fixed bugs ( #23 and many other)

saddy-irrklang

  • Added sad::irrklang::SingleSound, suitable when working with main themes of game
  • Remade API, so user can explicitly free engine, thus game won't crash

ifaceed

  • Added "Clear selection" button ( #5 )
  • Fixed issue with duplicating sprites ( #7 )
  • Fixed issues with selecting object ( #9 )
  • Added button which updates texture coordinates for all sprites, if texture atlas changed ( #13 )
  • Fixed issues with color selection ( #9, #19, #20 )
  • Set tab size to 4 in console ( #17 )
  • Tab now can be used to indent selection in console ( #18 )