Skip to content

ashley-1.6.0

Compare
Choose a tag to compare
@dsaltares 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() to EntitySystem. 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 an Engine 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 adding Components to an Entity. Commit 1dbfcb4.
  • Update: uses Libgdx 1.6.4. Commit 0284510.