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

22 Minutes Ago
fixed skinning issues
31 Minutes Ago
Merge from naval_update, revert oilrig scientists
32 Minutes Ago
Merge from revert_oildrig_scientists
49 Minutes Ago
Convared the distance within players wake up boat scientist AI
52 Minutes Ago
merge from spacestation_storepages
52 Minutes Ago
merge from spacestation_storepages - added media for building skin and added correct icon to sitem
54 Minutes Ago
Use old scientists on both oilrigs
55 Minutes Ago
ai.npc_spawn_on_deep_sea_islands default to false
1 Hour Ago
Added Water Bucket Refresh Viewmodel and Worldmodel
1 Hour Ago
Added Water Bucket Textures Setup Water Bucket Materials
1 Hour Ago
Setup Water Bucket Refresh Folder Structure
1 Hour Ago
added in lewis's much better space station building skin cover images
1 Hour Ago
space station media for store - not hooked up yet. Space station icon hooked up to sitem
1 Hour Ago
Fixing cannon mesh loops
3 Hours Ago
Update: reorder clipping entities check to fast-exit on corpses Tests: none, trivial change
3 Hours Ago
Clean: remove duplicate IsDestroyed check It's already checked as part of ToBaseEntity and our caching Entity Tests: none, trivial change
3 Hours Ago
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
3 Hours Ago
increased culling distance of recycler
4 Hours Ago
Use LOD quality setting "Object Quality" in Indirect Instancing to more closely resemble the LOD switching behavior of the old system.
4 Hours Ago
Update: don't requiry parent exclusion trigger Tests: none, trivial change
4 Hours Ago
Merge: from main
5 Hours Ago
Try skipping the extra pass to remove null transforms for an extra 0.2 ms (toggleable via ConVar)
6 Hours Ago
Perform application of the motion list transforms in a job for better performance
Today
Merge from main
Today
cannonball explosion sounds and flight loop
Today
Merge from indirect_instancing (also force-disables it for non developers)
Today
Set new _INDIRECT_INSTANCING_ON keyword when Indirect Instancing is enabled
Today
Mark all Indirect Instancing ConVars as DeveloperOnly. Don't include DeveloperOnly commands in autocomplete.
Boost visibility of display back elements
Today
Merge from main (to pull in mac_foliage_tearing_fix)
Ammo display llight now works again, and apply fade in to light intensity on deploy
Today
Merge from mac_foliage_tearing_fix
Today
Rebase on /main
Today
Fixed server deep sea losing its portal direction, causing potential issues with cargoship and chinook spawn directions
- 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
Cherrypick 50cal fixes
Today
Wrap indirect instancing in ifdef to prevent potential issues with default gpu instancing
Today
Added NPC and vehicle breakdown to deepsea.printentitycount
Today
* 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.
Today
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.
Today
merge from naval_update/islands_navmesh_fix
Today
Removed a boat AI log
Today
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
Today
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
Today
Merge from naval_update
Today
Merge from nav_optimisation Bump radius to 200m just to be safe
Merge from naval_update
Today
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.
Today
Update with new icons
Today
Codegen