ashley-1.6.0
dsaltares
released this
01 Dec 22:05
·
107 commits
to master
since this release
- API change:
Component
is now an interface. Issue #170. - API addition: adds
getEngine()
toEntitySystem
. Issue #167. - API addition:
EntityListeners
now are notified by priority order. Commit f9152e6. - API consistency: defines what happens when an
Entity
is added twice to anEngine
and when we try do nested updates. We throw an exception in both cases. Issue #173. - API consistency: adding an
EntitySystem
of the same class twice replaces the previous one, just like it has always happened when addingComponents
to anEntity
. Commit 1dbfcb4. - Update: uses Libgdx 1.6.4. Commit 0284510.