Sync to released Jecs 0.5.5-nightly.20250426T001101Z (#45)

Reviewed-on: #45
This commit is contained in:
marked 2025-04-26 02:11:21 +02:00
parent 9081625bbf
commit 78c16084de
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