v0.8.8 #24
richardbiely
announced in
Announcements
v0.8.8
#24
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release fixes important bugs that sneaked into 0.8.7, most notably archetype matching and archetype cache clearing.
Release Notes:
Fixed:
Fixed: Archetype matching
Fixed: Archetypes would never get deleted
Fixed: Archetype graph connections incorrectly handled during removals
Fixed: Avoid possible out-of-bounds access when deleting too many archetypes
Fixed: One bit too many allocated for JobHandle
Tweaked:
Tweaked: 2 less hash calculation when adding an Is pair
Tweaked: Don't store entities in chunks twice (ComponentRecord had a duplicate
Tweaked: Chunk::ent_id_view -> ids_view to match the naming on Archetype
Tweaked: World takes care of lifetime handling of chunks and archetypes now
Changed:
Changed: No more need to call wld.add(X,X) before using wld.as(A,{Is,X})
Changed: EntityDesc and Component marked as Core components
Changed: Catch2 updated to 3.7.1
Full Changelog: v0.8.7...v0.8.8
This discussion was created from the release v0.8.8.
Beta Was this translation helpful? Give feedback.
All reactions