userTony Fergusoncancel
reposbox-tabletennis-vrcancel

153 Commits over 365 Days - 0.02cph!

1 Year Ago
Properly fixed up paddle hit / ball bounce reporting
1 Year Ago
Fixed SinceLastHit never being set on the server
1 Year Ago
Sort out VR serving
1 Year Ago
Fix nametag rotation in VR Server and other clients know about ball bounces and paddle hits
1 Year Ago
Delete active pawn if we're becoming a spectator Upped maxplayers Wrap debug code around DebugBallPhysics
1 Year Ago
Cleanup, decreased spectator fly speed
1 Year Ago
Add SpectatorPawn, SpectatorCamera, assign player as spectator if teams are full.
1 Year Ago
Parse HMD rotation and show it on the head model
1 Year Ago
Increase drop ball threshold for grip
1 Year Ago
BallPhysics in server tick temporarily
1 Year Ago
Upped decibels on most of the sounds
1 Year Ago
Cleanup, fixed inverted finger presets, knuckles users rejoice
1 Year Ago
Remove physics hack
1 Year Ago
Add tt_debug_gamestate
1 Year Ago
Programmatically assign audio reverb Serve paddle sound differs from hit responses
1 Year Ago
Update .addon metadata
1 Year Ago
Style the name tags based on team
1 Year Ago
Add name tags
1 Year Ago
Fixed who gets the score after 1 bounce
1 Year Ago
More work on solidifying game flow
1 Year Ago
Quick and nasty reset button on the VR controller
1 Year Ago
Teach the player about serving if they can't serve properly
1 Year Ago
Bunch of work on game state and game init
1 Year Ago
Split out game debugging stuff, added more debug options
1 Year Ago
Hooked up paddle hits, work on deciding who wins a round
1 Year Ago
Fixed ball trail
1 Year Ago
Add blue hand material override
1 Year Ago
Can hold the ball, and throw it
1 Year Ago
Serve the data properly instead of speculating
1 Year Ago
Add preset animations for non-knuckles users
1 Year Ago
Network finger data so you can flip off your opponent
1 Year Ago
Set GrabMode correctly, hands are now animated
1 Year Ago
Parse finger data, push it to anim parameters
1 Year Ago
Add "tt_debug_ballspawn"
1 Year Ago
Re-save out the paddle sound
1 Year Ago
Kill paddle serverside, stops error on game destroy
1 Year Ago
Up the game tickrate
1 Year Ago
Fixed up UI anchor position
1 Year Ago
Add Game.OnBallBounce, track ball bounce count for game loop
1 Year Ago
Add serving hand for testing
1 Year Ago
Cleanup, network GameState. Document shit a bit more.
1 Year Ago
Define game states Clear team score on Team.Reset Moved game loop code into specific partial class, introduce OutOfBoundsZ
1 Year Ago
Don't render the head model if our camera viewer matches the client
1 Year Ago
Debug code will chuck the ball to the paddle Scores bound to data, move score & hint widget based on team UI anchor.
1 Year Ago
Set PlayerColor for VR Heads, added Client.GetTeam, need to rewrite this later. https://files.facepunch.com/devultj/1b0511b1/sbox_zF9YzS45sU.png
1 Year Ago
Added Team, assign teams on join. Can spawn ball outside of VR mode. Merge branch 'master' of sbox-tabletennis-vr
1 Year Ago
Give players the VR Head, and attach it to their HMD when possible.
1 Year Ago
Hook up hints to client join/leave
1 Year Ago
Can specify an icon instead of avatar for hint messages
1 Year Ago
Add statically mounted hint notifications widget