Skip to content

ashley-1.3.2

Compare
Choose a tag to compare
@dsaltares dsaltares released this 01 Dec 22:16
· 182 commits to master since this release
  • API: we now use a builder pattern to create Family objects. More about it on the wiki. Commit addition974f12f6d53c5d92992ddd6bf09edd44937d9e66.
  • API addition: new SortedIteratingSystem by Lusito. Commit 905b268.
  • API addition: now ImmutableArray implements the Iterable interface, which makes it a lot easier to iterate over entity collections. Commit c39b097.
  • Bug fix: avoid double entity removal by accident. Commit 1c861a2.
  • Bug fix: fixes StackOverflowError when processing entity operations. Issue #103.
  • Bug fixes: fixes freeze when calling removeAllEntities(). Issue #101.
  • Improvement: we made a bunch of changes that increase performance.