userlamalovecancel
repospacechesscancel

464 Commits over 1,948 Days - 0.01cph!

6 Years Ago
Fix for daily challenge leaderboard query
6 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)
6 Years Ago
Update and fix some issues in the standalone daily challenge DB
6 Years Ago
Automatically set theme events following a schedule
6 Years Ago
Clients sync theme events with server, add a console command to change it
6 Years Ago
Store daily challenge results in the database
6 Years Ago
Fix the kick message not making it to the client
6 Years Ago
Use command context for messages printed by commands
6 Years Ago
Correctly restore map rotation timer when the server starts up
6 Years Ago
Record gameinstances to the database
6 Years Ago
Fix double steamworks initialize when reconnecting
6 Years Ago
Only rollback transactions if they aren't complete
6 Years Ago
Fix NRE if steam avatar couldn't be loaded
6 Years Ago
Set map rotation deterministically so it doesn't change when the server restarts
6 Years Ago
Version and network++
6 Years Ago
Merge standalone-server
6 Years Ago
Merge from main
6 Years Ago
Missed a file
6 Years Ago
Updated Facepunch.Steamworks
6 Years Ago
Automatically enable steam id validation for release builds
6 Years Ago
Workaround for TcpListener shutdown bug in corefx
6 Years Ago
Missed a line
6 Years Ago
Merge from main
6 Years Ago
Disable the online features in UI when disconnected
6 Years Ago
Show a message when losing connection to server, also allow (manual) reconnecting
6 Years Ago
Use unscaled time for camera movements so replays don't mess with it
6 Years Ago
Add support for all the webrcon chat features
6 Years Ago
Save the right IDs to the database
6 Years Ago
Log chat messages to the database
6 Years Ago
Merge from main
6 Years Ago
Fix replays not recording on clients
6 Years Ago
Fix replays not playing (bad merge a while ago)
6 Years Ago
Add some better comments explaining the StableRandom class a bit more
6 Years Ago
Fix network sync bug because of different System.Random implementations
6 Years Ago
Access database remotely in debug builds
6 Years Ago
Record replays on server, save them to database
6 Years Ago
Fixed a few threading issues
6 Years Ago
Add a flag to disable steam id verification for local testing
6 Years Ago
Fix unity build
6 Years Ago
Force end the game from the GI thread when a player disconnects
6 Years Ago
Fix client crashing when they no longer have a valid connection. Add an implicit message when a kick reason isn't given
6 Years Ago
Allow kick without reason for webrcon, make sure disconnect happens after the kick message is sent
6 Years Ago
Support player list and console scrollback in webrcon. Also fix time not counting from application startup, and allow console command aliases
6 Years Ago
Refactor console commands to allow directed responses (for webrcon), add serverinfo command
6 Years Ago
Fixed some resource issues so the standalone server can start again
6 Years Ago
Merge from main
6 Years Ago
Add sql file to setup the database tables and stuff
6 Years Ago
Catch exceptions on threadpool, add a button to connect to test standalone server
6 Years Ago
Fix Unity build, some other small fixes too
6 Years Ago
Queue up packets instead of immediately sending, always send them from the network thread