ashley-1.3.0
dsaltares
released this
01 Dec 22:19
·
223 commits
to master
since this release
- API addition: adds
IntervalSystem
andIntervalIteratingSystem
, which are updated at a fixed interval. Commit 47bf907. - API addition: adds
getEntities()
toIteratingSystem
andIntervalIteratingSystem
. Commit f1ccdbe. - API change: entities use
long
as ID. Changesentity.getIndex()
forentity.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.