userConnacancel
reposboxcancel

1,090 Commits over 1,280 Days - 0.04cph!

31 Days Ago
Add undo support / unsaved changes to advanced network settings
31 Days Ago
Clearer logic for these flags Only log this message if networking debug is on
31 Days Ago
Re-enable Nagle by default, Protocol++
32 Days Ago
Component RPCs sent Id instead of type name string allowing RPCs from multiple components of the same type. Protocol++
32 Days Ago
Make sure we do include reliable transform update when changing ownership
32 Days Ago
Squashed commit of the following: commit 76f039bef3ee819f4b5e0b34179223405196d5bd Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 15:50:41 2024 +0100 Cleanup commit 7559957d809b94986d20f93f417f69194138782a Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 15:43:55 2024 +0100 Some logs commit ed9cb58705a97c3889d8d7a4ef97d8895b93dc98 Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 15:04:35 2024 +0100 Remove debug log commit 91c006383091050f87ac0a75b70df02e9ac17498 Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 14:54:41 2024 +0100 Remove debugging - fix spike when flushing pending updates commit a681e665208d87bc99c82ffb9865abc24365caa5 Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 14:43:32 2024 +0100 Fix flags commit 5eee6683b66a3b38390605a1f7ba72aaf51cc68a Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 14:34:28 2024 +0100 More debug commit f35802593b1e9af772bf91a3eb451cb6c1c6dc3a Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 14:30:52 2024 +0100 Debugging commit 42e0e1d3d06f4cce830c530e7b2e3943b94921e4 Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 12:52:35 2024 +0100 ++ commit d2402c9253ef520bdea0b141a393d0baa72a8d82 Author: kurozael <kurozael@gmail.com> Date: Tue Aug 6 12:46:25 2024 +0100 Initial commit
32 Days Ago
Cleanup
32 Days Ago
Some logs
32 Days Ago
Remove debug log
32 Days Ago
Remove debugging - fix spike when flushing pending updates
32 Days Ago
Fix flags
32 Days Ago
More debug
32 Days Ago
Debugging
32 Days Ago
++
32 Days Ago
Initial commit
33 Days Ago
Actually log the result code from SendMessageToUser so can debug issues here
34 Days Ago
NetworkSpawnRemote after all NWOs from snapshot deserialized but before callback batch to ensure references exist ( Fixes Facepunch/sbox-issues#6086 )
34 Days Ago
Missed a spot
34 Days Ago
Add global:: to generated code for attributes with CodeGenerator ( Fixes Facepunch/sbox-issues#6055 )
34 Days Ago
Reliable heartbeat
37 Days Ago
Branch for experimenting and fucking around with networking w/ diagnostics Test trying to reduce packet sizes a lot Only do parent rpc if we're network root Change order here Go back to reliable test Test Reduce initial size Test unreliable again Unreliable transform updates test Prevent calling Msg_ClearInterpolation for ourselves Fix drop older updates Fix Remove this log When flushing pending updates before RPC calls - send reliable transform update Move net stats drawing out into system Only flush pending updates on reliable RPCs Some docs Don't call set parent if we called the rpc Call these flags Transmission maybe Some refactor, try to branch out with convar where possible Make internal for now Remove net_experiment convar Network protocol++ Send if unreliable anyway - should be acceptable it'll either drop or not
37 Days Ago
Send if unreliable anyway - should be acceptable it'll either drop or not
37 Days Ago
Network protocol++
37 Days Ago
Remove net_experiment convar
37 Days Ago
Make internal for now
37 Days Ago
Some refactor, try to branch out with convar where possible
37 Days Ago
Branch for experimenting and fucking around with networking w/ diagnostics Test trying to reduce packet sizes a lot Only do parent rpc if we're network root Change order here Go back to reliable test Test Reduce initial size Test unreliable again Unreliable transform updates test Prevent calling Msg_ClearInterpolation for ourselves Fix drop older updates Fix Remove this log When flushing pending updates before RPC calls - send reliable transform update Move net stats drawing out into system Only flush pending updates on reliable RPCs Some docs Don't call set parent if we called the rpc Call these flags Transmission maybe
38 Days Ago
Call these flags Transmission maybe
38 Days Ago
Don't call set parent if we called the rpc
38 Days Ago
Some docs
38 Days Ago
Only flush pending updates on reliable RPCs
38 Days Ago
Move net stats drawing out into system
38 Days Ago
When flushing pending updates before RPC calls - send reliable transform update
38 Days Ago
Remove this log
38 Days Ago
Fix
38 Days Ago
drop older updates
38 Days Ago
Fix
38 Days Ago
Prevent calling Msg_ClearInterpolation for ourselves
38 Days Ago
Unreliable transform updates test
38 Days Ago
Test unreliable again
38 Days Ago
Reduce initial size
38 Days Ago
Test
38 Days Ago
Go back to reliable test
38 Days Ago
Change order here
38 Days Ago
Only do parent rpc if we're network root
38 Days Ago
Test trying to reduce packet sizes a lot
38 Days Ago
Branch for experimenting and fucking around with networking w/ diagnostics
38 Days Ago
Make net_debug work in game
40 Days Ago
Remove queue system - make minimumState Snapshot instead of Connected for broadcastraw
40 Days Ago
Initial commit test Make it not dumb ToString override Add name for debug Output addr Draw some of the info with gizmos - tho doesn't render in non-editor mode rn Print network info cmd net_info includes own connection Make GetStats internal for now - could be useful public later Use display name