Skip to content

artemis-odb-1.1.1

Compare
Choose a tag to compare
@junkdog junkdog released this 25 Oct 20:06
· 564 commits to develop since this release

Heh, this took some time tracking down. Introduced in 1.0.0.

Change Log

Version: 1.1.1 - 2015-10-25

  • Fix: New entity subscriptions could end up with an initial batch of dead entities.

Version: 1.1.0 - 2015-10-24

  • @PooledWeaver clears Bag, IntBag, all Lists, Sets, Maps in java.util, all
    Arrays and Maps in libgdx.
  • Serialization: named entities; like tags, but local to the SaveFileFormat instance.
    • Register entities using com.artemis.components.SerializationTag.
  • Serialization: new setUsePrototypes method, writes default values.
  • Fix: Deleted entities could still linger in the TagManager.
  • Fix: Serializing an entity field having a value of null or -1 no longer throws an exception.