Commit Graph

8 Commits (35934baec0e5644039ab58e2b260a1279462adbb)

Author SHA1 Message Date
cosmonaut 35934baec0 fix random sometimes returning negative integers 2023-10-13 12:29:38 -07:00
cosmonaut 3cb3c64459 update random state comment 2023-10-09 14:06:13 -07:00
cosmonaut 231575757e some rng fixes 2023-10-06 13:38:17 -07:00
cosmonaut a05eb94b7d add MoonTools.ECS.Random 2023-10-05 15:56:45 -07:00
cosmonaut 839ad015ba add RandomGenerator.SetSeed method 2023-07-27 14:53:50 -07: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
cosmonaut 37d10db955 remove implicit usings 2022-04-07 22:52:03 -07:00
cosmonaut b4c862d568 allow randomized entity access on filters 2022-04-02 01:00:48 -07:00