userBill Bcancel

13,104 Commits over 2,800 Days - 0.20cph!

6 Years Ago
Trello task complete: Show game state when in pre-game wait
6 Years Ago
Fixed loading screen glitch when there was no image
6 Years Ago
Game menu options can be added and removed per game mode
6 Years Ago
Colour coding
6 Years Ago
Give WiseGuysTools two scene quickslots so it's easy to switch between them
6 Years Ago
New loading screen background image
6 Years Ago
Added support for custom loading screen images for game mode.
6 Years Ago
Minor cleanup
6 Years Ago
Got payer characters to de destroyable without ragdoll etc as well.
6 Years Ago
NPCs don't generate ragdolls at end of round anymore either
6 Years Ago
Got rid of vehicle wreckage at end of round
6 Years Ago
Added vehicles option to game mode, and destroying vehicle at end of round. Although I need to deal with the wreckage issue.
6 Years Ago
Another bugfix
6 Years Ago
Bugfix for criminals
6 Years Ago
Update Z Game trigger
6 Years Ago
Finally got Z Game player counts working correctly with zombies killing players
6 Years Ago
Fixed jittery NPC movements which were caused by a lack of hysteresis when their speed was right on the border of run animation speed
6 Years Ago
Vehicle camera thing
6 Years Ago
A big of game mode spawn method refactoring
6 Years Ago
Added a special game mode for spectating bots playing
6 Years Ago
Bugfix
6 Years Ago
Added early bail if disconnect on client is caused by app quitting. Prevents some errors
6 Years Ago
Fix zombie mode start countdown time
6 Years Ago
Fix for spectator stuff happening on the wrong client
6 Years Ago
Another spectate edit
6 Years Ago
Spectate player fixes
6 Years Ago
Proper spectate cam for ragdolls
6 Years Ago
Separated nav arrow code from the MainCamera script
6 Years Ago
Adjust bot deathmatch brain to only attack players. No more pedestrian massacres!
6 Years Ago
Updated vehicle camera attach
6 Years Ago
Camera sort of follows player ragdoll, but need to add a distance like spectate cam has.
6 Years Ago
Give owner player a death ragdoll
6 Years Ago
Remove HaveInited check that's no longer needed
6 Years Ago
Fix an NRE from Sentry
6 Years Ago
See if this fixes the criminal NREs
6 Years Ago
Integrated the other trigger types into my UI system. All done now.
6 Years Ago
Working on a better UI display system for game modes, that will fix the players alive UI and generally mean less work in the future
6 Years Ago
Fix for the T4 template HasChanged check on strings. Strings were always returning HasChanged false since the value started on null, and they were missing the case where prev was null and current is non-null.
6 Years Ago
Add haveInited check as a workaround for double OnClientInitialize call
6 Years Ago
Better fix
6 Years Ago
Fixed load order issue with z game circle
6 Years Ago
IsHumanControlled fix
6 Years Ago
Gave bots free ammo
6 Years Ago
Made spectate cam not jank
6 Years Ago
Fixed double circle visuals
6 Years Ago
Fixed some issues with z game circle + now using less #if CLIENT/SERVER flags. Although things aren't perfect as there are two visual circles on listen server now
6 Years Ago
Fixed circle level 2 dealing 0 damage + have it use a standard singleton class
6 Years Ago
Fixed score UI always showing
6 Years Ago
Cleaning up warnings in my code
6 Years Ago
Fixed zombie AI