userTony Fergusoncancel

3,933 Commits over 823 Days - 0.20cph!

1 Year Ago
Gamepad Support Refactor (#1218) - No manifest codegen - Gamepads work again (including Steam Deck) - Goes against what SteamInput is all about 😢
1 Year Ago
Rip out manifest codegen entirely Remove Sandbox.Gamepad Add Sandbox.GamepadCode Add InputAction.DigitalAction which maps GamepadCode to something SteamInput can parse immediately Refactor Input to grab action.DigitalAction Fix up GetButtonOrigin and glyphs Update manifest.vdf to use new actions Only process input actions with a valid gamepad code Remove Input.ActionSetName, Controller.GetDigitalActionOriginName( string, InputActionSetHandle_t ) Update default manifest again Fixed controller actions not being reflected serverside
1 Year Ago
Better value for attack_hold Remove debug log :frowning:
1 Year Ago
Hook up b_jump Remove AimFireDelay
1 Year Ago
Fix death NRE
1 Year Ago
MP5: Hook up dry fire anim
1 Year Ago
Re-add holster times (but now per weapon) https://files.facepunch.com/tony/1b2411b1/sbox-dev_fd4S1u2qx7.mp4
1 Year Ago
Hooked up move_groundspeed, deploy unset, move firing mode to be on cycle instead of all the time
1 Year Ago
Set up FiringModeParameter
1 Year Ago
Add rich presence system class which is polled every so often, instead of updating presence from 7 different classes
1 Year Ago
Dynamic crosshair system
1 Year Ago
Store player levels at the time too Add team group header with the team's total score, add player levels to match modal Span style adjustments Use proper team names, not just their enum string
1 Year Ago
Remove pointer-events from some elements Changed icon for lobby owner Store team scores and per-player score in match data Add MatchModal.GetData with fallback Order player entries by score descending
1 Year Ago
Fix all warnings
1 Year Ago
Show game version in GameServerFrame
1 Year Ago
New icons, new main menu bg image
1 Year Ago
Fix NRE in ServerDll.UpdateServerDetails if playing locally, my bad
1 Year Ago
Fixed match time being incorrect in MatchCard (just didn't implement it)
1 Year Ago
Add MapName and Gamemode to MatchCard update
1 Year Ago
Rename killfeed folder
1 Year Ago
Add DialogModal, pop up a dialog warning user about outdated server when trying to join
1 Year Ago
Pass gamemode version tag to ServerList so games can decide what to do with servers that are out of date
1 Year Ago
Update style and content for match modal again
1 Year Ago
Use correct gamemode name
1 Year Ago
Proper flex wrap on MatchCard
1 Year Ago
MatchModal - Sort by teams https://files.facepunch.com/tony/1b2011b1/sbox-dev_7F90V5Sh36.png
1 Year Ago
Store player's team in match history
1 Year Ago
Add Match modal to inspect match scoreboard stats https://files.facepunch.com/tony/1b2011b1/sbox-dev_iBbJLRGxdc.mp4
1 Year Ago
Modals that can be used in gunfight menu and gamemenu
1 Year Ago
Add scrolling to leaderboard, up the entry count to 50
1 Year Ago
Leaderboard is global for a little bit, can view steam profiles from it
1 Year Ago
Fixed progression typo
1 Year Ago
Increment experience instead of setting Fix xp bar being cut off at higher levels Remove constant slide sounds
1 Year Ago
Fixed not being able to record match data, update stats page if history count changes
1 Year Ago
StatsPage; Add fallback text if we haven't played any matches
1 Year Ago
Add destructive reset XP in stats menu, when xp changes, update the leaderboard
1 Year Ago
Calculate fall damage based on distance as well as velocity
1 Year Ago
Remove test notification on landing page Add fall damage when landing heavily
1 Year Ago
Notification system for use in GameMenu and in-game
1 Year Ago
Fixed children of expand widgets not updating their content, in a kinda shitty way for now
1 Year Ago
Add quick leaderboard widget to main menu showing friends levels
1 Year Ago
Use Sandbox.Services.Stats for XP persistence
1 Year Ago
add MapIdent to match history Add MatchCard Add list of players to match card Minor style adjustments
1 Year Ago
Add accessor to grab match history GetAll creates new empty info if not found Add Stats Page to main menu, start scaffolding some data together
1 Year Ago
Record match history
1 Year Ago
Persistence refactor, expose GetAll<T>
1 Year Ago
Pass b_grounded to viewmodel
1 Year Ago
Stub out MatchHistory data
1 Year Ago
GameMenu: load FileSystem.Data/OrganizationData immediately, not just server join
1 Year Ago
Show player level in main menu