Skip to content

Releases: NatWeiss/EntityFu

v0.4.1

18 Jun 20:11
Compare
Choose a tag to compare

Improved verbose logging.

v0.4.0

06 May 06:19
Compare
Choose a tag to compare

Entity is a namespace.
Cid-based functions public instead of private.
Faster due to less function call overhead.
Simplified.

v0.3.0

03 Jun 02:14
Compare
Choose a tag to compare

Variadic templates are used so that any number of components can be added with Entity::create(...). Thanks to Azenris.

v0.2.0

24 May 06:51
Compare
Choose a tag to compare

Component Eids are now stored in a vector instead of an arbitrary range so that looping over entities is more accurate, fast, easy and C++11 friendly. Thanks to MAUSMAUSGames.

v0.1.0

23 May 21:10
Compare
Choose a tag to compare

First release.