branchbefore/maincancel

17,530 Commits over 1,614 Days - 0.45cph!

9 Years Ago
Animation/Navigtation state callback changes
9 Years Ago
Fixed arrow trails being destroyed early, (VisualFX set to looping, stopped by Projectile when it lands, trail renderer set to autodestruct)
9 Years Ago
Only log Combat component range messages when a Unit is selected Territorial AI module "Attack Intruder" GoalPlan now uses the "Set Combat Target" Ability rather than Attack
9 Years Ago
If GetFreeState reports error, return default(T) for chance of null, rather than new T().
9 Years Ago
Added a couple of debug logs to try to catch this combat bug
9 Years Ago
GetFreeState in ActionSettings should never be able to "GetEnd" a null value, since we pre-allocate the entire array.
9 Years Ago
Compile fix
9 Years Ago
UnitAttachmentPoint joint setup editor size in UnitViewUtility UnitView spine fixed joint setup in UnitViewUtility UnitView public fields to properties
9 Years Ago
Removed AlwaysWin condition from some AI data (not needed anymore)
9 Years Ago
Some small touchups to Morale and fleeing.
9 Years Ago
This "should" be more correct handling of flee destination (it can now fail).
9 Years Ago
fucking enums
9 Years Ago
fixed broken building views and added missing interaction positions to mud hut 01
9 Years Ago
Fixed entity view creation not properly zero-ing assets Fixed issues with projectile VisualFX
9 Years Ago
VisualFX FollowUnitHead positioning mode ignores rotation
9 Years Ago
Unit.Items.OnPickedUpItemCallback now properly tests picked up items against existing unfufilled Desires
9 Years Ago
Effects component removes all active effects in PreDestroy
9 Years Ago
first pass sneaking anims
9 Years Ago
Fixed shitty view management bugs
9 Years Ago
Actions : TakeFromDispenser waits for callback instead of ending, when it should
9 Years Ago
Fixed TakeFromDispenser not allocating state array on enable
9 Years Ago
nuking debug
9 Years Ago
female vox level edits
9 Years Ago
Save
9 Years Ago
Added generic unit collection settings,
9 Years Ago
female vox level edits
9 Years Ago
UnitSettingsEditor NRE fix
9 Years Ago
Trigger radius for senses should be a bit smaller now
9 Years Ago
Removed another range check for ranged abilities
9 Years Ago
Fixed bad field instantiation in UnitSettings
9 Years Ago
Unit collections tab in data editor
9 Years Ago
UnitCollection now has a proper data type (UnitCollectionSettings)
9 Years Ago
Fixed bad merges
9 Years Ago
Action.BreakChain renamed to Break, logs on break when agent.Entity is selected for debug
9 Years Ago
Fixed moving to target Abilities not having access to current combat ability
9 Years Ago
Moved tick of Effects away from Sim Tick.
9 Years Ago
Lets only clean up the dead after Post state of sim tick
9 Years Ago
Removed range check for ranged attacks when shooting.
9 Years Ago
Temp caching target for slightly better readability.
9 Years Ago
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)
9 Years Ago
Some minor cleanup to the combat ability selector code and a suggestion/comment.
9 Years Ago
Clamp Unit senses radius to 75, fixed scale of the trigger itself
9 Years Ago
ActionState reset handling/cleanup Fixed Wait Action state handling causing errors
9 Years Ago
Desires debug
9 Years Ago
Desire.Equals overloads compare DesireParameters rather than Desire
9 Years Ago
Desires data properly assigned in Unit.Desires.AddDesire
9 Years Ago
Added SEGI beta
9 Years Ago
Desire creation allocation avoidance in actions Fixed UnitViewUtility not updating prefabs from source correctly Audio file metas
9 Years Ago
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
9 Years Ago
replaced and added female vox deselects