userTony Fergusoncancel

4,161 Commits over 884 Days - 0.20cph!

1 Year Ago
disable pointer events on box-footer
1 Year Ago
Set up password dialog, set as "disabled" if config is not private Better loading screen status
1 Year Ago
Add Slider component
1 Year Ago
I remembered the magic trick
1 Year Ago
Add Input component, accepts System.Enum Value w/ two-way binds
1 Year Ago
Use Switch in SettingsPage
1 Year Ago
Add Switch component w/ two-way bind
1 Year Ago
Don't query for games for now
1 Year Ago
For now use ShowPackageSelector modal instead of our own inline element Removed unused MapSelect component now Use Value:bind for ServerName text entry
1 Year Ago
Add ServerList / ServerListRow, not styled
1 Year Ago
Add pretty crappy net message wrapper
1 Year Ago
Reset TimeSinceSearch if we're directly joining a lobby
1 Year Ago
Nav to /lobby when joining through quick-list
1 Year Ago
Theme update
1 Year Ago
Add disabled state to ActionButton https://files.facepunch.com/tony/1b2911b1/sbox-dev_QesIi4Argz.mp4
1 Year Ago
Add ready countdown
1 Year Ago
Add GunfightLobby wrapper - use lobby networking to communicate ready state to game lobby GunfightLobby file restructure
1 Year Ago
Add QuickLobbyListWidget which lists a few lobbies and lets you quick-join
1 Year Ago
Store own lobby reference, fix nuances with joining existing lobbies
1 Year Ago
Include Styles/* in MenuResources
1 Year Ago
Edit PauseMenu to let through more of the game screen
1 Year Ago
Use map package data / stats for loading screen https://files.facepunch.com/tony/1b2911b1/sbox-dev_wqOyOwZQQU.png
1 Year Ago
Move GameMenu folder Add Pause Menu
1 Year Ago
Moved Styles folder out of Resource folder Start ripping out use of <style>, put in scss files
1 Year Ago
Lowered ground friction
1 Year Ago
Made movement less clunky
1 Year Ago
Make MainMenuPage inherit from Panel so we get better intellisense 🥴
1 Year Ago
Post-merge fix
1 Year Ago
Whoops
1 Year Ago
Don't pad here
1 Year Ago
Use RenderFragments for HeaderComponent, downside is there's more code duplication now
1 Year Ago
Partial matching for NavigatorButton, so it works on secondary/tertiary navigation
1 Year Ago
Center align header nav content
1 Year Ago
Add NavigatorButton, set "is-active" if CurrentUrl matches
1 Year Ago
Made everything a bit less error spammy
1 Year Ago
Add intro anim to GameLobbyPage
1 Year Ago
Use another map for test lobby create
1 Year Ago
Look for package screenshots and add a background mask in the game lobby page
1 Year Ago
Fix NRE when exiting lobby
1 Year Ago
Add Start Match button for host
1 Year Ago
Add basic lobby chat
1 Year Ago
Add GamemodeCard Use GamemodeCard in lobby, as well as PackageCard to show map and mode
1 Year Ago
GameLobbyPage iteration - show lobby data
1 Year Ago
If we don't find any games matchmaking, make a lobby
1 Year Ago
Start work on GameLobbyPage Add stupid secret button to make a lobby for now
1 Year Ago
Add GamemodeList component
1 Year Ago
Remove unused div
1 Year Ago
MatchmakingUtility -> MatchmakingSystem, start basic matchmaker and hook MatchmakingWidget up Add basic loading screen Lower the search time for now, set the state to "found a match" when we're making a server
1 Year Ago
Refactor MatchmakerPage, add PackageList component with multi-select and some extra render fragments Reset query status just before we find packages
1 Year Ago
Add package multi-selection