198,874 Commits over 4,140 Days - 2.00cph!
Scene stuff
Batched more assets for performance
Create Party is now invoked by clicking on another unit, automatically making a two unit party
Forgot to check in collection asset changes
Ignore self as target when filtering by navigation validity in UnitDecisionMaker+Filtering
Hopefully fixed bad navigation state causing units to end navigation actions too early
fixed bradley falling through the world when flipping over
bradley diverts traction to wheels that are touching rather than a uniform motor torque for all (climb obstacles easier)
merge from main/music-v2-merge
Lowered q=0 textures to quarter res and q=1 to half res
Manual copy+paste of main/music-v2 changes because plastic is fooked and won't merge the branch
Fixed incorrect display of hours since death of a player controlled unit
Fixed FoliageDisplacementManager calling Camera.Render
Integrated closer with navmesh surface and navmesh link for better debugging.
Cherry picking
21682 (Parallel.Call) to avoid future merge conflicts in Facepunch.UnityEngine
Enabled mountain splat transfer
Optimized monument and mountain terrain data transfers
Parallelized monument and mountain terrain data transfers
Added TerrainMap.ForEachParallel (parallel software rasterizer)
Biter health 6->10, attack 6->3
Added UnitCategory to UnitDefinitionSO, categorised units.
macOS: Game uses OSX 10.7 SDK - mouse cursor not implemented
Hopefully fixed a bunch of seasonal transition issues
player commands should now unsubscribe an existing subscriber in order to force a subscription
Interaction plans define priority in their wrapper, smartobjects return first interaction in order of priority when using GetDefaultInteractionPlan and default defined in data is not available
Fixed WeatherWidget NRE in Update before game has finished loading
update tree wobble code a bit
Fixed VectorUtility.GetAverageGroundNormal not actually averaging the result ;x
Hacky fix for selected units blowing themselves up leaving them selected (need to move SetNextState stuff from command to commandblock soon instead)
Better tree wobble gating
People pick up thrown weapons again
Added Energy to vitals widget, moved temperature to weather widget