133,466 Commits over 4,262 Days - 1.30cph!

Today
removed isMobile flag from VineSwingMountable, stops 700+ mountable fixed updates
Today
fixed skinning issues
Today
Merge from naval_update, revert oilrig scientists
Today
Merge from revert_oildrig_scientists
Today
Convared the distance within players wake up boat scientist AI
Today
merge from spacestation_storepages
Today
merge from spacestation_storepages - added media for building skin and added correct icon to sitem
Today
Use old scientists on both oilrigs
Today
ai.npc_spawn_on_deep_sea_islands default to false
Today
Added Water Bucket Refresh Viewmodel and Worldmodel
Today
Added Water Bucket Textures Setup Water Bucket Materials
Today
Setup Water Bucket Refresh Folder Structure
Today
added in lewis's much better space station building skin cover images
Today
space station media for store - not hooked up yet. Space station icon hooked up to sitem
Today
Fixing cannon mesh loops
Today
Update: reorder clipping entities check to fast-exit on corpses Tests: none, trivial change
Today
Clean: remove duplicate IsDestroyed check It's already checked as part of ToBaseEntity and our caching Entity Tests: none, trivial change
Today
Optim: TriggerParent - cache ToBaseEntity calls Best case they cost us a hash-lookup + alive checks, worst case - hierarchy traversal. We can make do with alive checks only. Tests: built a boat and rode it, put it in edit and reconstructed a foundation
Today
increased culling distance of recycler
Today
Use LOD quality setting "Object Quality" in Indirect Instancing to more closely resemble the LOD switching behavior of the old system.
Today
Update: don't requiry parent exclusion trigger Tests: none, trivial change
Today
Merge: from main
Today
Try skipping the extra pass to remove null transforms for an extra 0.2 ms (toggleable via ConVar)
Today
Perform application of the motion list transforms in a job for better performance
Today
Merge from main
Yesterday
cannonball explosion sounds and flight loop
Yesterday
Merge from indirect_instancing (also force-disables it for non developers)
Yesterday
Set new _INDIRECT_INSTANCING_ON keyword when Indirect Instancing is enabled
Yesterday
Mark all Indirect Instancing ConVars as DeveloperOnly. Don't include DeveloperOnly commands in autocomplete.
Yesterday
Boost visibility of display back elements
Yesterday
Merge from main (to pull in mac_foliage_tearing_fix)
Yesterday
Ammo display llight now works again, and apply fade in to light intensity on deploy
Yesterday
Merge from mac_foliage_tearing_fix
Yesterday
Rebase on /main
Yesterday
Fixed server deep sea losing its portal direction, causing potential issues with cargoship and chinook spawn directions
Yesterday
- Add option on 'GoToDeepSea' objective types to fail the mission once the deep sea closes. Enabled for the floating city wood delivery mission - Also add option to only allow mission to be started if we are x many seconds away from deep sea wipe/closing. Also enabled for this mission - Mission failure chat message is now translated. Also provided additional context for mission failure by showing the failure reason
Yesterday
Cherrypick 50cal fixes
Yesterday
Wrap indirect instancing in ifdef to prevent potential issues with default gpu instancing
Yesterday
Added NPC and vehicle breakdown to deepsea.printentitycount
Yesterday
* Fix randomly disappearing in-motion objects since switching to the new TransformMemory implementation. * Fix randomly disappearing stationary and in-motion objects in the deep sea. * Fix concurrent access exception when in-motion objects are destroyed.
Yesterday
Finished boats can be repaired with the hammer without entering edit mode. Player boats generate a dynamic BuildCost at creation, to be used for repair costs, based on the total number of blocks * block costs. Hammer repair logic now checks if an entity should be repaired via the parent. Eg hitting a boat block will repair the boat. Added BaseCombatEntity.ShouldRepairViaParent and BaseCombatEntity.GetRepairableParent.
Yesterday
merge from naval_update/islands_navmesh_fix
Yesterday
Removed a boat AI log
Yesterday
Fixed deep sea NPCSpawner never finding their island. We detach the children of the deep sea island to avoid issues with global network, so they couldn't find it NPC spawners are now properly waiting for the navmeshs to be generated before spawning
Yesterday
Wait for the deep sea to be entirely spawned before generating the islands navmesh. That gives some time for the dwellings to spawn, so they are carving the navmesh properly Fixes scientists phasing through dwellings
Yesterday
Merge from naval_update
Yesterday
Merge from nav_optimisation Bump radius to 200m just to be safe
Yesterday
Merge from naval_update
Yesterday
male17 & mossmanarctic glove viewmodel fix Patch some models cs_fix.mdl - Fixed it not loading zombie_soldier.mdl and soldier_stripped.mdl - Remove dependency on cs_fix.mdl, use z_anm.mdl and m_anm.mdl like they are supposed to for player models Fix underwater ambient sound never playing Apply memory allocator fix for LuaJIT Update game_sounds_manifest.txt Ignore VPK build files Update "CUtlBlockMemory overflow" warning with some numbers Add missing Episodic soundscripts to the HL2 fallback VPK Make npc_strider fall to the ground if moved via physics gun * Also negates the bug where Antlion Guard can launch the strider into the sky infinitely Fixed a material refcount issue with render.MaterialOverride * Occurred with dupe icon generator where the outline became missing texture. Fix potential refcount issues with MaterialOverrideByIndex * Also fixes an issue with submaterials not setting correct variable "numPasses" in model rendering Fixed a recently introduced compile warning Even more potential material refcount issue fixes * render.WorldMaterialOverride, render.ModelMaterialOverride, render.BrushMaterialOverride * Also reset all 3 on disconnect Fix potential crashes with malformed models Use model bounding box if it has no hitboxes for particles * This fixes an issue with most PHX props where the fire particles come out of a single spot on the model, instead of the entire model like expected.
Yesterday
Update with new icons