userlamalovecancel

6,641 Commits over 2,557 Days - 0.11cph!

6 Years Ago
Fix an exception on close, workaround GA taking too long when closing
6 Years Ago
Sort out all the drag and drop issues when compiling with IL2CPP
6 Years Ago
Fix framerate independent avatar spinning
6 Years Ago
Some small changes to get IL2CPP build working
6 Years Ago
Don't show failed to connect message when it's a reconnect attempt
6 Years Ago
Allow access to customisation editor when offline, with unlock buttons disabled
6 Years Ago
Placeholder UI that shows when the game isn't connected to server
6 Years Ago
Special case for modifying the same player record instead of two different ones, give command
6 Years Ago
Gray out drop down and sliders when theyre disabled
6 Years Ago
Support disabling options on the menu so I can show that potato mode overrides a few other options
6 Years Ago
Remove test code
6 Years Ago
Disable crowd waves when streak is too low, reduce number of crowd members interacting
6 Years Ago
Fixed some issues with crowds when not 100% full
6 Years Ago
Don't delete the customisation slots and make sure all of them are included
6 Years Ago
Remove customizations that the player doesn't have when setting up the match
6 Years Ago
Fix exception when closing the game
6 Years Ago
Add a message that gets sent to clients when rate limited, and broadcast command shows popup message
6 Years Ago
Play online button switches back to default state if the server doesn't send JoinedMatchmaking within 3 seconds (fixes weirdness when rate limited)
6 Years Ago
Ignore auth/match info/ready messages when they have already been sent
6 Years Ago
Ignore all messages but auth when the client isn't logged in
6 Years Ago
Add rate limiting logic to the msg handlers
6 Years Ago
Fix the online buttons being disabled when the connection was made somewhere other than the menu
6 Years Ago
Only update the map rotation countdown when it changes
6 Years Ago
Implement daily challenge countdown
6 Years Ago
Practice AI difficulty level saves to disk
6 Years Ago
Add unmute date to proto so it actually saves
6 Years Ago
Fix cancelling auth ticket before server can verify, disable using auth tickets for bot connections
6 Years Ago
Fix connection events not triggering when manually closing the connection
6 Years Ago
Fix not being able to connect again
6 Years Ago
Don't use Time.time for auto muting to avoid possible issues with float precision
6 Years Ago
Show a different message if players can't connect because the server is full
6 Years Ago
Handle some more raknet packets so we know if the connection failed
6 Years Ago
Add ConnectionState component to boot prefab
6 Years Ago
ConnectionState component has UnityEvents for changes in connection state, and controls reconnecting
6 Years Ago
Performance class is server only
6 Years Ago
Disable theme event schedule on client, the server will control that
6 Years Ago
Added retry logic and debug logs to steam avatar loader
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