userConnacancel
branchsbox-corewars/taskscancel

15 Commits over 0 Days - ∞cph!

2 Years Ago
Use library identifier instead of name. Fixed default stack size. Fixed stack size overflow.
2 Years Ago
Fixed item stacking when using custom data. Refer to item types by library name or generics. Add test stack code.
2 Years Ago
Make sure InventorySystem.ClientDisconnected is called to properly clean up InventoryContainer connections
2 Years Ago
Added NetInventory a convenience BaseNetworkable with custom INetworkSerializer that will perform an initial synchronization of an InventoryContainer
2 Years Ago
InventoryContainer.Serialize / Deserialize
2 Years Ago
Cleanup old logs
2 Years Ago
Added ChunkDataMap (currently only storing block health). Moved some stuff out of Game and into Map. Modifying ChunkDataMap values will network them accordingly. Block health is reset to 100 whenever a new block is created.
2 Years Ago
Added test_item and MainInventory population
2 Years Ago
Fixed RPC related issues
2 Years Ago
Stashing work on Inventory API
2 Years Ago
Start fleshing out an Inventory API
2 Years Ago
Improved shadows and lighting on testmap Updated temp textures Support for higher quality materials Add emission map, fix roughness Merge branch 'main' into tasks
2 Years Ago
Send a connecting player 8 chunks a time but still very quickly
2 Years Ago
Update Block Slices in a worker thread (thanks @Metapyziks for pointing out I needed ThreadStatic)
2 Years Ago
Experiments