19,298 Commits over 1,614 Days - 0.50cph!
radial menu disabled button state improvement
Fixed a set random destination being used by hunting that was set to a 0 radius and was failing immediately
Added a Player desire bonus to move attack to make sure player hunt commands are followed while there are buildings to construct
Added an icon for hunt desires
Replaced some List.AddRange usage in various AI code (was generating garbage)
Placing a campfire now creates a MachineProcessActionDesire for the machine process
Fixed Unit.Progression component not unsubscribing from events.
Fixed Unit.Progression subscribing to AIManager's global behaviour completion event, instead subscribes to only it's own
Fixed DecorAlign NRE spam
MachineProcessAction desires are fulfilled when the target process' capacity hits ~100%
Added MachineProcessCapacity consideration
Deleted FireFuelCapacityConsideration, replaced usage with MachineProcessCapacity
Hide unit path widget/line renderer when UI is invis
Fixed several audio channels not respecting audio settings (Ambient/Ocean/Weather/Wind are now controlled by the Effects slider)
Exiting Effects now get a an extra Tick so that exit actions are run correctly (fixes units getting stuck in stealth pose)
Fixed projectiles not reparenting properly when detached from a corpse
Fixed corpses not getting cooked on spits properly, they should now stay on the spit and not burn so the tribe can butcher meat off it as needed
updated foliage sahder to use new append node
reverted shader because it broke it..
shader is still broken...
fix for Weird anim bug when unit has exhausted flag while sleeping
ImageMasked destroy materials when creating new instance
Unit.Navigation now disables obstacle avoidance for a short time when we're failing to move for some reason
latest shader that works (before I break it)
fixed radial menu button animators not working, removed tweeners
various AI tweaks
Seperators in the selected unit UI are now conditional based on the various widgets
Fixed some rock profabs missing biome material object components
Added ActiveEmote keyword
Fixed bad priority dropdown in interaction lists
Various UI tweaks
Added interiors post volume
Added button to open module in designer from the AI debugger
Animal/Combat/Defensive scoring fixes
Agent's active GPV will drain score from it's GoalPlan once momentum hits 0
Minimum momentum drain rate is now 0.01 (up from 0.001)
Fixed game not being paused on gameover
green vertex channel is now used to offsync movement in foliage
Removed memory profiler because its not compiling
Uncomment steam integration stuff
InteractionDesire.GetIcon NRE fix