256 Commits over 1,126 Days - 0.01cph!
Muting saves to the database so you can't reconnect to avoid it
Fix bans not saving to the database
Remove some redundant database querying
Crowd members interact ("talk") with their seat neighbours
More specific index for the daily challenge scores table, save some sql I wrote to test it out
Workaround for dropdown options bug
Skip the match intro sequence if the player immediately surrenders
Don't show the XP UI after matches if no XP was awarded
Fix the side bar text saying video for all tabs
Fix framerate dependent camera rotation speed
Fix click position for emotes and customizations when render scale is used
Crowd will do waves when nothing is going on
Few move allocations on hover
Removing allocations from tile hovering
Remove allocations from OutlineEffect
Add potato mode video option
Missed blur controls on TopBars, include EdgeDraw shader
UI blur defaults to enabled
Add an option to disable blurring behind UI (UI Blur Toggler component will remove the image's material when it's off)
Update post process settings script
Stricter synchronization for GameInstance.Teams
Remove duplicate entries from resolution selection
Fix some rendering issues caused by render scaling
Fix mouse position when using a different render scale
Run render scale in edit mode to avoid magenta screen
Add an option for render scale (I think the sharpen post fx doesn't like this)
Show correct max player count in webrcon
Add SuppressUnmanagedCodeSecurity
Removed length value from all network messages, removed some redundant function calls and allocations from net loop
Remove some files from server build
cherry pick from wrong branch
Update SQL with missing change
Fix partial page of leaderboard being shown when in the top few results
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