repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

6 Years Ago
UI nav stuff
6 Years Ago
Exclude all csproj
6 Years Ago
Working on Escape menu for game mode screens
6 Years Ago
tweaks
6 Years Ago
Better client replication of carrying state. Show in HUD you're carrying item. Item gets disabled in FP mode.
6 Years Ago
Merging carrying branch
6 Years Ago
Moved some mode stuff around
6 Years Ago
Renamed some files
6 Years Ago
Fixed build error
6 Years Ago
UI
6 Years Ago
options UI
6 Years Ago
Functional end-of-round overlay, and Countdown screen improvement
6 Years Ago
Don't need respawn hack anymore
6 Years Ago
Clean up warnings
6 Years Ago
Updated postfx and ui tweak
6 Years Ago
BuildResult
6 Years Ago
merge
6 Years Ago
Fixed explosion bug, fixed broken shader, changed some postfx stuff
6 Years Ago
Moved over to the new postfx stack
6 Years Ago
Deleted post fx plugins
6 Years Ago
2018
6 Years Ago
Had a really weird bug. I'd run it once and it'd be fine, then again and lots of errors. Turned out that the IsRunning state on the GameModeTrigger was being saved between runs on the ScriptableObject. So I'd run it, the end trigger would be running, then I'd stop it. Then I'd run again, and IsRunning on the end trigger was still true, so it'd mess up. BUT IsRunning is a property... surely properties aren't usually serialized! Really weird but totally confirmed in testing.
6 Years Ago
Big complex merge into Main of my game mode flow stuff. Some slight weirdness - er, all vehicles explode immediately?
6 Years Ago
Better active player trigger checks that respect the Ready state.
6 Years Ago
More tidy up
6 Years Ago
Deleted some old protobuf code, converted some more serializers.
6 Years Ago
InputMessageQueue doesn't use list any more.
6 Years Ago
Move HUD network stats out of the way
6 Years Ago
Got tigger UI working properly between rounds
6 Years Ago
Game mode trigger edit
6 Years Ago
Fix belt not showing on HUD on first spawn
6 Years Ago
Disable character select min time for now until it works better with everything else
6 Years Ago
Fix character select min show time
6 Years Ago
Respawn refactoring
6 Years Ago
Force minimum show time for character select
6 Years Ago
Adjust fists power
6 Years Ago
Character rename
6 Years Ago
Game Over screen no longer used
6 Years Ago
waitingToSpawn bugfix
6 Years Ago
ItemManager instance fix. Stop client taking over the instance ref on listen server
6 Years Ago
Fixed ItemManager using wrong references on Listen Server.
6 Years Ago
Player Inventory Delta
6 Years Ago
PlayerBelt delta
6 Years Ago
cherrypick
6 Years Ago
Move ISerializableStructUser to plugins
6 Years Ago
6 Years Ago
merge
6 Years Ago
merge
6 Years Ago
Quick fix for character state mismatch
6 Years Ago