userTony Fergusoncancel

2,562 Commits over 639 Days - 0.17cph!

1 Year Ago
Add Lightning Gun
1 Year Ago
Fix Death NRE
1 Year Ago
Added Tracer particle definition to Primary Fire https://files.facepunch.com/devultj/1b0611b1/sbox-dev_ouUloLSeVu.mp4
1 Year Ago
Update InputHint to Razor
1 Year Ago
Update Scoreboard to Razor to try to unfuck remote version
1 Year Ago
Upgrade SettingsMenu to Razor
1 Year Ago
Put this back, might fix camera effects playing from other players POV.. this is hard to test
1 Year Ago
Set "ducked" tag on player appropriately, don't knockback if crouched
1 Year Ago
Added KnockbackForce to PrimaryFire component https://files.facepunch.com/devultj/1b0511b1/sbox-dev_XzHXA3xpmV.mp4
1 Year Ago
Grenade projectile has a bit of lift when initially spawning
1 Year Ago
Added Sniper/Railgun and Shotgun weapons, and AimFovOffset property
1 Year Ago
Support DevCamera
1 Year Ago
Add DamageModComponent for Players, can scale incoming and outgoing damage Added DamageModPickup
1 Year Ago
Add ArmorComponent, factor it in when taking damage Show Armor on Info
1 Year Ago
Added Armor Pickups Added Health Pickups Added Mega Pickups
1 Year Ago
Fixed dash panel inheriting the same health related classes
1 Year Ago
Don't take ammo pickups if player's ammo is already at capacity
1 Year Ago
Added BasePickup Add ammo pickups focused on being compatible with all current Boomer maps Add Inventory.FindWeapon
1 Year Ago
Add dashes to HUD, added Mechanic ticks even when inactive, fixed dash recharge
1 Year Ago
Push the player up a bit when dashing
1 Year Ago
Remove Reloading mechanic
1 Year Ago
Fixed Crosshair not being visible
1 Year Ago
Precache some weapon data stuff as well
1 Year Ago
Precache a bunch of Projectile info on resource load
1 Year Ago
Default Dash wish direction to Forward if we're not moving in any direction
1 Year Ago
Restored DashCount, dash effects
1 Year Ago
Add DashMechanic, effects next
1 Year Ago
Add Projectile.ClearZVelocity
1 Year Ago
Added SlideMechanic
1 Year Ago
Added artificial reload offset
1 Year Ago
Use Crosshair icons
1 Year Ago
Simulate projectiles lag compensated, before owning player moves
1 Year Ago
Add damage falloff curve for scaling damage / force over distance
1 Year Ago
Projectiles can have SelfDamageScale of 0, to completely disable self-damage
1 Year Ago
Fixed Projectiles passing through players, added NoDeleteOnExplode, added nail projectile for nailgun
1 Year Ago
Trace the Owner's AimRay when placing projectiles, so they don't go through geometry if against a wall
1 Year Ago
Give all weapons to players for now Added Grenade Launcher, Rocket Launcher, Rocket Projectile - apply impulse for rocket jumping, add SelfDamageScale
1 Year Ago
Add basic manual physics for projectiles
1 Year Ago
Projectiles are triggers
1 Year Ago
Add a few more fields to Projectile Data, including ExplodeHitTags Primary Fire module can define a projectile, projectiles setup from data, next up physics
1 Year Ago
Re-integrate jump sound
1 Year Ago
Upped base gravity & jump power
1 Year Ago
Start designing Projectiles
1 Year Ago
Add camera bob & lean
1 Year Ago
Remove aim module from nailgun
1 Year Ago
Removed rust weapons, add nailgun to start
1 Year Ago
Enable bhopping
1 Year Ago
Boomer Refactor started based on FPS template
1 Year Ago
Remove hack from earlier
1 Year Ago
Moved where weapon FOV adjustments get set, removed another point where Viewmodel FOV was being set