repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

9 Years Ago
changed walk idle blend time to make it look snappier
9 Years Ago
Combat+Callbacks item related stuff cleaned up, SetCurrentWeapon introduced A little CombatAbilitySelectorSettings cleanup Blackboard reads
9 Years Ago
AIDesignerLayout.BC_BlackboardRead tweaks/readability
9 Years Ago
More of the same
9 Years Ago
reverted to revision before I accidently deleted ragdoll from animal death, no idea how...
9 Years Ago
Save
9 Years Ago
null parent goal should cause an error now when populating blackboard read list
9 Years Ago
Save, debug for BB reads
9 Years Ago
Reset to basic attack in Combat.SetCurrentWeapon when appropriate
9 Years Ago
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)
9 Years Ago
Fixed non-player combat goal accidentally being chosen
9 Years Ago
Combat+Callbacks OnPickedUpItem checks if we're holding the item before setting as current weapon
9 Years Ago
NOT equals
9 Years Ago
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
9 Years Ago
Fixed UnitPortaitManager not discarding old textures, yay memory leaks.
9 Years Ago
Portrait texture destruction cleanup Fixed behaviour descriptions being generated too early Combat.OnAttackFire resets current weapon if throwing it
9 Years Ago
Don't destroy loaded projectile on attack interrupt if it is our current weapon (shouldnt destroy anyway, need proper ammo handling for arrows etc)
9 Years Ago
Exposed combat base range
9 Years Ago
Player commands always override current behaviour
9 Years Ago
Cleanup
9 Years Ago
More
9 Years Ago
Coouple of range tweaks
9 Years Ago
Comment
9 Years Ago
Tooltip has fixed position
9 Years Ago
gui save
9 Years Ago
UnitPortaitManager has seperate settings + prefabs for main portrait and tracker balls
9 Years Ago
AI tweaks so that reacting to unseen attackers actually gets picked
9 Years Ago
made dodge dodge less far
9 Years Ago
human anim eat with bool isEating
9 Years Ago
removed random prefabs/models fomr greenbox
9 Years Ago
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)
9 Years Ago
Removed unused behaviour settings refs in PlayerController+Units
9 Years Ago
PlayerController command handling clears player created desires for the selected Unit unless if shift modifier is used
9 Years Ago
Normalized desire consideration
9 Years Ago
FX material tweaks
9 Years Ago
Merge from main
9 Years Ago
Merge from 5.4b22
9 Years Ago
Save
9 Years Ago
VicinityEffectTrigger deleted, replaced by generic the PhysicsListener system Pre/PostSimTick through ECS Senses using distance
9 Years Ago
Fixed data being repeatedly added to senses.
9 Years Ago
Decreased portrait RenderTexture size, also made them update less frequently
9 Years Ago
Portrait manager doesnt continuously recreate textures like a tit
9 Years Ago
Removed equip action from Interaction.PickUp
9 Years Ago
AI data save
9 Years Ago
Removed empty goal plans
9 Years Ago
BeforeParticleLitAlphaBlend target 3.0
9 Years Ago
Time of Day update
9 Years Ago
Fixed camera sometimes having incorrect tilt values when zooming out.
9 Years Ago
Fixed Units not actually being in the unit list. Fixed player craft desires being wiped just after creation.
9 Years Ago
Removed AIDesignerData asset, now all AI module node graph data is stored on the module itself