userTony Fergusoncancel
branchsbox-gunfight/maincancel

846 Commits over 639 Days - 0.06cph!

2 Years Ago
Fix scoreboard style
2 Years Ago
Fixed UI issues where players weren't transmitting
2 Years Ago
Add facepunch.prison as supported map
2 Years Ago
Fixed loadouts being inconsistent, don't let new loadout be the same as old
2 Years Ago
Updated use of hitgroups Merge branch 'hitboxes-suck'
2 Years Ago
Don't serialize some loadout properties, added a couple more loadouts to Gunfight gamemode
2 Years Ago
Slide: Don't stop sliding when releasing key
2 Years Ago
Loadout Panel rewritten in Razor
2 Years 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
2 Years Ago
Update Assets
2 Years Ago
Changed loadout defs, added attachments to loadout panel https://files.facepunch.com/devultj/1b1611b1/sbox-dev_y4Pvo00hLF.png
2 Years Ago
Gamemodes can define what teams are available, scoreboard simply iterates through that
2 Years Ago
New scoreboard style for team-vs-team setup
2 Years Ago
Add LoadoutPanel that displays while the round is starting
2 Years Ago
Played around with ScreenEffects https://files.facepunch.com/devultj/1b2911b1/sbox-dev_IrBJraNekh.mp4
2 Years Ago
Temporary Player.RenderHud workaround
2 Years Ago
Trying to pin down why I'm crashing
2 Years Ago
Fixed compile, replaced StandardPostProcess with ScreenEffects
2 Years Ago
Don't try to update firemode if new result is the same as last
2 Years Ago
Fix FireModePanel NRE
2 Years Ago
Fixed CycleFireMode not listening to the weapon's supported modes
2 Years Ago
Fixed enemy dead color on status panel
2 Years Ago
Add Spectator HUD https://files.facepunch.com/devultj/1b2811b1/sbox-dev_kpcvdu0e9Y.png
2 Years Ago
Don't display weapon hud if we have no weapon
2 Years Ago
Game post process refers to camera target as well
2 Years Ago
Add GunfightPlayerCamera sets target locally Replaced most hud pawn references with camera target
2 Years Ago
Add GunfightSpectatorCamera Space bar while in death camera to spectate Added Gamemode.AllowSpectating Moved cycle fire mode to InputButton.View
2 Years Ago
Added GunfightDeathCamera
2 Years Ago
New Main HUD, added firemode switch panel
2 Years Ago
Redone score panel style Update vignette color
2 Years Ago
Saturate player's view based on health, removed health hud
2 Years Ago
Support Laser for 1911, updated aim offsets
2 Years Ago
Updated AKM sight offset
2 Years Ago
Make first weapon active alwayas
2 Years Ago
Add Gamemode.CanPlayerRegenerate Restyled score panel https://files.facepunch.com/devultj/1b2611b1/sbox-dev_7pfMkeGIb8.png
2 Years Ago
Hud adjustments
2 Years Ago
Fix NRE in LaserSIght.UpdateEyeTrace
2 Years Ago
Redo laser sight attachment tracing code
2 Years Ago
Update laser sight model
2 Years Ago
Fix laser sights persisting when weapon isn't drawing
2 Years Ago
Updated FAMAS aim offsets, including Laser
2 Years Ago
Allow ADS while reloading
2 Years Ago
Add Weapon.HasAttachment<T> Add gunfight_crosshair_always_show debug convar Updated how ADS is done
2 Years Ago
Don't render crosshair if dev camera is active Decreased laser radius Fixed Famas world laser spot Decreased laser dot sprite size Laser shouldn't follow eye position if it's not the local player
2 Years Ago
Fixed Laser dot not showing
2 Years Ago
Fixed strange behavior with laser sight transforms
2 Years Ago
Added AimAttachmentStyle, first draft for overriding ADS with a laser sight https://files.facepunch.com/devultj/1b2411b1/sbox-dev_OI67deE338.mp4
2 Years Ago
Change laser direction if sprinting / sliding
2 Years Ago
Add WeaponAttachment.Mirror( VIewModel )
2 Years Ago
Fixed players not running FrameSimulate on ActiveChild