userConnacancel
reposbox-poolcancel

167 Commits over 821 Days - 0.01cph!

1 Year Ago
Fix lobby display but still doesn't launch other members into the game yet
1 Year Ago
Fix up Elo, lobby screen, fix match summary progress delta
1 Year Ago
Default map
1 Year Ago
Remove redundant navigate call
1 Year Ago
Think it makes more sense to show Create first
1 Year Ago
Use div when no specify href or a otherwise
1 Year Ago
Fix formatting
1 Year Ago
Pool menu stuff, disable matchmake for now, use lobby list/creator, add some config to make reusable
1 Year Ago
Tidy up SCSS, add _controls.scss, do loading screen v1
1 Year Ago
Update surfaces to json, fix friction (why did it break),
1 Year Ago
Compiled map
1 Year Ago
Map uses Dark Carpet
1 Year Ago
Upgrade materials, CurrentGamePage uses same styling
1 Year Ago
Start updating to use Stats/Leaderboard API
1 Year Ago
Added bg sound
1 Year Ago
Improved menu w/ sounds
1 Year Ago
Event->GameEvent
1 Year Ago
Use enclosing block statements
1 Year Ago
Add log
1 Year Ago
Don't try to join our own lobby, and dont find if we're at max members
1 Year Ago
Don't try to join another available lobby if we're in one that is loading maybe try enterserverasync?
1 Year Ago
Improved video
1 Year Ago
Backdrop blur
1 Year Ago
Start adding pool main menu Scene renderer for pool map Update map refs Add different carpet texture Try a different carpet texture Background move + some restyle Map change Join or create lobby Always try to find new lobbies Various other style tweaks, try to fix lobby join Try launch game Style tweaks add map content Only join open lobbies Delete SceneRenderer, use webm video Menu tweaks, use background image for webm
1 Year Ago
Resources..
1 Year Ago
Update for Input Actions
1 Year Ago
Change minimum players to 2 (thanks Eridium)
1 Year Ago
All the latest pain
1 Year Ago
Update For Pain
1 Year Ago
Fixed blending material on Pooll
1 Year Ago
Fix up Pool
1 Year Ago
Fixed Pool
1 Year Ago
Update Pool for custom-client-input branch Remove Game Rules ConVar and Game Setting (this will be an addon or fork) Remove PB rules Started upgrading to Razor Fix background color Cleanup Updated PlayerDisplay to Razor and add @inherits to Razor components to fix some broken intellisense. Getting the hang of this... Updated BallHistory to Razor Update Hud RootPanel + CursorController Remove RoundInfo because it isn't even used Update ToastList to Razor + add ToastItem component Updated WinSummary to Razor + added WinSummary components Merge pull request #5 from Facepunch/custom-client-input Pool Updates
1 Year Ago
Updated WinSummary to Razor + added WinSummary components
1 Year Ago
Update ToastList to Razor + add ToastItem component
1 Year Ago
Remove RoundInfo because it isn't even used
1 Year Ago
Update Hud RootPanel + CursorController
1 Year Ago
Updated BallHistory to Razor
1 Year Ago
Updated PlayerDisplay to Razor and add @inherits to Razor components to fix some broken intellisense. Getting the hang of this...
1 Year Ago
Started upgrading to Razor Fix background color Cleanup
1 Year Ago
Remove PB rules
1 Year Ago
Remove Game Rules ConVar and Game Setting (this will be an addon or fork)
1 Year Ago
Update Pool for custom-client-input branch
1 Year Ago
Add Base Powerup Add PowerupEntity Apply random force to non-static powerups Add Start, Finish to BaseGameRules and IsPlaying property Call Start and Finish Shot power line ignores powerups in the trace Only spawn powerups if there's less than 3 Add Powerup.OnTouch
1 Year Ago
Fix friction values on pool table and pool ball surfaces
1 Year Ago
Updated pool map to use upgraded blend material to new shader + hack around with the color a bit to get it to match
1 Year Ago
Remove async OnSecond call in favor of NextSecondTime Only show ranked items in the UI if the game rules are ranked Fixed game turn end time being stupid high. Fixed turn not ending when timer is up.
1 Year Ago
Remove old logs
1 Year Ago
Fix win summary by showing the correct elo delta, previous and next ranks
1 Year Ago
Start trying to properly implement elo ranking into pool using FetchGameRankAsync