Skip to content

Version 0.36-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@elnormous elnormous released this 27 Jun 22:44
· 6032 commits to master since this release

New features in this release:

  • Implemented INI file parser and encoder
  • Implemented automatic Engine initialization, settings are being read from settings.ini
  • Added RESET and FINISH events that are being posted when animation ends or is being reset
  • Added support for dynamic texture upload for Direct3D 11
  • Implemented pitch and volume control for DirectSound audio backend
  • Implemented control, shift, alt and command button state change events on macOS
  • Audio and graphics backends can now be disabled in CompileConfig.h
  • Added OpenGL 4 support
  • Fixed lots of crashes that happened sometimes when the engine exited
  • Implemented screenshot capturing for Direct3D 11 with MSAA enabled
  • Now system-wide or user-specific AppData directory can be retrieved on Windows and macOS
  • Implemented AppData and temporary directory getter for Linux, Raspbian, Android, iOS, and tvOS
  • Fixed OpenGL screenshot capturing
  • Fixed OBF string encoding
  • Fixed a bug that caused the widgets not being added to menu after the removal from it
  • Small bug fixes, memory leak fixes and optimizations for Metal and Direct3D renderers