mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-13 19:48:00 +07:00
15 lines
557 B
Markdown
15 lines
557 B
Markdown
# Roadmap
|
|
|
|
## Backlog
|
|
|
|
- [x] add additional oop-like api
|
|
- [ ] add fluent interface for oop-like api
|
|
- [ ] add blocklist of fragments for queries
|
|
- [ ] add checks of prohibited changes while querying
|
|
- [ ] add check inserts and removes after destroying entity
|
|
- [x] add multi remove fragments function from entities
|
|
- [ ] add multi get fragments function from entities
|
|
- [ ] add multi entity creation function
|
|
- [ ] cache matched chunks in queries
|
|
- [x] cache transitions between chunks
|
|
- [x] chunk's children should be stored in an array instead of a table |