userandrecancel

12,536 Commits over 3,806 Days - 0.14cph!

1 Year Ago
Cherry picking 80313
1 Year Ago
Cherry picking 80313
1 Year Ago
Merge from main
1 Year Ago
Enabling multithreaded networking by default for both client and server Adding -nonetworkthread startup parameter to disable multithreaded networking
1 Year Ago
Merge from main
1 Year Ago
██▊▋▆█▉▍ ▇▊█▌ ▉▊▇
1 Year Ago
Skin bundle update
1 Year Ago
Skin update
1 Year Ago
Add_2023 in Approved constructor
1 Year Ago
Skin update
1 Year Ago
Approved.2023.cs
1 Year Ago
Reducing min NetRead and NetWrite buffer sizes from 4kb to 2kb
1 Year Ago
Reducing min NetRead and NetWrite buffer sizes from 8kb to 4kb
1 Year Ago
Disabling Unity Accelerator (asset cache server)
1 Year Ago
Merge from main
1 Year Ago
Wire shader tweak
1 Year Ago
Merge from main
1 Year Ago
Forcing recompile of wire shader
1 Year Ago
Log formatting tweaks
1 Year Ago
Reducing MinNetWriteBufferSize and MinNetReadBufferSize (testing)
1 Year Ago
Cherry picking 79701
1 Year Ago
Compile fix
1 Year Ago
Cherry picking 79699
1 Year Ago
Potential EnqueueWrite NullReferenceException fix
1 Year Ago
Facepunch.Pool v2
1 Year Ago
Cherry picking 79683
1 Year Ago
Adding Facepunch.ArrayPool Adding print_arraypool for debugging / monitoring
1 Year Ago
Cherry picking 79592, 79593, 79594
1 Year Ago
Changing MaxReceiveTime back to 20 (previous default value) for better comparability
1 Year Ago
Adjusting NetRead and NetWrite pool buffer sizes to eliminate chance for spills even when network queue convars are adjusted
1 Year Ago
Call EnterPool even when object is spilled (so any cleanup in there is still performed, which lots of existing code assumes will happen)
1 Year Ago
▇▍█▍▉▇▆ ▆▅▊▍▊▇▄ ███▅█▇▌ ▅▉▅ ▌▉▊ ▍▆▊▍▋ ▋▅▋▅ / ▋▌█▄ ▉▅▊█
1 Year Ago
Cherry picking 79560
1 Year Ago
Fixed native libraries not copying to the build output folder on the Mac build (has been working in old workspaces since the libraries still existed in the build output folder from previous builds)
1 Year Ago
Cherry picking 79535
1 Year Ago
Cherry picking 79535
1 Year Ago
Fixing several pooling related bugs that would cause excessive GC on the server (especially when but not limited to multithreaded networking)
1 Year Ago
Changeset 78935 + latest multithreaded networking
1 Year Ago
Applying EAC's own C# wrapper pinning fix (keeping my previous fix in place as it's expected to yield better multithreading performance)
1 Year Ago
Merge from main
1 Year Ago
Cherry picking 79460 and 79463
1 Year Ago
Fixing memory pool sizes of NetRead and NetWrite
1 Year Ago
Merge from main
1 Year Ago
Fixing NRE in main menu when client has multithreaded networking enabled (which is always the case in the editor)
1 Year Ago
Cherry picking latest version of multithreaded networking
1 Year Ago
Merge from 79064
1 Year Ago
Cherry Picking 79416
1 Year Ago
Fixing various fuckups from changeset 79369 Network++
1 Year Ago
Merge from main/train_tunnel_connection_fix
1 Year Ago
Network++ Save++