userTony Fergusoncancel

2,790 Commits over 700 Days - 0.17cph!

1 Year Ago
Temporary way to sort by team in the scoreboard
1 Year Ago
Set Pawn before player.Respawn, fixed team balancer
1 Year Ago
Forgot to rename these
1 Year Ago
Set up player colors to match their team if applicable
1 Year Ago
Add Friendly Fire to lobby settings
1 Year Ago
Only check for friendly fire if team play is enabled
1 Year Ago
Add Friendly Fire convar, checks teams on damage
1 Year Ago
Gamemodes can define their own team sorting. This might not be needed.
1 Year Ago
Set up team where needed on client join / left, inform team component of team changes.
1 Year Ago
Add TeamComponent, Client.GetTeam, Client.SetTeam
1 Year Ago
Start work on Teams, Team Manager
1 Year Ago
Respawn Timer Particle Merge branch 'main' into pickups
1 Year Ago
Rename RespawnImmediately to SpawnImmediate - fix draw on startup
1 Year Ago
Re-enable if Disabled = false, disallow pickup
1 Year Ago
Added BasePickup.Disabled
1 Year Ago
Armor pickup feed message uses armor granted value
1 Year Ago
Refactor Ammo pickups to use BasePickup
1 Year Ago
Add BasePickup.OnPickupAction, delete armor pickups when they're used if dropped by a player
1 Year Ago
No need to null out the model
1 Year Ago
Add BasePickup, made ArmorPickup and converted ArmorShard to use it.
1 Year Ago
Edited the velocity reflection to be a bit more arcadey This is an odd take, but alter the timescale a bit
1 Year Ago
Remove blur from menu, doesn't seem to work in Vr
1 Year Ago
Give the point to the other team if the serve hits the opponent's side on the first bounce.
1 Year Ago
Actually remove the failed serve sound
1 Year Ago
Game Loop rewrite to account for correct serving rules
1 Year Ago
Started work on menu widget, instead of going straight into client preferences. https://files.facepunch.com/devultj/1b1611b1/sbox_n0LKi4Seg7.jpg Improve menu widget style Give players a camera outside of VR, fake WorldInput outside of VR Give menu widget avatars a nice box shadow based on team Can open client prefs from menu widget Added Menu Widget toggle Unset active page if disabling menu Don't play the failed serve sound for now New Menu (left joystick down)
1 Year Ago
Don't play the failed serve sound for now
1 Year Ago
Only grab the server's replicated convar if we're clientside
1 Year Ago
Unset active page if disabling menu
1 Year Ago
Added Menu Widget toggle
1 Year Ago
Can open client prefs from menu widget
1 Year Ago
Give menu widget avatars a nice box shadow based on team
1 Year Ago
Give players a camera outside of VR, fake WorldInput outside of VR
1 Year Ago
Fixed replicated convars not saving the correct value
1 Year Ago
Improve menu widget style
1 Year Ago
Started work on menu widget, instead of going straight into client preferences. https://files.facepunch.com/devultj/1b1611b1/sbox_n0LKi4Seg7.jpg
1 Year Ago
For debugging, positionthe player's hands manually in non-VR
1 Year Ago
Game loop cleanup, fixed losing score not being submitted. Non-VR players get chucked into spectators, unless the host is running in tools.
1 Year Ago
Fixed game window not being resizable when switching to windowed mode Fixes #413
1 Year Ago
Fixed LeaderboardType being inverted
1 Year Ago
Decreased distribution of elo rank brackets
1 Year Ago
Added shitty failed serve sound
1 Year Ago
Only show serve failure helper 5 times
1 Year Ago
Add GameState.FailedServe, don't instantly reset the serving state.
1 Year Ago
Add ReleaseGripToServe to client preferences
1 Year Ago
Added straight forward helper hint system
1 Year Ago
Changed serve grip behavior, now you hold then release, instead of just gripping.
1 Year Ago
Fixed game end not actually resetting state
1 Year Ago
If the paddle is hit by a player, and the ball hasn't bounced yet - award the serving team a point.
1 Year Ago
Better scoremaking decision for illegal shots