Skip to content

ashley-1.3.0

Compare
Choose a tag to compare
@dsaltares dsaltares released this 01 Dec 22:19
· 223 commits to master since this release
  • API addition: adds IntervalSystem and IntervalIteratingSystem, which are updated at a fixed interval. Commit 47bf907.
  • API addition: adds getEntities() to IteratingSystem and IntervalIteratingSystem. Commit f1ccdbe.
  • API change: entities use long as ID. Changes entity.getIndex() for entity.getId(). Ids are reset to 0 after the entity is removed from the engine. Commit 6f9d2b7.
  • Bug fix: we finally got rid of the issues related to deleting entities and adding/removing components mid system processing. Commit a2a63f4.
  • Bug fix: fixes problem with removing pooled entities. #64.
  • Bug fix: fixes pooled entities not being fully reset. Issue #72.
  • Bug fix: fixes broken GWT compatibility. Commit 9a01938.