173 Commits over 670 Days - 0.01cph!
Remove hacky velocity code, set up ball velocity and angular velocity from hands
Support hand switching for the paddle
Send client prefs update when a value changes
Add ray helper for client preferences window, minor fixes.
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
Toggle ClientPreferences widget with joystick press
Set up PaddleHand, ServeHand to use VrPlayerHand
Fixed up paddle ownership
Kill off IHoldable, removed more useless code
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
Gut out the ServeHand so stuff still compiles
Work on ClientPreferencesWidget
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.
Delete FocusWorldPanel, it's unused
Simplify InGrip, InTrigger - simulate input to drop held entity if we can.
Implement IHoldable, VrPlayerHand, very much a WIP
Add tt_togglespectator cmd
Remove debug BallSpawnThrowResponse
Properly fixed up paddle hit / ball bounce reporting
Fixed SinceLastHit never being set on the server
Fix nametag rotation in VR
Server and other clients know about ball bounces and paddle hits
Delete active pawn if we're becoming a spectator
Upped maxplayers
Wrap debug code around DebugBallPhysics
Cleanup, decreased spectator fly speed
Add SpectatorPawn, SpectatorCamera, assign player as spectator if teams are full.
Parse HMD rotation and show it on the head model
Increase drop ball threshold for grip
BallPhysics in server tick temporarily
Upped decibels on most of the sounds
Cleanup, fixed inverted finger presets, knuckles users rejoice
Programmatically assign audio reverb
Serve paddle sound differs from hit responses
Style the name tags based on team
Fixed who gets the score after 1 bounce
More work on solidifying game flow
Quick and nasty reset button on the VR controller
Teach the player about serving if they can't serve properly
Bunch of work on game state and game init
Split out game debugging stuff, added more debug options
Hooked up paddle hits, work on deciding who wins a round
Add blue hand material override
Can hold the ball, and throw it
Serve the data properly instead of speculating
Add preset animations for non-knuckles users