userTony Fergusoncancel
branchsbox-tabletennis-vr/mastercancel

126 Commits over 365 Days - 0.01cph!

9 Months Ago
Update .sbproj to include resources
9 Months Ago
Fix compile
1 Year Ago
Removed unused sounds, added another ball bounce sound
1 Year Ago
Goodbye Poppins, you had a good run
1 Year Ago
Updated Helpers to Razor, fixed all game warnings
1 Year Ago
Get rid of ClientPreferencesWidget's template, fixed incorrectly grabbing display title for PropertyDescription
1 Year Ago
Converted MenuWidget to Razor Added non-VR debugging methods to interact with MenuWidget / ClientPreferences
1 Year Ago
ScoreWidget converted to Razor, less code, less shit stylesheet Converted HintWidget to Razor
1 Year Ago
Add VR check to set VR anchor
1 Year Ago
Fix for last month's engine refactor
1 Year Ago
Updated ClientPreferences to use PropertyDescription
1 Year Ago
Fixed compiler error
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
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 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
1 Year Ago
Use SetGameResult to send win/loss metrics
1 Year Ago
Fixed up Score Widget anchor for Red team
1 Year Ago
Fixed VrAnchor relativity
1 Year Ago
Fixed both teams informing the server of a bounce
1 Year Ago
Update .addon to include /UI/* folder
1 Year Ago
Truncate score widget names if they're too long. Thanks, Eagle One Development Team
1 Year Ago
Re-fetch player elo's when a game starts
1 Year Ago
Set the default serving team when teams are constructed
1 Year Ago
Removed debug code
1 Year Ago
Restyled score widget, added gamestatechanged event
1 Year Ago
Fixed up elo fetching
1 Year Ago
Add tt_nametag_self
1 Year Ago
Start recording game events for Elo Let the game know if a player left the game too early, and also restart the game. Record some scores Add RankComponent, grab player's Elo if possible when they join Add a cheap and nasty rank decision system Add RankComponent.RankImage Cleanup, create rank component on join Grab rank icons from pool Show player's rank on their nametag https://files.facepunch.com/devultj/1b1411b1/sbox_5Agq9P2S3r.png Add Ranking & Elo - Start recording game events for Elo - Add ranks, show them on the player's nametag
1 Year Ago
Removed unused code
1 Year Ago
The game will end properly at 11 points. There's a few seconds between each point now too.
1 Year 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
1 Year Ago
Fixed client prefs error, added button styling, defaulted paddle angle to 90
1 Year Ago
Paddle Hand is visible - can turn it off in client prefs.
1 Year Ago
Cleaned up game loop, cleaned up serve decisionmaking