- (Skipped v6 to align with the piesku/goodluck template versioning.)
- Blueprints are now regular arrays of component mixins. No more
Using: […]
. - Renamed
BaseWorld
toWorldImpl
. - Removed
createEntity
anddestroyEntity
in favor ofWorldImpl
's methods.
- Recycle entity indices for constant-time creation.
- Avoid out-of-bounds check in create_entity.
- Initial release corresponding to Goodluck as of August 2020.