userlamalovecancel
branchspacechess/maincancel

256 Commits over 1,126 Days - 0.01cph!

5 Years Ago
Remove focus when clicking play online button
5 Years Ago
Debug only console command to give a player all unlocks
5 Years Ago
Fix server build
5 Years Ago
Tile hover null check
5 Years Ago
Return to menu if reply fails to load, better error if an entity isn't found for some reason
5 Years Ago
Only do backup stuff if the save file exists
5 Years Ago
Possible fix for that crowd out of range exception on sentry
5 Years Ago
Stick backup stuff in a try catch so it cant break normal saving
5 Years Ago
Keep backup copies of career save files
5 Years Ago
Don't reuse mission processor instances on server, remove some unused things
5 Years Ago
Achievement for playing the career mode
5 Years Ago
Steal new version of raknet from Rust
5 Years Ago
Exclude il2cpp temp folder
5 Years Ago
More logging to debug invalid steam ticket
5 Years Ago
more achievements
5 Years Ago
More achievements
5 Years Ago
Achievements for league promotions in career mode
5 Years Ago
Use mission processor for burner multikill achievement
5 Years Ago
Fix multikill achievement check
5 Years Ago
Fix namespace
5 Years Ago
Merge from achievements
5 Years Ago
Chromatic aberration isn't available in potato mode
5 Years Ago
Steam item build script fixes, add a purchasable currency bundle to the store
5 Years Ago
Fix exception in exception reporter closing the game
5 Years Ago
Fix NRE if inventory update is called before init (somehow)
5 Years Ago
Don't try to replace units in the squad editor if nothing is being dragged
5 Years Ago
Update GA SDK (fixes freeze on exit)
5 Years Ago
Add caching to player Steam unlocks on server, make it refresh async so it doesn't slow down match setup
5 Years Ago
Cache steam unlocks to a file for offline access
5 Years Ago
Fix server build
5 Years Ago
Fix paging up to the top on the leaderboards
5 Years Ago
Merge from steam_inventory
5 Years Ago
Fix unlocks eating currency if you already have it unlocked
5 Years Ago
Building Steam items will now consider event-only items too
5 Years Ago
Add Steam item definitions file and a script to package all customisation items into it
5 Years Ago
Fix squad versions
5 Years Ago
Almost Everything++
5 Years Ago
Switch everything to new ID format, default squads no longer use IDs as their names
5 Years Ago
Remove hardcoded asset IDs, add an editor script to update unit IDs in default squads
5 Years Ago
Add some (currently unused) steam inventory api stuff
5 Years Ago
Retry on TimeoutException
5 Years Ago
Adjust Npgsql timeouts and enable keepalive
5 Years Ago
Transition between hover points instead of jumping around Fix PlayerRecord cache error Add a define for hover update rate
5 Years Ago
Changed tile hover limit from 0.5s debounce to 0.25s throttled Added bounds checking to tile hover Catch exceptions applying player customisations so it can't break game init Change TokenCost to double
5 Years Ago
Automatically exit multiplayer matches when losing connection to the server
5 Years Ago
Update Facepunch.Steamworks
5 Years Ago
Fix chat clipping on the right edge when wrapping
5 Years Ago
Don't allow sending leaderboard requests while a previous one is still pending
5 Years Ago
Fix possible stack overflow in Steam avatar loader
5 Years Ago
Remove GameLogger