branchrust_reboot/main/protobuf_fixescancel

17 Commits over 0 Days - ∞cph!

2 Months Ago
Drop messages that try to get sent to disconnected Rust+ clients, with some logging to see if something might be wrong
2 Months Ago
Fix failing to save empty blueprints when using resetbp command
2 Months Ago
Fix possible race condition accessing NetWrite.Length after sending the instance to a network thread to handle
2 Months Ago
Fix RPC error in CLIENT_SetTowId when detaching
3 Months Ago
Fix demo recording by allowing Position to be set on NetRead/NetWrite
3 Months Ago
Fix protobuf codegen generating invalid data for large protos (maps)
3 Months Ago
Update protobuf codegen to fix WriteToStream writing invalid length delimiters
3 Months Ago
Actually fix RPC error in CLIENT_PendingInvite (IDs are ulong, not ints)
3 Months Ago
Update protobuf code generator (should fix IndexOutOfRangeException when saving the generated procgen map)
3 Months Ago
Possible fixes for RPC errors in DoUpgradeEffect and GetPerformanceReport (likely mods using them with missing parameters)
3 Months Ago
Fix RPC error in CeilingLight.ClientPhysPush (should also fix push direction/force due to explosions)
3 Months Ago
Fix RPC error in CLIENT_PendingInvite when clearing a pending team invite
3 Months Ago
Fix broken code in PhotoFrame.RecieveOverlayTexture RPC causing errors because it's trying to read the wrong data
3 Months Ago
Log the full exception in WorldSerialization.Save+Load
3 Months Ago
Fix RPC error in SetInheritedVelocity
3 Months Ago
Fix RepairBench.ChangeSkin and ElevatorLift.Server_RaiseLowerFloor RPC errors
3 Months Ago
Allow BufferStream to grow larger, but don't use the ArrayPool for it