userTony Fergusoncancel

4,820 Commits over 1,004 Days - 0.20cph!

3 Years Ago
Start recording game events for Elo
3 Years Ago
Removed unused code
3 Years Ago
The game will end properly at 11 points. There's a few seconds between each point now too.
3 Years Ago
First draft at VR anchor editing. This is additive of any native playspace config you may have. https://files.facepunch.com/devultj/1b1311b1/sbox_3ErsfgO5pd.mp4
3 Years Ago
Fixed client prefs error, added button styling, defaulted paddle angle to 90
3 Years Ago
Paddle Hand is visible - can turn it off in client prefs.
3 Years Ago
Cleaned up game loop, cleaned up serve decisionmaking
3 Years Ago
Hacky hack for preventing the paddle sound playing twice locally
3 Years Ago
Initialize anchor to prevent runtime errors
3 Years Ago
Fixed anchor debug error
3 Years Ago
VR: Attempt to fix Index Controller joystick button input
3 Years Ago
Add VrAnchor, started work on client anchor preferences.
3 Years Ago
Refactored paddle hit to include hit position, should fix sounds from non-local paddle impacts
3 Years Ago
Send a hint to the serving player if they fail to serve properly
3 Years Ago
Fix realm for returning the ball on a failed serve
3 Years Ago
Re-enable giving serving ball in game loop
3 Years Ago
Remove GetPaddleSound
3 Years Ago
Do anchor later
3 Years Ago
Default Paddle Angle to 0 Client prefs will update paddle angle successfully
3 Years Ago
Fixed error on load with hand materials, fixed up hold position on right-handed serve
3 Years Ago
Remove UnitAttribute, renamed Flip Hands to Left-Handed, add MinMax and Step to PaddleAngle
3 Years Ago
Cleaned up hand switching, add save button to prefs
3 Years Ago
Remove hacky velocity code, set up ball velocity and angular velocity from hands
3 Years Ago
Support hand switching for the paddle
3 Years Ago
Send client prefs update when a value changes
3 Years Ago
Add ray helper for client preferences window, minor fixes.
3 Years Ago
Whoops, left that out
3 Years Ago
Implement IHoldable, VrPlayerHand, very much a WIP Simplify InGrip, InTrigger - simulate input to drop held entity if we can. Delete FocusWorldPanel, it's unused Set up client preferences system Clients save the data as a cookie. When the game starts up the client informs the server of their preferences. Ideally this'll be good for flipping the paddle hand, changing the paddle angle and adjusting the VR anchor. Work on ClientPreferencesWidget Set up WorldInput ray Gut out the ServeHand so stuff still compiles Set up PaddleHand, ServeHand to use VrPlayerHand Fixed up paddle ownership Kill off IHoldable, removed more useless code Fixed serve hand anim Toggle ClientPreferences widget with joystick press Hand rewrite, client prefs
3 Years Ago
Toggle ClientPreferences widget with joystick press
3 Years Ago
Fixed serve hand anim
3 Years Ago
Set up PaddleHand, ServeHand to use VrPlayerHand Fixed up paddle ownership Kill off IHoldable, removed more useless code
3 Years Ago
Implement IHoldable, VrPlayerHand, very much a WIP Simplify InGrip, InTrigger - simulate input to drop held entity if we can. Delete FocusWorldPanel, it's unused Set up client preferences system Clients save the data as a cookie. When the game starts up the client informs the server of their preferences. Ideally this'll be good for flipping the paddle hand, changing the paddle angle and adjusting the VR anchor. Work on ClientPreferencesWidget Set up WorldInput ray Gut out the ServeHand so stuff still compiles
3 Years Ago
Gut out the ServeHand so stuff still compiles
3 Years Ago
Set up WorldInput ray
3 Years Ago
Work on ClientPreferencesWidget
3 Years Ago
Set up client preferences system Clients save the data as a cookie. When the game starts up the client informs the server of their preferences. Ideally this'll be good for flipping the paddle hand, changing the paddle angle and adjusting the VR anchor.
3 Years Ago
Delete FocusWorldPanel, it's unused
3 Years Ago
Simplify InGrip, InTrigger - simulate input to drop held entity if we can.
3 Years Ago
Implement IHoldable, VrPlayerHand, very much a WIP
3 Years Ago
Only assign and evaluate ConsoleSystem.Caller for console commands Fixes convar assignment while game loop is starting up. Fixes sbox-issues/issues/2158 and paves way for @kurozael's lobby settings.
3 Years Ago
Fix project settings physics grabbing the wrong metadata
3 Years Ago
Add tt_togglespectator cmd
3 Years Ago
Remove debug BallSpawnThrowResponse
3 Years Ago
Fixed DebugPhysicsTest
3 Years Ago
Properly fixed up paddle hit / ball bounce reporting
3 Years Ago
Fixed SinceLastHit never being set on the server
3 Years Ago
Sort out VR serving
3 Years Ago
Fix nametag rotation in VR Server and other clients know about ball bounces and paddle hits
3 Years Ago
Delete active pawn if we're becoming a spectator Upped maxplayers Wrap debug code around DebugBallPhysics
3 Years Ago
Cleanup, decreased spectator fly speed