branchsbox-gunfight/maincancel

854 Commits over 578 Days - 0.06cph!

7 Months 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
7 Months 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
7 Months Ago
Fix all warnings
7 Months Ago
Show game version in GameServerFrame
7 Months Ago
New icons, new main menu bg image
7 Months Ago
Fixed match time being incorrect in MatchCard (just didn't implement it)
7 Months Ago
Add MapName and Gamemode to MatchCard update
7 Months Ago
Rename killfeed folder
7 Months Ago
Add DialogModal, pop up a dialog warning user about outdated server when trying to join
7 Months Ago
Update style and content for match modal again
7 Months Ago
Use correct gamemode name
7 Months Ago
Proper flex wrap on MatchCard
7 Months Ago
MatchModal - Sort by teams https://files.facepunch.com/tony/1b2011b1/sbox-dev_7F90V5Sh36.png
7 Months Ago
Store player's team in match history
7 Months Ago
Add Match modal to inspect match scoreboard stats https://files.facepunch.com/tony/1b2011b1/sbox-dev_iBbJLRGxdc.mp4
7 Months Ago
Modals that can be used in gunfight menu and gamemenu
7 Months Ago
Add scrolling to leaderboard, up the entry count to 50
7 Months Ago
Leaderboard is global for a little bit, can view steam profiles from it
7 Months Ago
Fixed progression typo
7 Months Ago
Increment experience instead of setting Fix xp bar being cut off at higher levels Remove constant slide sounds
7 Months Ago
Fixed not being able to record match data, update stats page if history count changes
7 Months Ago
StatsPage; Add fallback text if we haven't played any matches
7 Months Ago
Add destructive reset XP in stats menu, when xp changes, update the leaderboard
7 Months Ago
Calculate fall damage based on distance as well as velocity
7 Months Ago
Remove test notification on landing page Add fall damage when landing heavily
7 Months Ago
Notification system for use in GameMenu and in-game
7 Months Ago
Fixed children of expand widgets not updating their content, in a kinda shitty way for now
7 Months Ago
Add quick leaderboard widget to main menu showing friends levels
7 Months Ago
Use Sandbox.Services.Stats for XP persistence
7 Months Ago
add MapIdent to match history Add MatchCard Add list of players to match card Minor style adjustments
7 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
7 Months Ago
Record match history
7 Months Ago
Persistence refactor, expose GetAll<T>
7 Months Ago
Pass b_grounded to viewmodel
7 Months Ago
Stub out MatchHistory data
7 Months Ago
Show player level in main menu
7 Months Ago
Show player level in chatbox
7 Months Ago
Xp tweaking, added xp bar to main hud
7 Months Ago
Add muzzle flash
7 Months Ago
Add event for when xp is changed, set default XP to something that isn't zero
7 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
7 Months Ago
Upped ADS recoil now
7 Months Ago
Refactor progression around a generic enough persistence system
7 Months Ago
Relax non-ironsight fire scale
7 Months Ago
Clear burst fire state if we run out of ammo while bursting
7 Months Ago
Ironsight changes
7 Months Ago
Set up ironsights through Max's anims
8 Months Ago
Remove WebAPI
8 Months Ago
If we've got no ammo, assume we can eliminate weapon recoil
8 Months Ago
Downgrade progression logs to Trace