userlamalovecancel

3,652 Commits over 2,557 Days - 0.06cph!

7 Years Ago
Add SuppressUnmanagedCodeSecurity
7 Years Ago
Removed length value from all network messages, removed some redundant function calls and allocations from net loop
7 Years Ago
Remove some files from server build
7 Years Ago
Add PooledList, switch to .NET 4, caching stuff for OutlineEffect
7 Years Ago
cherry pick from wrong branch
7 Years Ago
Ignore hidden VS folder even though it should already be hidden
7 Years Ago
Add a options for a few post processing effects
7 Years Ago
Add thread support to the mini profiler
7 Years Ago
Add a warning for when ticks miss their deadline and run without budgeting
7 Years Ago
Update SQL with missing change
7 Years Ago
Fix partial page of leaderboard being shown when in the top few results
7 Years Ago
Fix for daily challenge leaderboard query
7 Years Ago
Handle the case where a steam ticket isn't valid so the server doesn't get an NRE (even though it's handled correctly)
7 Years Ago
Update and fix some issues in the standalone daily challenge DB
7 Years Ago
Automatically set theme events following a schedule
7 Years Ago
Clients sync theme events with server, add a console command to change it
7 Years Ago
Store daily challenge results in the database
7 Years Ago
Fix the kick message not making it to the client
7 Years Ago
Use command context for messages printed by commands
7 Years Ago
Correctly restore map rotation timer when the server starts up
7 Years Ago
Record gameinstances to the database
7 Years Ago
Fix double steamworks initialize when reconnecting
7 Years Ago
Only rollback transactions if they aren't complete
7 Years Ago
Fix NRE if steam avatar couldn't be loaded
7 Years Ago
Set map rotation deterministically so it doesn't change when the server restarts
7 Years Ago
Version and network++
7 Years Ago
Merge standalone-server
7 Years Ago
Merge from main
7 Years Ago
Missed a file
7 Years Ago
Updated Facepunch.Steamworks
7 Years Ago
Automatically enable steam id validation for release builds
7 Years Ago
Workaround for TcpListener shutdown bug in corefx
7 Years Ago
Missed a line
7 Years Ago
Merge from main
7 Years Ago
Disable the online features in UI when disconnected
7 Years Ago
Show a message when losing connection to server, also allow (manual) reconnecting
7 Years Ago
Use unscaled time for camera movements so replays don't mess with it
7 Years Ago
Add support for all the webrcon chat features
7 Years Ago
Save the right IDs to the database
7 Years Ago
Log chat messages to the database
7 Years Ago
Merge from main
7 Years Ago
Fix replays not recording on clients
7 Years Ago
Fix replays not playing (bad merge a while ago)
7 Years Ago
Add some better comments explaining the StableRandom class a bit more
7 Years Ago
Fix network sync bug because of different System.Random implementations
7 Years Ago
Access database remotely in debug builds
7 Years Ago
Record replays on server, save them to database
7 Years Ago
Fixed a few threading issues
7 Years Ago
Add a flag to disable steam id verification for local testing
7 Years Ago
Fix unity build