userTony Fergusoncancel

2,792 Commits over 700 Days - 0.17cph!

10 Months Ago
Store own lobby reference, fix nuances with joining existing lobbies
10 Months Ago
Include Styles/* in MenuResources
10 Months Ago
Edit PauseMenu to let through more of the game screen
10 Months Ago
Use map package data / stats for loading screen https://files.facepunch.com/tony/1b2911b1/sbox-dev_wqOyOwZQQU.png
10 Months Ago
Move GameMenu folder Add Pause Menu
10 Months Ago
Moved Styles folder out of Resource folder Start ripping out use of <style>, put in scss files
10 Months Ago
Lowered ground friction
10 Months Ago
Made movement less clunky
10 Months Ago
Make MainMenuPage inherit from Panel so we get better intellisense 🥴
10 Months Ago
Post-merge fix
10 Months Ago
Whoops
10 Months Ago
Don't pad here
10 Months Ago
Use RenderFragments for HeaderComponent, downside is there's more code duplication now
10 Months Ago
Partial matching for NavigatorButton, so it works on secondary/tertiary navigation
10 Months Ago
Center align header nav content
10 Months Ago
Add NavigatorButton, set "is-active" if CurrentUrl matches
10 Months Ago
Made everything a bit less error spammy
10 Months Ago
Add intro anim to GameLobbyPage
10 Months Ago
Use another map for test lobby create
10 Months Ago
Look for package screenshots and add a background mask in the game lobby page
10 Months Ago
Fix NRE when exiting lobby
10 Months Ago
Add Start Match button for host
10 Months Ago
Add basic lobby chat
10 Months Ago
Add GamemodeCard Use GamemodeCard in lobby, as well as PackageCard to show map and mode
10 Months Ago
GameLobbyPage iteration - show lobby data
10 Months Ago
If we don't find any games matchmaking, make a lobby
10 Months Ago
Start work on GameLobbyPage Add stupid secret button to make a lobby for now
10 Months Ago
Add GamemodeList component
10 Months Ago
Remove unused div
10 Months 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
10 Months Ago
Refactor MatchmakerPage, add PackageList component with multi-select and some extra render fragments Reset query status just before we find packages
10 Months Ago
Add package multi-selection
10 Months Ago
Package card
10 Months Ago
Less stylesheet repetition, started work on matchmaker page
10 Months Ago
Work on MatchMakerUtility -> look for lobbies that match our gunfight mode, and map selection, then do the same for server list if we can't find any lobbies
10 Months Ago
MatchmakingWidget: Add finished class
10 Months Ago
Stub for MatchmakingWidget
10 Months Ago
ExpandWidget: expanded by default, can set Expanded property to override this
10 Months Ago
Add hover / active state to ExpandWidget, only run OnClick if we click the header
10 Months Ago
Refresh friends list state every 5s
10 Months Ago
ActionButton: Can define background and blend color
10 Months Ago
Landing page iteration https://files.facepunch.com/tony/1b2611b1/sbox_HbqZgeYZvQ.png
10 Months Ago
Cleanup
10 Months Ago
Full-height friends list widget
10 Months Ago
Can access friends list from IGameMenu (Game.Menu.Friends)
10 Months Ago
Start working on main menu panel Added dot mask to action buttons, added ExpandWidget https://files.facepunch.com/tony/1b2611b1/sbox-dev_1kNi6EuthU.png
10 Months Ago
.addon -> .sbproj Event -> GameEvent Asset compile Clean up the rest of the obsoletes / warnings
10 Months Ago
Show painter cooldown in realtime
10 Months Ago
Throw an exception when Package.Download gets cancelled, fixes #1184 and sboxgame/issues#3677
10 Months Ago
Tentative fix for rich presence setting steam_player_group to invalid SteamIDs, grouping players incorrectly