branchbefore/maincancel

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

9 Years Ago
Fixed debug window error
9 Years Ago
Let's try this...
9 Years Ago
Fiddled around with grass filter for grass map
9 Years Ago
Test
9 Years Ago
Black /red IM gradient
9 Years Ago
GroupDesireConsiderationSettings divide by 0
9 Years Ago
Fixed BehaviourChain Selectors not properly creating their DSEs at runtime, resulting in a myriad of completely batshit stupid behaviour \o/ Fixed Player commands clearing a Unit's Player instigated & fulfilled Desires, now only clears unfulfilled Desires Lots of Human AI Module weight changes
9 Years Ago
smartobject_test save
9 Years Ago
Save
9 Years Ago
Weather types have min/max temperature levels
9 Years Ago
stone sfx switcheroos
9 Years Ago
Couple of minor renames in Agent, UDM, GPVSlot and BC
9 Years Ago
BehaviourChainSelectorParameters cleanup
9 Years Ago
stone stuff
9 Years Ago
Fixed bonuses not showing correctly in the AI debugger
9 Years Ago
Placing a building creates a building desire
9 Years Ago
Fixed group desire consideration incorrectly returning false
9 Years Ago
BehaviourChain Selectors now have an associated "plan" instance type (BehaviourChainSelectorPlan), to be consistent with our DecisionPlan type objects It's now possible to open the AI debugger for your selected unit without having the debug tools window open as well (F2) Lots of tweaks to the debugger and colors, and other tools design things Adjusted some weather wetness and min/max temperature values Fixed scoring bonuses not actually showing as bonuses in the AI debugger Left a TODO in VItalSimulators.Warmth re heat maps Added a placeholder simulator for the Warmth need
9 Years Ago
UnitView/HumanView gating animation code in Update/LateUpdate with Unit death flag Fixed NRE in Influence
9 Years Ago
Refactored and commented DSE
9 Years Ago
A couple of changes to decision scoring.
9 Years Ago
fixed incorrect frame rate and end frames on lots of anims
9 Years Ago
Project setting, shader variants MovementMode AI module tweaks
9 Years Ago
DSE formatting tweaks Module rename, Unit DM data fixes
9 Years Ago
Compile fix
9 Years Ago
DecisionMakerTypes renames, added third type for movement mode management AgentParameters.OnValidate ensures that all DMs are always defined, drawer updates Split social AI modules into primary and additive modules Removed SetMovementMode actions from most Abilities (except the new SetMovementX ones)
9 Years Ago
stone craft sfx added to anim
9 Years Ago
Added button to sort AI modules by weight in AgentParamters editor/drawer Updated all Unit.Agent data with new modules for core behaviours and movement mode management
9 Years Ago
Typo
9 Years Ago
Removed IsHuman field from AnimationParameters
9 Years Ago
sfx re-assigned to craft
9 Years Ago
Fixed PickUpItem ACtion creating desires in StartImplementation rather than the OnItemPickedUp callback
9 Years Ago
Cleaned up Desires a bit, fixed a bug that caused incorrect Desires to be created from CraftCommand
9 Years Ago
Compile fix
9 Years Ago
Removed empty animation event from human_anim_craft/human_craft1
9 Years Ago
Fairly big refactor on ItemDesire. Probably needs testing a bit.
9 Years Ago
Combat kinda works now
9 Years Ago
Combat appears to more or less work now, with some jank still.
9 Years Ago
More combat tweaks
9 Years Ago
Removed un-used Goals/Plans/Selectors from the AI database
9 Years Ago
Added button to AIDatabaseSettingsEditor to remove unused after find/sort
9 Years Ago
Moved ItemDesire fulfiment out of the Items component and into a callback in Desires Actions.CraftItem also creates Desires for newly crafted items
9 Years Ago
Player kill desires being removed also results in combat target being cleared now.
9 Years Ago
Blackboard read/write filtering in AIDesigner, can only read/write to Entity type keys in the scope of BC
9 Years Ago
Tweaks to fleeing calculations
9 Years Ago
Removed shitty bone finding LINQ from UnitPortaitManager.GetTrackerPortrait
9 Years Ago
Empty DMs no longer cause all subsequent DMs to be ignored. Fleeing is back!
9 Years Ago
UnitPortaitManager processes tracker portrait updates in a queue instead of on demand
9 Years Ago
Avoid using GameObject.SetActive in potrait manager
9 Years Ago
Removed tick from UnitPortraitManager Made PlayerController.OnSelectionEmpty more reliable Random clothes in tribe start WIP (probably bugged due to preview item code)