Commit Graph

12 Commits (500f0a6903ac99f40f9ff45b604081f73898a22f)

Author SHA1 Message Date
cosmonaut 500f0a6903 rename some random methods 2023-10-13 13:36:28 -07:00
cosmonaut 3cba3e047c fix filter results being out of order on world transfer 2023-10-11 15:35:44 -07:00
cosmonaut a2a81bf477 world transfer determinism 2023-10-10 11:59:28 -07:00
cosmonaut 1ef141422c more determinism 2023-10-09 17:34:55 -07:00
cosmonaut 7b519ed4b2 filter determinism 2023-10-09 16:48:58 -07:00
cosmonaut 4722445f11 refactor collections to use NativeMemory 2023-10-09 12:03:48 -07:00
cosmonaut a05eb94b7d add MoonTools.ECS.Random 2023-10-05 15:56:45 -07:00
cosmonaut b5e28ae69f add World.Clear 2023-07-21 14:41:53 -07:00
cosmonaut 4268762a0c fix EntitiesInRandomOrder 2023-04-06 14:54:20 -07:00
cosmonaut 4ff546538b fix false positive on filter remove callback 2023-01-27 09:48:27 -08:00
cosmonaut 1438188dca add filter callback system 2023-01-26 16:34:15 -08: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