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