userlamalovecancel
branchFacepunch.Steamworks/mastercancel

9 Commits over 1,188 Days - 0.00cph!

3 Years Ago
Add ConnectionManager.Broadcast for sending the same message to multiple clients Pass results back, optionally Make SendMessage call SendMessages instead of SendMessageToConnection Steamworks SDK 1.51 Rename
3 Years Ago
Crash fix in ConnectionManager.Receive due to bad pointer
3 Years Ago
Remove Marshal usage in ConnectionManager (removes allocations)
4 Years Ago
Limit SourceServerQuery to one concurrent request per endpoint
5 Years Ago
Add Inventory.EnableItemProperties to turn off per-item properties (not all games need it and it's a bit slow) There could be a whitelist Func or something added later for more control if anyone wants to do that
5 Years Ago
Add Inventory.OnInventoryResultReady so you can check that as well as the generic OnUpdate Add Overlay.IsOpen
5 Years Ago
Make Inventory.OnUpdate an event, FormatPrice can be passed LocalPrice without needing to multiply it
5 Years Ago
Formats for more currencies, and make that format function public
6 Years Ago
Don't require unsafe to use voice