userlamalovecancel

3,482 Commits over 2,466 Days - 0.06cph!

7 Years Ago
Workaround for dropdown options bug
7 Years Ago
Skip the match intro sequence if the player immediately surrenders
7 Years Ago
Don't show the XP UI after matches if no XP was awarded
7 Years Ago
Fix the side bar text saying video for all tabs
7 Years Ago
Fix framerate dependent camera rotation speed
7 Years Ago
Fix click position for emotes and customizations when render scale is used
7 Years Ago
Crowd will do waves when nothing is going on
7 Years Ago
Few move allocations on hover
7 Years Ago
Missed a file
7 Years Ago
Removing allocations from tile hovering
7 Years Ago
Remove allocations from OutlineEffect
7 Years Ago
Add potato mode video option
7 Years Ago
Missed blur controls on TopBars, include EdgeDraw shader
7 Years Ago
UI blur defaults to enabled
7 Years Ago
Add an option to disable blurring behind UI (UI Blur Toggler component will remove the image's material when it's off)
7 Years Ago
Disable dynamic cam
7 Years Ago
Update post process settings script
7 Years Ago
Automatically retry database operations
7 Years Ago
Fix ghost players issue, added bot options to send hovers and request the leaderboard
7 Years Ago
Replace GI thread with async+channels
7 Years Ago
Fix game instances not being removed if players disconnect before saying they're ready
7 Years Ago
Fix typo that made player records overwrite the other player's record
7 Years Ago
Stricter synchronization for GameInstance.Teams
7 Years Ago
Merge from main
7 Years Ago
Remove duplicate entries from resolution selection
7 Years Ago
Fix some rendering issues caused by render scaling
7 Years Ago
Fix mouse position when using a different render scale
7 Years Ago
Run render scale in edit mode to avoid magenta screen
7 Years Ago
Add an option for render scale (I think the sharpen post fx doesn't like this)
7 Years Ago
Show correct max player count in webrcon
7 Years Ago
Add SuppressUnmanagedCodeSecurity
7 Years Ago
Removed length value from all network messages, removed some redundant function calls and allocations from net loop
7 Years Ago
Remove some files from server build
7 Years Ago
Add PooledList, switch to .NET 4, caching stuff for OutlineEffect
7 Years Ago
cherry pick from wrong branch
7 Years Ago
Ignore hidden VS folder even though it should already be hidden
7 Years Ago
Add a options for a few post processing effects
7 Years Ago
Add thread support to the mini profiler
7 Years Ago
Add a warning for when ticks miss their deadline and run without budgeting
7 Years Ago
Update SQL with missing change
7 Years Ago
Fix partial page of leaderboard being shown when in the top few results
7 Years Ago
Fix for daily challenge leaderboard query
7 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)
7 Years Ago
Update and fix some issues in the standalone daily challenge DB
7 Years Ago
Automatically set theme events following a schedule
7 Years Ago
Clients sync theme events with server, add a console command to change it
7 Years Ago
Store daily challenge results in the database
7 Years Ago
Fix the kick message not making it to the client
7 Years Ago
Use command context for messages printed by commands
7 Years Ago
Correctly restore map rotation timer when the server starts up