6,973 Commits over 2,741 Days - 0.11cph!
Remove the voice chat option
Fix exception reporting URL
Show a message if the purchasable nut isnt fount
Automatically return to the menu if the game is over or not working when clicking surrender
Fix for authentication failure locking players out
Add some match analysis queries
Fix newmaps not forcing the change
Update FP.Steamworks, turn item properties off
Add Inventory.EnableItemProperties to turn off per-item properties (not all games need it and it's a bit slow)
There could be a whitelist Func or something added later for more control if anyone wants to do that
Server will now pick maps immediately if there are none in the DB
Add the map rotation table sql
Add a hotlodable config for some things
Rename and delete the career logos folder with the career folder
Map rotation syncs with DB (allows multiple servers and newmaps/setmaps commands)
Update FP.Steamworks, fix the buy nuts panel status text
Add Inventory.OnInventoryResultReady so you can check that as well as the generic OnUpdate
Add Overlay.IsOpen
Remove nut suffix again, fix purchase quantity
Update FP.Steamworks, change starting currency condition
Make Inventory.OnUpdate an event, FormatPrice can be passed LocalPrice without needing to multiply it
Formats for more currencies, and make that format function public
Show default items first, set the color for the item info panel when UI blur is disabled
Change input handling to avoid flicker in the attack state
Move CheckForGameEnd() calls around so it only gets called after commands finish processing (for fixing tilefall at end of match)
Reduce rate limiting on leaderboard requests
Redo the daily challenge reward query so it won't give multiple rewards if run on multiple servers, also set the Steam item name color for nuts
Add item colors to customisation defs, rebuilt DB
Implemented rewards for final daily challenge ranking, currency awarding now has a retry mechanism
Fix replay continuing to play after exiting and starting tutorial
Fix avatar on menu disappearing after watching a replay
Don't include unavailable items in the Steam list
Fix console command parameters being changed to lowercase
Some database changes that I'll need for daily challenge rewards (server will error for daily challenge leaderboard stuff without this)
Added message of the day stuff to server
Rename outdated save files instead of deleting them
Disable the force wipe function
Fix backspace bug in server console input
Prevent Ctrl+C from closing the server
Fix NRE spam when dragging scrollbars
Supersample the map renders, force 16:9 aspect ratio for them too
Switch to fast vignette in potato mode
Increase time between connection attempts if they keep failing
Limit friend match requests to 1 so you can't request a match with everyone
Stable sorting for daily challenge leaderboard, update database indexes
Refactor so we don't need the player record to give currency