19,298 Commits over 1,614 Days - 0.50cph!
Removed equip action from Interaction.PickUp
Portrait manager doesnt continuously recreate textures like a tit
Decreased portrait RenderTexture size, also made them update less frequently
Fixed data being repeatedly added to senses.
VicinityEffectTrigger deleted, replaced by generic the PhysicsListener system
Pre/PostSimTick through ECS
Senses using distance
Normalized desire consideration
PlayerController command handling clears player created desires for the selected Unit unless if shift modifier is used
Removed unused behaviour settings refs in PlayerController+Units
Added maincamera script to apply ambient and camera frustum shader params (fix for missing ambient light)
Fixed skydome light layer mask to include transparent FX (fix for missing direct light)
removed random prefabs/models fomr greenbox
human anim eat with bool isEating
made dodge dodge less far
AI tweaks so that reacting to unseen attackers actually gets picked
UnitPortaitManager has seperate settings + prefabs for main portrait and tracker balls
Tooltip has fixed position
Player commands always override current behaviour
Exposed combat base range
Don't destroy loaded projectile on attack interrupt if it is our current weapon (shouldnt destroy anyway, need proper ammo handling for arrows etc)
Portrait texture destruction cleanup
Fixed behaviour descriptions being generated too early
Combat.OnAttackFire resets current weapon if throwing it
Fixed UnitPortaitManager not discarding old textures, yay memory leaks.
Show conditons on module nodes in the AI designer
Reworking combat AI modules a bit, split into movement, fighting etc
Human combat module now contains weapon management behaviours, rather than them living in the common module
Combat+Callbacks OnPickedUpItem checks if we're holding the item before setting as current weapon
Fixed non-player combat goal accidentally being chosen
Minor change to FollowTargetSettings for easier debugging of distance values
AIDesigner won't draw BehaviourChain elements if parent Goal or GoalPlan data is nulled (happens during module switch)
Reset to basic attack in Combat.SetCurrentWeapon when appropriate
null parent goal should cause an error now when populating blackboard read list
reverted to revision before I accidently deleted ragdoll from animal death, no idea how...
AIDesignerLayout.BC_BlackboardRead tweaks/readability
Combat+Callbacks item related stuff cleaned up, SetCurrentWeapon introduced
A little CombatAbilitySelectorSettings cleanup
Blackboard reads
changed walk idle blend time to make it look snappier
set anim_speed to take value from MagnitudeXZ instead of xyz to remove y spike
Reset target position and reached gate bool in Navigation.Stop
Navigation.IsMoving uses MagnitudeXZ
Navigation Tick back to er, Tick