19,298 Commits over 1,614 Days - 0.50cph!
VisualFX FollowUnitHead positioning mode ignores rotation
Unit.Items.OnPickedUpItemCallback now properly tests picked up items against existing unfufilled Desires
Effects component removes all active effects in PreDestroy
first pass sneaking anims
Fixed shitty view management bugs
Actions : TakeFromDispenser waits for callback instead of ending, when it should
Fixed TakeFromDispenser not allocating state array on enable
Added generic unit collection settings,
UnitSettingsEditor NRE fix
Trigger radius for senses should be a bit smaller now
Removed another range check for ranged abilities
Fixed bad field instantiation in UnitSettings
Unit collections tab in data editor
UnitCollection now has a proper data type (UnitCollectionSettings)
Action.BreakChain renamed to Break, logs on break when agent.Entity is selected for debug
Fixed moving to target Abilities not having access to current combat ability
Moved tick of Effects away from Sim Tick.
Lets only clean up the dead after Post state of sim tick
Removed range check for ranged attacks when shooting.
Temp caching target for slightly better readability.
made ragdolls stop glitching when scale is not 1
add force to correct bone from correct distance in ragdoll when hit by arrows(has some other problems)
Some minor cleanup to the combat ability selector code and a suggestion/comment.
Clamp Unit senses radius to 75, fixed scale of the trigger itself
ActionState reset handling/cleanup
Fixed Wait Action state handling causing errors
Desire.Equals overloads compare DesireParameters rather than Desire
Desires data properly assigned in Unit.Desires.AddDesire
Desire creation allocation avoidance in actions
Fixed UnitViewUtility not updating prefabs from source correctly
Audio file metas
Added Desire creation support to BehaviourChain Selector elements, exposed via editor and handled by UnitDecisionMaker (no longer hooked up in DSE/DecisionContext)
Desire no longer stores DesireParameters, instead derived types store data as properties
Removed IDesire interface since base Desire no longer requires generics
replaced and added female vox deselects
AIDesigner cleanup, layout class
replaced female select vox
Added data validation to BaseBehaviourPlanSettings
Deleted unused impregnate ability, fixed some missing actions
Manual merge of action state changes from 5.4 branch because plastic is a dick
Merge from main
Updated SetDestinationBase with new state management patterns
Action state handling / allocation improvements
Metas apparently
updated amplify occlusion to latest
Started splitting SetDestinationSettings
Put a Navigation.Stop in there to try to fix approaching target problems.
Merge from desires refactor, more desires refactoring (mostly filtering)
Removed the notion of desire "types" (Attain/Retain), instead just use fulfillment state as the same indicator. DesireTypes now refers to the derived types themselves (Item, Building)