reposbox-gunfightcancel

921 Commits over 609 Days - 0.06cph!

1 Year Ago
Spawn a dogtag on a player when they die, add score when it's picked up
1 Year Ago
Added basic entity for Dogtags
1 Year Ago
Fix crosshair NRE
1 Year Ago
Don't show time label for game state on Kill Confirmed
1 Year Ago
Fixed Frame NRE related to Laser Sights Add GamemodeIdentity panel Refresh GameScore when GameState has changed Added proper descriptions to game modes
1 Year Ago
Show generic game state in GameScore component
1 Year Ago
Hide crosshair lines when in air / sprinting
1 Year Ago
Added small amount of crosshair position deviation
1 Year Ago
Started work on Kill Confirmed mode
1 Year Ago
Tried to improve precision of wall detection
1 Year Ago
Decreased Vault EndZ offset, making vaulting a bit less clunky Adjust step size
1 Year Ago
Vault Mechanic is omnidirectional
1 Year Ago
Adjusted viewbob, akm recoil, added land camera impacts even if small falls
1 Year Ago
Start on NotificationManager with notification docks, use bottom dock for firemode hints https://files.facepunch.com/devultj/1b0411b1/sbox-dev_UN4PjCWzZU.mp4
1 Year Ago
Added Game State label to alleviate confusion when new players first join https://files.facepunch.com/devultj/1b0411b1/sbox-dev_4qK24EohCL.png
1 Year Ago
Fixed strange text clipping when score bar is less than score's width
1 Year Ago
Don't show health bars if there's no-one's health to show
1 Year Ago
Ceil health on GunfightStatus panel
1 Year Ago
Added intro animation to DeathInformation
1 Year Ago
Improved player hud markers
1 Year Ago
Minor sprint angle/pos offset fixes Added PlayerCard razor template Added DeathInformation razor template Don't show certain UI elements if dead Don't default to Local Client for DeathInformation DeathInfo: Added fallback if no Client is found Show DeathInformation when killed by another player, or suicide
1 Year Ago
Added burst sprint fields for ViewModelSetup
1 Year Ago
Added tactical (burst) sprinting mechanic
1 Year Ago
New Scoreboard style https://files.facepunch.com/devultj/1b0311b1/sbox-dev_Qek6NXzzJm.mp4
1 Year Ago
KillFeed, Main HUD, and redone Gunfight specific elements https://files.facepunch.com/devultj/1b0311b1/sbox-dev_gyVcEqyflh.jpg
1 Year Ago
Restyled Loadout Panel (again) https://files.facepunch.com/devultj/1b0311b1/sbox-dev_93y7Z2fzEE.png
1 Year Ago
Add GameStatus razor element, removed GunfightScorePanel https://files.facepunch.com/devultj/1b0311b1/sbox-dev_ezV5pOzp4O.png
1 Year Ago
New chatbox style https://files.facepunch.com/devultj/1b0311b1/sbox-dev_vt7ri61VFf.png
1 Year Ago
Add Team Friend/Enemy state to chatbox messages https://files.facepunch.com/devultj/1b0211b1/sbox-dev_Bk5fdyxYYl.png
1 Year Ago
Fix scoreboard style
1 Year Ago
Fixed UI issues where players weren't transmitting
1 Year Ago
Add facepunch.prison as supported map
1 Year Ago
Fixed loadouts being inconsistent, don't let new loadout be the same as old
1 Year Ago
Updated use of hitgroups Merge branch 'hitboxes-suck'
1 Year Ago
Don't serialize some loadout properties, added a couple more loadouts to Gunfight gamemode
1 Year Ago
Slide: Don't stop sliding when releasing key
1 Year Ago
Loadout Panel rewritten in Razor
1 Year Ago
Updated some UI elements to use Razor (#6) - New chatbox UI - Rewritten scoreboard - InputHint is now a one-file utility that people can grab for their own projects without any faff
1 Year Ago
Scoreboard: Filter current team
1 Year Ago
Split out scoreboard into individual razor components
1 Year Ago
Converted InputHint to Razor
1 Year Ago
Update .editorconfig to apply on .razor files Add new chatbox
1 Year Ago
Update Assets
1 Year Ago
Changed loadout defs, added attachments to loadout panel https://files.facepunch.com/devultj/1b1611b1/sbox-dev_y4Pvo00hLF.png
1 Year Ago
Gamemodes can define what teams are available, scoreboard simply iterates through that
1 Year Ago
New scoreboard style for team-vs-team setup
1 Year Ago
Add LoadoutPanel that displays while the round is starting
1 Year Ago
Updated use of hitgroups
1 Year Ago
Played around with ScreenEffects https://files.facepunch.com/devultj/1b2911b1/sbox-dev_IrBJraNekh.mp4
1 Year Ago
Temporary Player.RenderHud workaround