Skip to content

0.2.0 Release

Compare
Choose a tag to compare
@alexcui03 alexcui03 released this 18 Jan 04:51
· 46 commits to master since this release

Version: 0.2.0

Date: 2019.1.18

Features:

  • Added loading for image resource.[build-418]
  • Added class for plugin information.[build-419]
  • Added information widget to menu bar.[build-419]
  • Added default costume(test only).[build-435]
  • Changed key 'Log' to 'Info'.[build-514]
  • Changed key 'Log' for 'DumpInfo' to 'Error'.[build-514]
  • Changed class for plugin information.[build-420]
  • Deleted default sprite creating.[build-514]
  • Deleted TestSprite.[build-424]
  • Now add a new empty sprite was enabled.[build-424]
  • Each sprite has their own blocks.[build-424]

Bugfixes:

  • Fixed the position of blocks that is in edit area is not true when changed showing object.[bug#21][build-514]
  • Fixed the program crash when release a block if the sprite changes.[bug#23][build-514]
  • Fixed the program crash when click the same sprite item.[bug#24][build-514]
  • Fixed the program crash when change current sprite after creating new sprites.[bug#25][build-514]

Source:

  • Added compile flags for c++ standard.[build-420]
  • Added marco '_HAS_CXX17'.[build-420]
  • Added function to Logger in template function.[build-514, build-515]
  • Changed c++ standard to ISO/IEC 14882:2017.[build-420]
  • Changed namespace 'std::experiment::filesystem' to 'std::filesystem'.[build-420]
  • Changed some compile flags.[build-424]
  • Deleted some function in Logger.[build-514, build-515]