Skip to content

Releases: NatWeiss/EntityFu

v0.4.1

Choose a tag to compare

@NatWeiss NatWeiss released this 18 Jun 20:11

Improved verbose logging.

v0.4.0

Choose a tag to compare

@NatWeiss NatWeiss released this 06 May 06:19

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

v0.3.0

Choose a tag to compare

@NatWeiss NatWeiss released this 03 Jun 02:14

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

v0.2.0

Choose a tag to compare

@NatWeiss NatWeiss released this 24 May 06:51

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

Choose a tag to compare

@NatWeiss NatWeiss released this 23 May 21:10

First release.