Skip to content

Releases: Philanatidae/Audrey

Audrey v1.1.3

07 Oct 04:52
Compare
Choose a tag to compare

This is a minor release for Audrey that fixes issues and bugs found when implementing Audrey into another project.

Audrey v1.1.2

07 Oct 01:36
Compare
Choose a tag to compare

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 specified
  • Entity.GetComponents() has been added, which returns an array of component instances of the Entity.

Audrey v1.1.1

04 Oct 19:07
Compare
Choose a tag to compare

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

04 Oct 17:51
Compare
Choose a tag to compare

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.