userTony Fergusoncancel

3,933 Commits over 823 Days - 0.20cph!

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