194,425 Commits over 4,079 Days - 1.99cph!
Reset scale of radial menu widgets so the last clicked button isn't scaled up when the radial menu opens
Working on ladder support NPC support for composite (multi-part) generated ladders
Fixed addons not registering to their parents Addon list when loading a game
Fixed UnitPortraitManager leaving other clones on when inspecting a unit
Item prefab update will now only add a box collider if there is no other colliders on the prefab, regardless of collider name
Cherry pick merge in some extra changes so the bootstrap scene gets made active reliably
Adjust ladder climb speed
Added an extra load process to group that ensures all group members are set to the correct controller (fixes issue when loading game and group is loaded after units, causing all units to be marked as not player controlled)
Fixed a key not found exception in ProgressionWindow, prints a warning for the UnlockDefinition that cannot be displayed (BasicBuildings in this case)
Less frequent character vis checks
Include far clip plane in inview check
Scientists no longer drop 1000 LR300 weapons (Temp loot table fix for Staging playability)
Optimized memory pool size for networkables and entity links
Rebuilt Facepunch.Network
FindInGroup editor safeguards
Fixed some memory pooling related issues
gas station damage pass wip
adding easing to unit move/rotation
renaming 'pitch' parameter to 'move' for clarity
If ai_dormant is on, only tick metabolism simulation on agents that are active.
Merged from ai branch to main
Yet another merge from main
Added terrain atlas generator ability to load non-read/write textures
Switched all terrain4 textures to non-read/write
Fixed a small if server check for client compile.
* Added missing material file for the new Combine Soldier PM skin
* FIxed Entity.StartLoopingSound so that it actually starts playing the sounds it creates
Packed all materials depending on terrain4 textures
Packed a few rock and prop materials + recycler
Fixed shader packed map labels
Added packed version of standard-specular shader
Fixed packing getting flat specular when scaled up
Keywords permutation parity between metallic and specular shaders
Fixed KNFE in ProgressionWindow init
Moved ProgressionWindow to OnGameReady callback so that we know which gamemode we're running
updated window shader, re-mapped all windows, created interior textures
Dispose of steam client in GameManager.Quit as well as OnApplicationQuit to be safe
Recessed wall prefab
Replace prefab
Scale to fit wall piece
Changed how busy inputs work. Pie menu interactions worka bit nicer now.
stopped being exhausted breaking both hand carrying abuns
Immediately kill agents on spawn if they we can't produce a navmesh area that support them (DynamicNavmesh specific).
A bit of cleanup to make Dynamic Navmesh work properly again.