reposbox-tabletennis-vrcancel

196 Commits over 426 Days - 0.02cph!

8 Months Ago
Update .sbproj to include resources
8 Months Ago
Fix compile
1 Year Ago
vr pointer particle
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
Fix for 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
Don't play the failed serve sound for now
1 Year Ago
Update README and LICENSE - anyone can learn / take code for their own s&box games
1 Year Ago
Unset active page if disabling menu
1 Year Ago
Added Menu Widget toggle
1 Year Ago
Can open client prefs from menu widget
1 Year Ago
Give menu widget avatars a nice box shadow based on team
1 Year Ago
Give players a camera outside of VR, fake WorldInput outside of VR
1 Year Ago
Improve menu widget style
1 Year Ago
Added VR feet model and bounds particle
1 Year Ago
Started work on menu widget, instead of going straight into client preferences. https://files.facepunch.com/devultj/1b1611b1/sbox_n0LKi4Seg7.jpg
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
Update paddle hit physics, calculate bounce with relative ball velocity to the paddle, dont add multiplied paddle velocity to ball on bounce normal, simply transfer the velocity 1:1 Fix up debug mode so the game throws endless balls at you to return
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