17,530 Commits over 1,614 Days - 0.45cph!
Removed a bunch of happiness changes from effects (replaced with Mood in most cases)
Fixed Effect editor not displaying stat manipulations foldout
ECS semantics cleanup, summary on SensesSystem to explain the intent behind temporarily porting the API
Removed Happiness stat
Tutorial screens can use triggers, will only display once
Merged TribeActivityTrigger and TribeMemberActivityTrigger into PlayerGroupActivity trigger type
NRE fix in AIBehaviour.ClearSmartObjectSubscriptions
Remvoed bad return in ItemActikon.OnItemActionCallback
Animation bool callback clear method cleanup
AIAction.State set to active in Run before invoking the template's RunImplementation. Action implementation can assume that the state is active (fixes ItemAction's animation bypass mode callback returning early)
Cleaned up behaviour smartObject subscription management
BehaviourChain.Break cancels smartobject subscriptions after breaking behaviours (hopefully fixes OOE issue with AIBehaviour event callbacks)
AI actions run/tick/simtick impls return execution state instead of void (no longer call action.End or .Break from within the impls)
Renamed Behaviour to AIBehaviour to stop unity whining
Renamed Animation to UniAnimation, also due to whining
Fixed multiple activity notifications of the same type and from the same creator being suppressed (now optional on the def)
Subtract the subtract and use .updatePosition instead of toggling NMA enabled state
Added the missing return in GoToSmartObject from
16100
Fixed need defs editor not showing the fulfilment conditions
Fixed group needs not triggering
Added missing return in GoToSmartObject.
Warping added to Navigation logs.
Added a method to disable navigation and warp to a position.
Going to smart objects now warps to the interaction position and leaving them unwarps.
Fixed SuppliesConsideration and Condition not correctly getting the settlement.
GoToUnit action is a bit more lenient.
Fixed settlement housing and food needs missing their completion conditions
Another attempt and cleaning up animation bool change callbacks
Item.PickUp no longer adds the item to the unit's group (pending issues that this make unearth, but we need a better solution)
Animation component tick/bool change callback runs every frame to avoid potential lingering fuckery
Fixed NRE when CookCookable process finished
Settlement leader keyword name fix, include claiming group in activity data
Settlement levels, activity, keywords, enum gen
added despawn point on nospawns
Reworked group joining/leaving AI
Combat testbox settlement assignment
TribeSpawner adds buildings to settlement
Fixed various issues caused by people leaving the tribe
Deactivate unit detail view if they get destroyed
Fixed NRE in HumanPortraits.Update when someone leaves the tribe
Various hunting AI scoring improvements
Re-enabled Human/Cook/CookCorpse/FindAndPutCorpseOnFire goal plan
Fixed NRE when someone leaves the tribe
ItemAction.OnItemActionCallback is static, no longer does stupid check for settings equality
Added LeaveGroup goal to the Human-GroupActions module, which is now installed by default and no longer managed by the GroupMember component. People will now leave the tribe using this AI module, and go find another group to join if possible.
Added various group and settlement related conditions/actions.
Crafting failure activity uses goal failure activity generators again, does some special case stuff for tooltip text
Fixed potential NRE in AIAction.Break (check state, shouldnt happen so I added a warning)
Strangers will no longer sit around the fire after leaving
Role assignment activity no longer pops notifications
CanFindBuildingForTarget now uses group entities instead of knowledge