Commit Graph

4 Commits (c6f8b65b32b1345e27e2a6add4911abf6c2d6b3c)

Author SHA1 Message Date
cosmonaut c6f8b65b32 hello filters my old friend 2023-11-07 17:46:44 -08:00
cosmonaut 001b6714cc storage refactor 2023-11-03 12:40:26 -07:00
cosmonaut 4d45d05618 World Transfer + Entity Tags (#4)
- removed Snapshot system
- Entities can now be transferred between Worlds along with their Components and Relations using a Filter
- Entities can now be given a string tag on creation
- Manipulators can update an Entity's string tag
2023-07-10 22:36:34 +00:00
cosmonaut f69d132a5e Storage refactor, snapshot system, experimental template system (#3)
- Major storage refactor to improve performance and reduce garbage collection
- Snapshot system to facilitate rollback implementation
- Experimental template system to instantiate entities based on a template. Use at your own risk, this may change significantly or be removed!

Reviewed-on: #3
2023-01-10 00:41:00 +00:00