6,993 Commits over 2,771 Days - 0.11cph!
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
Automatically retry database operations
Fix ghost players issue, added bot options to send hovers and request the leaderboard
Replace GI thread with async+channels
Fix game instances not being removed if players disconnect before saying they're ready
Fix typo that made player records overwrite the other player's record
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
Add PooledList, switch to .NET 4, caching stuff for OutlineEffect
cherry pick from wrong branch
Ignore hidden VS folder even though it should already be hidden
Add a options for a few post processing effects
Add thread support to the mini profiler
Add a warning for when ticks miss their deadline and run without budgeting
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
Enumerating files now searches in search paths too (SBOX-130)
Fix NRE if steam avatar couldn't be loaded
Set map rotation deterministically so it doesn't change when the server restarts