New features:

  • Added JDI file format for storing/loading all types of image format from data::Image.
  • Added ability for data::Image to convert in etc1 format.
  • Added texture creation params to TextureManager.
  • Added SetPivot to SpriteDrawer.
  • Added reset to AnimationManager and improved Animation class.
  • Added Application pause resume callback.
  • Added Application::GetDataPath.
  • Added easings to math.

Issues fixed:

  • Fixed inability to create depth and stencil textures in GPI.
  • Implemented compressed textures in GPI.
  • Removed noexcept macro for non-C++11 builds because of visual studio 2013.
  • Fixed incorrect argument order for math_clamp<float16>.
  • Fixed cubicInOut easing.
  • Fixed incorrect Animation behaviour.
  • Fixed AnimationManager issue with looped animation and big time interval(ex. pause)