userTony Fergusoncancel

2,714 Commits over 700 Days - 0.16cph!

9 Months Ago
Add MapName and Gamemode to MatchCard update
9 Months Ago
Rename killfeed folder
9 Months Ago
Add DialogModal, pop up a dialog warning user about outdated server when trying to join
9 Months Ago
Pass gamemode version tag to ServerList so games can decide what to do with servers that are out of date
9 Months Ago
Update style and content for match modal again
9 Months Ago
Use correct gamemode name
9 Months Ago
Proper flex wrap on MatchCard
9 Months Ago
MatchModal - Sort by teams https://files.facepunch.com/tony/1b2011b1/sbox-dev_7F90V5Sh36.png
9 Months Ago
Store player's team in match history
9 Months Ago
Add Match modal to inspect match scoreboard stats https://files.facepunch.com/tony/1b2011b1/sbox-dev_iBbJLRGxdc.mp4
9 Months Ago
Modals that can be used in gunfight menu and gamemenu
9 Months Ago
Add scrolling to leaderboard, up the entry count to 50
9 Months Ago
Leaderboard is global for a little bit, can view steam profiles from it
9 Months Ago
Fixed progression typo
9 Months Ago
Increment experience instead of setting Fix xp bar being cut off at higher levels Remove constant slide sounds
9 Months Ago
Fixed not being able to record match data, update stats page if history count changes
9 Months Ago
StatsPage; Add fallback text if we haven't played any matches
9 Months Ago
Add destructive reset XP in stats menu, when xp changes, update the leaderboard
9 Months Ago
Calculate fall damage based on distance as well as velocity
9 Months Ago
Remove test notification on landing page Add fall damage when landing heavily
9 Months Ago
Notification system for use in GameMenu and in-game
9 Months Ago
Fixed children of expand widgets not updating their content, in a kinda shitty way for now
9 Months Ago
Add quick leaderboard widget to main menu showing friends levels
9 Months Ago
Use Sandbox.Services.Stats for XP persistence
9 Months Ago
add MapIdent to match history Add MatchCard Add list of players to match card Minor style adjustments
9 Months 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
9 Months Ago
Record match history
9 Months Ago
Persistence refactor, expose GetAll<T>
9 Months Ago
Pass b_grounded to viewmodel
9 Months Ago
Stub out MatchHistory data
9 Months Ago
GameMenu: load FileSystem.Data/OrganizationData immediately, not just server join
9 Months Ago
Show player level in main menu
9 Months Ago
Show player level in chatbox
9 Months Ago
Xp tweaking, added xp bar to main hud
9 Months Ago
Add muzzle flash
9 Months Ago
Add event for when xp is changed, set default XP to something that isn't zero
9 Months Ago
Refactor levelling progression to be static, with a link to the component for displaying levels for others - so we can get this data in menu
9 Months Ago
Upped ADS recoil now
9 Months Ago
Refactor progression around a generic enough persistence system
9 Months Ago
Relax non-ironsight fire scale
9 Months Ago
Remove use of CancelWebAuthTicket in WebSocket.Connect, was crashing dedicated servers
9 Months Ago
Clear burst fire state if we run out of ammo while bursting
9 Months Ago
Ironsight changes
9 Months Ago
Set up ironsights through Max's anims
9 Months Ago
Subtract m_nMaxPlayers by m_nBotPlayers so servers show that they're full if they're occupied by bots + players
9 Months Ago
Editor: If "show start screen" is off, load last opened project automatically
9 Months Ago
Remove duplicate gamepad codes in common actions
9 Months Ago
Docs pass / MenuDll typo fix
9 Months Ago
Fix initial menu presence, as well as presence when disconnecting from a server
9 Months Ago
Implement ModalSystem.CloseAll, close all modals when killing game menu instance