Commit Graph

7 Commits (3b1dafdebdb8fbe3e4617312dd90a452378b3af8)

Author SHA1 Message Date
cosmonaut 3b1dafdebd file-scoped namespaces + formatting 2023-11-20 23:13:04 -08:00
cosmonaut 001b6714cc storage refactor 2023-11-03 12:40:26 -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 bb359d339b add == operator to Entity 2022-08-11 14:04:26 -07:00
cosmonaut 37d10db955 remove implicit usings 2022-04-07 22:52:03 -07:00
cosmonaut 24455bcaed Entity is now IEquatable 2022-03-31 14:51:43 -07:00
cosmonaut 0f4052728e initial commit 2022-03-04 18:01:44 -08:00