v0.4.2 - Jumpscare
A bushel of fixes here!
world.reset()will no longer break if entities have exclusive relations.- Tracking modifiers, including
Changed, have various bugs fixed related to the tracking not being properly cleared after being read. This fixes in particular using multiple tracking modifiers in the same query.
What's Changed
- Fix typos in README (no queryable → not queryable, enttiy → entity) by @pietdaniel in #112
- fix: ensure entities are only destroyed when present by @wrangelvid in #111
- fix: only update a Changed query when the tracked trait is changed by @r04423 in #116
- Reset bit masks after executing tracking queries by @r04423 in #117
New Contributors
- @pietdaniel made their first contribution in #112
- @wrangelvid made their first contribution in #111
- @r04423 made their first contribution in #116
Full Changelog: v0.4.1...v0.4.2