update precached chunk flags on the fly

This commit is contained in:
BlackMATov
2025-01-31 12:39:01 +07:00
parent f255e1422f
commit 2d83e62a16
3 changed files with 344 additions and 15 deletions

View File

@@ -3,9 +3,7 @@
## Backlog
- optimize batch operations for cases with moving entities to empty chunks
- should we clear chunk's components by on_insert tag callback?
- try to keep entity_chunks/places tables as arrays
- update chunk precached hook flags after adding/removing hooks
## After first release