17,530 Commits over 1,614 Days - 0.45cph!
Misc cleanup, comments, summaries in DM classes
NonSerizlied attempts to stop error spam about serialization depth aka fuck you Unity
Fixed BehaviourGroup decision maker NRE
Added amplify color LUT pack
Ported StatLinkerSettings to StatLinkerParameters
Added top level Group Goals
BehaviourGroup cleanup, editor tweaks to support goals and fix DSE params issue
Improved AssetsOfType
Data
Added CombatEffectParamaters
Reorganised Stat script files as bit, split some nested classes out
CraftDesire tweaks
Improved Group.CanFindSmartObjects with optional required match count param
Removed forgetIfInterrupted too
Removed overridingActionChain from SmartObject
DecisionMaker.IsEnabled handling
Dropped StatValueChanged and TimeStatModifier into their own files
Small test of Unity's test framework
Re-organised Conditions script folders into Agent types/generic
Added some Goup Agent specific Conditions (member count)
Added generic EntityCondition type, Added CanFindSuitableAnimal, CanFindWeapon
Added AttackEntity action which updates an Effect template with a new modifier value based on the Attack Power stat, feels like a hack though
Added Unit+Combat partial, doesnt do anything yet (besides store some EffectParameters)
Wolfs should now kill deer and eat the meat. _should_ :3
Starving Effect draing health again
Added Condition failure debug in DecisionScoreEvaluator
ActionChain refactoring, removed ActionChainData, updated all Actions
Broke things
Unity 5.3.1
Fixed DataNode layout issues
Data work
Fixed AbilitySettings.BehaviourPlanType not returning Ability as it should have
Added UnitIsCarryingItemCondition
Stat+Blockable stores StackBlocker, not StatBlockerParameters
Cleaned up CanFindOrCraftToolCondition and IsCarryingRequiredToolCondition
Accounted for DecisionPlan.OverrideParameters in GetBonusFactor in DM, and in the ScoreForDecisionMaking acessor
Added UnitCanFindEntityCondition, a multi-functional filter based knowledge lookup Condition which should cover most use cases
Added DecisionPlan.OverrideParameters, for overriding parameters! :o
Added various Can Find conditions
Numerous other tweaks
Added EditorGUILayout.HelpBox custom... help box
Added "empty" DSE error display in DecisionPlanParametersDrawer
Added Empty DSE error box on Goal/GoalPan/BehaviourPlan Settings Data Node inspectors
Un-reverted maurizo's DSE change, DSE now returns 0 when "empty" (having neither Coditions nor Considerations)
Data updates
latest bear anims, walk is better but run is a too goofy still. Mesh is updated but still needs work espically including skinning
Reverted DecisionScoreEvaluator change
-fixed up freezing effect not triggering
-a DSE empty of conditions/considerations now returns 0
-and a merge
BehaviourChain.CreateInteractionBehaviour NRE catch, need to look at why target entity can end up nulled, probably related to issues with SmartObject subscription/reservation
EffectSettings.OnTriggerStart uses correct agent.AddEffect overload
Asset save, effect names etc
Added MachineSetingsEditor
- Split DataParameters class to its own file,
- Added EffectName field to EffectParameters
Node collapse hides siblings
Made data node collpase button not shit
Data vis layout fuckery, collapsable nodes
Fixed DSE Condition/Consideration drawers not applying their filter func on asset query
Updated some ConditionType and DecisionLayer properties
Goals asset listing tweak