ashley-1.1.0
dsaltares
released this
01 Dec 22:24
·
266 commits
to master
since this release
- Performance improvements: massive performance gains with O(1) component retrieval through
ComponentMapper
and the use ofArray<Entity>
rather thanIntMap<Entity>
. Unfortunately this changes the API slightly, but hopefully you guys will appreciate the benefits. Commit 8c98e97. - Complete Ashley manual: now the wiki has a lot more content, it fully covers Ashley. The rest is sugar.
- API Cleanup: renames
Family.getFamilyFor()
toFamily.getFor()
for simplicity. Commit 3182782. - Configurable pools:
PooledEngine
now accepts the initial and maximum sizes for the entity and components pools. This will add a lot more flexibility to bigger games. Commit 569f089. - Libgdx 1.3.0: Ashley now depends on gdx-core 1.3.0. Commit aa97ecb.