Skip to content

Releases: SalemC/EntTS

v1.2.0

30 Nov 20:45

Choose a tag to compare

What's Changed

  • Improved performance in EntityManager getAllEntitiesWithComponents method.
  • Removed abstract requirement for System onUpdate method.
  • Added ability to retrieve systems from the SystemManager.
  • Added more robust tests.

Full Changelog: v1.1.0...v1.2.0

QoL Changes

26 Nov 19:14

Choose a tag to compare

  • Added onEntityAdded and onEntityRemoved methods to the System class that are automatically called throughout the lifecycle of each System.
  • Added ability to 'destroy' entities, removing them entirely.
  • Added getAllEntitiesWithComponents method to the EntityManager class.

Full Changelog: v1.0.3...v1.1.0

v1.0.3 - Public Release

01 Jun 19:53

Choose a tag to compare