artemis-odb-1.1.0
junkdog
released this
24 Oct 17:52
·
566 commits
to develop
since this release
Change Log
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
.
- Register entities using
- 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.