Skip to content

v 2.1.0

Compare
Choose a tag to compare
@Martenfur Martenfur released this 11 Aug 21:20
· 76 commits to master since this release

Changed

  • Removed VS2017 template support and added VS2022 templates.
  • Solution created from template no longer requires to manually build Content project.
  • Changed Component methods from abstract to virtual.
  • Templates now support .NET5 instead of netcore 3.

Added

  • Added support for the backgroundcolor property for Tiled maps.
  • Added OnCrash event to SceneMgr which allows to catch and recover from the exceptions within a scene.
  • Added IsFixedUpdateFrame to SceneMgr.
  • Added coroutines.

Fixed:

  • Fixed Scene not being able to delete its layers properly.
  • Made SafeList thread safe.
  • Newly created solutions set their default project to GL instead of library, which cannot be run.