239,371 Commits over 3,837 Days - 2.60cph!

4 Months Ago
team logos white
4 Months Ago
We are spectating when we die
4 Months Ago
Use new team logos & banners New team colors
4 Months Ago
Fix missing scss error - some cleanup... make IsSpecating a property on PlayerController instead of checking for life state dead, set it to false when respawning. I think this'll fix stuck in spectating mode (hunch). Right now Sync var state is usually sent after RPCs, I have a PR to queue RPCs to be sent at end of network tick so state should always be up to date when RPCs are received but its WIP
4 Months Ago
Merge from main -> qol_show_teammate_building_guide
4 Months Ago
team logos
4 Months Ago
Added an UI information panel showing flamethrowers damage and range values
4 Months Ago
added inverse mask for concrete edging cutouts.
4 Months Ago
Reduce F15 flyby volume by 45%
4 Months Ago
forgot the shotgun adjustments
4 Months Ago
more rebalancing grenades aren't OP anymore movement speed penalties reduced per weapon
4 Months Ago
added first pass roofing asphalt mat for Radtown use.
4 Months Ago
Finally fix building blocked guides not showing in standalone builds - find the largest volume before PreProcess destroys the heirarchy
4 Months Ago
Merge from main -> qol_building_blocked_visual
4 Months Ago
Hammer: Option for placing objects using bounds bottom as origin for when you want to disable it
4 Months Ago
Updated large medkit description to include the 100% chance of recovery from wounded state
4 Months Ago
radtown gate bug fixes, collision, lods
4 Months Ago
Structures folder, converting to MeshLOD, Removing some Material Setup components
4 Months Ago
merge from samsite_togglemode
4 Months Ago
merge from paint_qol
4 Months Ago
Can't believe this happened again
4 Months Ago
weapon speed penalties
4 Months Ago
Don't shrink chatbox items Toast draws over nametags
4 Months Ago
Start hooking up smoke grenade (just need effect). Implement IsPurchasable on WeaponData. Smoke grenade is not purchasable right now
4 Months Ago
weapon balancing
4 Months Ago
Removed some gumf and re-enabled range check Ditto
4 Months Ago
Expose headshot multiplier for design
4 Months Ago
Couple of fixes
4 Months Ago
Fix autoplant obscuring other use key interactions
4 Months Ago
Update asset_zoo.scene
4 Months Ago
more dev models
4 Months Ago
Network TimeSinceDefuseStart - fixes progress bar on defusing
4 Months Ago
Basic defuse wire visuals, sync defuse progress bars properly
4 Months Ago
Work In Progress - Added features, UI layout, general code changes Added Denoising, improved code generally, UI changes.
4 Months Ago
Add sounds to the buy menu when buying stuff
4 Months Ago
Scale equipment icons down inside buy menu Display defuse kit icon in bottom right if player has one in inventory
4 Months Ago
Props folder, second pass converting to MeshLOD
4 Months Ago
Gotta do auto-crouch when planting this way because tags aren't networked like that (so only host would auto crouch when planting) - use the tag "planting" on the weapon because that is bound to IsPlanting (host synchronized var) Fix a connection crash when planting bomb because can't [Sync] a component (needs better handling at s&box level)
4 Months Ago
Speed penalty only applies to walking
4 Months Ago
Scale playerrole so it sits in line with other elements
4 Months Ago
Killfeed padding tweak
4 Months Ago
Add Weapon.SpeedPenalty, hook it into movement
4 Months Ago
Fix door sounds - host plays sounds via RPC
4 Months Ago
Make players crouch while planting
4 Months Ago
Scoring for bomb planter
4 Months Ago
Make equipment overlay show again
4 Months Ago
Implement score for defuser, defusing team, and planting team (but not planter yet)
4 Months Ago
Autoswitch to bomb when pressing use inside a bombsite
4 Months Ago
When you throw a grenade, try to switch to weapons in the following order: Primary, Secondary, etc instead of just switching to (usually) the knife
4 Months Ago
Tweaked the new input behaviour - no power -> switch to the mode set manually - powered -> swith to the other mode https://files.facepunch.com/Flavien/a6t5qI8rzoaSdQzP.mp4 Also renamed both modes for clarity: 'Enable Defender Mode' -> 'Defender Mode' 'Disable Defender Mode' -> 'Target All'