Sync to upstream Jecs 0.5.5-nightly.20250426T001101Z

This commit is contained in:
forgejo-actions 2025-04-26 00:11:19 +00:00 committed by github-actions[bot]
parent 9081625bbf
commit 62a8db2fdb
9 changed files with 286 additions and 34 deletions

View file

@ -11,6 +11,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
## [Unreleased]
- `[world]`:
- Added `world:range` to restrict entity range
- Changed `world:entity` to accept the overload to create an entity at the desired index
- Changed `world:clear` to also look through the component record for the cleared `ID`
- Removes the cleared ID from every entity that has it
- Changed entity ID layouts by putting the index in the lower bits, which should make every world function 1-5 nanoseconds faster