131,436 Commits over 4,232 Days - 1.29cph!

11 Days Ago
Turn some DevMsg to DevWarnings * has an invalid spotlight * Warning, funcladder with block * --- Host_NewGame --- Properly prevent damage-inducing view punch from falldamage * It is applied from server only, so causes prediction errors. Falldamage viewpunch is already applied in the game movement code anyway. correct units in ToString of GMod_StC and CtS net messages * Now shows bytes correctly Adjust formatting of lua_dumptimers Adjust formatting of `lua_find(_jooks)` output Fixed ACT_HL2MP_SWIM(_IDLE)_PASSIVE having swapped IDs * Fixes swimming animations for the hold type not working correctly weapon_base also retargets ACT_MP_SWIM_IDLE Remove non existent key-values from env_smoketrail in FGD Update weapon_physgun.txt * Remove references to Pistol Refix SMG1 grenade smoke * For some reason the previous hacky fix stopped working, so instead we just make env_smoketrail not add its velocity to its particles, so it works as expected. Fixed SWEP autorefresh integration with spawnmenu Validate inputs to sound.Generate Fixed exit game crash to do with procedural sounds Some minor changes from TF2 SDK * Fixed some theoretical memory leaks with keyvalues * CMDLPanel pose parameter fix (PR from SDK repo) * `firstperson` disables `camortho` (PR) * ESC closes chat box even if the text entry for the message is not focused (PR)
11 Days Ago
Merge: from spectate_dontfloodsnapshots - Bugfix for occlusion not destroying all players in UsePlayerUpdateJobs 2 mode Tests: 2p on craggy - used hill as obstruction, checked entity lists on both clients in editor
11 Days Ago
Bugfix: UsePlayerTasks - calculate end of batch correctly in SendEntityDestroyMessages_AsyncState This was causing server occlusion to skip sending some of destroy commands (from last batch), leaving a phantom player Tests: on Craggy went on behind hill, then checked editor entity list - confirmed that replicated players got removed on both ends
11 Days Ago
merge from minifridge lighting and techtree - todo
11 Days Ago
Fixed incorrect elevator power usage
11 Days Ago
base mini fridge gameplay pass
11 Days Ago
Merge from hackweek_boxsorting
11 Days Ago
Enabled sorting on all DLC storage items (including all barrels)
11 Days Ago
merge from main
11 Days Ago
Merge from main
11 Days Ago
Fixed translation not working
11 Days Ago
Merge from puzzle_reset_changes
11 Days Ago
▊█▇▉██ ▇▋▅▄ ▆▋▌▊ ▊▆▄▋▅▉ ▋▍▆ ▌█▇ ▅█▋▆▍▇ ▅▆ ▉▊▆▋▍▊▄ ▉█▆▆▉▍▊▌ █▊ ▉▆▌▄▊
11 Days Ago
Enable ProvidesParentingTrigger on frame & triangle frame, fixes players getting thrown off boats.
11 Days Ago
Party hat repose
11 Days Ago
▄▄▌█▆▄ ▄▆▉▆▉ ▌█▄▅ ▅▍▊ ▍▉▄▋▇▄▍▅▌ ▇▇▆▅▄ ▅▅▌█▅▆ ▄▌ ▆▅▉▋▊ ▅▆▉█▋▄▇.
11 Days Ago
Remove some debug log spam
11 Days Ago
Cap push force
11 Days Ago
Phrases
11 Days Ago
Added a toast if the player is in range of a monument resetting to tell them to leave, off by default (server.monumentPuzzleResetWarnings)
11 Days Ago
Fix push option showing all the time
11 Days Ago
lod optimization pass
11 Days Ago
world model for planner blueprints
11 Days Ago
surgeon outfit repose
11 Days Ago
Merge from parent
11 Days Ago
Merge: from main
11 Days Ago
merge from floating cities
11 Days Ago
S2P redo after stomp
11 Days Ago
merge from naval update
11 Days Ago
FCs S2P for all recent fixes
11 Days Ago
▉▅▍▆▅▉ ▅▆▄▌▌▅▊▊▅▊▉ ▆█▌ █▌▄▅ ▍▆ ▊▄▌▅▋▋▄▊▌▊▉
11 Days Ago
▄▌▆▄▋▋▊▋▍ ▉▅█▄ ▄█▄▅▊█ █▆▉ ▌▋▌ ▊▋▇▉▇▇▉ ▊▉▉ ▉▋▍█▍ ▅▆▉▇▉▊▅_▆▇▄ ▊▌▇ ▉▌█▄█ ▅▅▍ ▆▅▉▅▉▋█▉ ▌▇▅▅█ ▇▍▄▉▅▅ █▉▄▉▋▉,
12 Days Ago
Merge from directional_foliage_displacement
12 Days Ago
Adjust displacement factor on materials to fix stretching
12 Days Ago
Merge from main
12 Days Ago
Reduce cases causing texture stretching Fix centre falloff Add directional displacement strength to material Adjust bush and ferns displacement strength Clamp max displacement height radius
12 Days Ago
Terrain shadow culling wip, and merge fix
12 Days Ago
merge from puzzle_reset_changes -> main
12 Days Ago
Enable pauseUntilLooted on water treatment Disable radiation on the manually opened puzzle room S2P
12 Days Ago
Enable pauseUntilReset on trainyard S2P
12 Days Ago
Enable pauseUntilLooted on dome S2P
12 Days Ago
Enable pauseUntiLooted and ignoreAboveGround on sewer branch puzzle S2P
12 Days Ago
Enable pauseUntilLooted in sats S2P - shrink from 7m -> 5m
12 Days Ago
Enable pauseUntilLooted in radtown S2P
12 Days Ago
Add right click option to update spawn groups on a PuzzleReset by finding all within 0.25m in the scene
12 Days Ago
Enable pauseUntilReset on harbor 2 S2P - fix door barricade not spawning with puzzle, ensure it doesn't consider the puzzle started
12 Days Ago
Enable pauseUntilReset on harbor 1 S2P
12 Days Ago
Enable pauseUntilLooted on ferry terminal S2P
12 Days Ago
Add pauseUntilReset to airfield puzzle room S2P
12 Days Ago
BoatBuildingBlock will still initialize supports if its parent is a PlayerBoat. Fixes boats collapsing when editing a boat post load/paste.