192,863 Commits over 4,049 Days - 1.98cph!

31 Days Ago
Merge from jungle_update (fix compile error)
31 Days Ago
Fix compile error
31 Days Ago
Merge from jungle_update (croc has more realistic reach when attacking)
31 Days Ago
range_volumes -> main
31 Days Ago
Visualise the trigger range of: Autoturret Flame Turret Shotgun Trap
31 Days Ago
Bugfix: ServerDemoPlayer - handle player reconnecting multiple times Not 100% sure it's the correct way, but I think it works for now. Tests: played back new staging demo 3 times
31 Days Ago
reduce the alpha on the zone material
31 Days Ago
Merge from creative_alwayson
31 Days Ago
Fixed issues with HBHF sensor visualisation
31 Days Ago
fixed a spot where you could get stuck at satellite dish
31 Days Ago
Updated Construction and Weapon desc based on feedback, also fixed some grammar/typo errors
31 Days Ago
▅▆▌█▋ ▆▌█▆ ▄▇▆▋█▇▆▌_▉▌▌▆▇▌▊_█▇▊▊▋_▆▍▅▌▋▌▌_▅▍▋
31 Days Ago
▊▍▅▆▆ ▇ █▍▅▊▊▉▄ ▍▊▉█▌▋ █▅ ▄▊▆▇▋▋▍ ██▉▌ █▋█▋▆▆▊▅▄▊ ▍▍ ▉ ▄▋▌▋▄█▆▉▅ ▊▉▆ ▌▌▉▉█▉ ▋▄▋▅ ▇ █▌▆▅▆▊▇█▅▋▋ ▆▄-▍▆█▄▇ ▇▆▄▍ ▉█ ▇▄▉▊▅▆▍▌▍ ▇▇▌▋▆▄▍ (▋▅▇▉▅ ▉▉▊▅▅'▋ ▋█▌▆▉▇▌ ▋▅▄▋ ▇▍▋▍▇▊)
31 Days Ago
Fixed missing $bottommaterial material causing massive FPS loss It was trying to load the material every frame while underwater. Also fix potential NPE crash with water textures/materials. Also clear missing material list on map load, in case the material list changed (new addons,new map embedded files, etc) Added mp_weaponrespawn Moved some functionality tied to mp_weaponstay in recent change to a new convar. This is meant to affect HL2DM maps Added `Ignore Solid` for point_spotlight in FGD Updated TTT Fixed unintentional global variable Updated localization files Fixed a crash in trace code that could happen after a changelevel
31 Days Ago
Added support for tesla coil
31 Days Ago
▉▇▋ ▌▇▊▉▍▌.▍▅▍▊▍▆▇▉.▊▋▊▌_▊▇▉_▅█▄▋▌▌▌▇_▊▊▋▋▊▌▆ (▄.▉▅ ▌▋▉▇▄▌▉) ▋▅ ▇▅▋▆ ▍▄▅▊▍▉▋▄ ▄▄▌▇▄▅ ▉▊▊▇ ▋▅▋▌▊▄▌_█▆▆▅▊█▆▌█▌ ▊█▆ ▇█▋▄ ▋▊▋▍▄▊▍▄ (<= █) ▄█ ▊█▅█▄▋ ▉▇▉▍█▉ (▉█▊▇▌▆█ ▄▆▇▋▄▍ ▇▌ ▇▊▆▄▅█▌) ▆▍ ▊▆██▌ ▅▅▅▆▅ ▅▉█▇▄▌▄▍▅ ▆▋▄▉ ▋▍▅▊▇▌▇ ▅▋▆ ▊▊▊▌▄▅▅
31 Days Ago
Change fogmachine and snow machine checks to work the same as everything else
31 Days Ago
Added support for igniter
31 Days Ago
Added HBHF sensor range visualisation
31 Days Ago
█▊▉▉▊▇▌ ▍▅▊
31 Days Ago
Tests: replace Assert.AreEqual with Assert.IsTrue - Brings TickIntrpolatorCache test from 30s+ down to 6s Turns out AreEqual is slow and inflates the test times by quite a bit. Tests: ran unit test
31 Days Ago
Plugged existing AO texture into all variants of Snow Jacket
31 Days Ago
▌▋█▍▇ ▋▉█▋ ▉▉▍█▆▍▋▋_▄█▅▊_▇▌█▇▊
31 Days Ago
Double Barrel Shotgun - Added Sights material to the skinnable list, making it avaliabe for creators. Also increased Sights textures resolution from 256 to 512.
31 Days Ago
- ▆▌▇▆▍▅▅ ▍▇█ ▇▉ █▊▌▌▉▆ ▇▄▆▊▇▇▄ ▋▋▇▉ ▅█▆▋▇▉▅ ▊▋▆▆▇▋▍▇ ▅▋▍▊▇▅▋▍ ▇▆▌▊ - ▉▍▆▆▇▌▇▆▄▅ ▋▄▄▊▅▌▍ ▅▊ ▉▋▍▆▆▋ ▅▍█▇█▌ █▉▍▊▋ █▍▌ ██▊▇▄ ▍▌ ▉▊▄▍▍ ▆▊▇▍▊▋▄
31 Days Ago
Updated TV collision and fixed emissive materials
31 Days Ago
Optim: TickInterpolatorCache reduce number of segments being copied when growing Unit test is still slow, need to dig a bit more Tests: ran unit tests
31 Days Ago
Added new baked AO to all variants of vagabond jacket
31 Days Ago
Updated First Aid Cabinet Collider Updated Wall Mounted Coat Hanger Collider
31 Days Ago
Added pump arm to sprayer entity, removed it from backpack model
31 Days Ago
Add a menu option to turn on/off drawing range volumes
31 Days Ago
- Fix croc attacks reaching too far - Update AI distance checks to take into account the target player speed + our root motion to predict the position at impact - Remove distance cache, adds complexity and bug potential for too minor of a perf gain - Add inferedSpeed and inferedVelocity fields to basePlayer, less accurate than estimatedSpeed but more stable
31 Days Ago
Merge: from parallel_validatemove - more debug to track down null baseplayer Tests: local editor SERVER+CLIENT session
31 Days Ago
merge from softcore_update
31 Days Ago
merge from softcore_update/deployable_corpse
31 Days Ago
workshop objs wip
31 Days Ago
When creating gibs, only care about max gibs limit when we are in playmode So you can still use Create gibs in scene with maxgibs set to -1
31 Days Ago
temportat DBS rebuild commit
31 Days Ago
Coffin corpse changes
31 Days Ago
Clean: fixing whitespace issues after auto-merge Tests: none, trivial changes
31 Days Ago
Merge: from main Tests: none, no conflicts
31 Days Ago
Condenser tank Collision update
31 Days Ago
Debug: sprinkling additional validation checks in ServerUpdateParallel Trying to narrow down at which point this null sneaks in Tests: none, trivial change
31 Days Ago
jungle_update -> Aux3
31 Days Ago
Old Tvs tweaks to prefabs and texture import options
31 Days Ago
Boomerang -> jungle_update
31 Days Ago
- Setup script to allow trails (or any child) to null out rotation on a specific axis - Stopped Boomerang trail from following the x axis
31 Days Ago
RepositionOnGroundMissing now tries to run the Socket_Base placement rules (if any), instead of using the hit normal Fixes some issue with angle check socket mods when repositionning falling corpses
31 Days Ago
coat hanger and wall mounted coat hanger - lod distances tweaks, layers
31 Days Ago
River source improvements