Commit Graph

6 Commits

Author SHA1 Message Date
max
80c90d884a ulong and grid list wrapper test
- wrapped lists in serialized dicts do work, maybe wrap anything.
- note: maybe convert long fields to string fields to support ulong?
2023-07-03 23:35:29 +02:00
max
6f600c38ab namespaces 2023-07-03 00:47:53 +02:00
max
d225f897ba long ids but not long enough!
- Object and prefab file id loading
- Generate grid update
- Switched uint to long but should probably be ulong!
2023-06-30 03:28:44 +02:00
max
1556f95485 SceneGrid SceneView test 2023-06-29 00:20:01 +02:00
max
c42a23d6fa Simple grid generation and loading
- Grid generation
- Grid loading
- GridIds
- Still having issues with serialization of the grid data structure
2023-06-28 01:07:27 +02:00
max
b6f9052cff Work State Serialization
- Worked on serialization issues (some string data doesn't get correctly formatted, but was also not needed, so removed the data part from ScenePartition)
- Moved some files to runtime (wip)
2023-06-26 01:03:14 +02:00