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