Releases: Philanatidae/Audrey
Releases · Philanatidae/Audrey
Audrey v1.1.3
This is a minor release for Audrey that fixes issues and bugs found when implementing Audrey into another project.
Audrey v1.1.2
This is a minor release to v1.1.1 that adds a unit test for Family.Matches
, which previously failed.
Entity.StripAllComponentsExcept()
has been added, which removes all components except types specifiedEntity.GetComponents()
has been added, which returns an array of component instances of the Entity.
Audrey v1.1.1
This is a minor hotfix to v1.1
that fixes components requiring a default constructor, as well as Family.Matches
requiring internal entity ID's instead of Entity
objects.
Audrey v1.1
v1.1
is a performance improvement to the original version of Audrey. This version changes Audrey internally to use sparse sets, similar to EnTT. The API for Audrey remains the same, and is 100% compatible with previous usage of the library.