userlamalovecancel
branchspacechess/maincancel

256 Commits over 1,126 Days - 0.01cph!

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