userTony Fergusoncancel

2,714 Commits over 700 Days - 0.16cph!

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