New
ashley-1.7.0
- API change: removed UUIDs from entities, users should implement their own ID system when needed. This helps with networked games. Issue #182.
- Update: components are added/removed immediately, listeners are notified after the current system finishes updating. Commit 84de67991b343828c668985bd1cd5a4a1309cafa.
- Bug fix: fixed entity listeners not being called if a component is added inside another listener. Commit b611dd98e28f4dc15d64b7340c8d507ba29153d5.
- Bug fix: does not allocate memory inside
updateFamilyMembership(). Commit 9ae5e459b437d7a51bfc48283cf5cd20e82989f9. - Update: uses Libgdx 1.7.1. Commit 4799007c457f714ad9fe0ad606a4a0f25b825ab7.