repobeforecancel

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

8 Years Ago
Editor tags
8 Years Ago
may have fixed people sleeping standing up
8 Years Ago
AI Modules can be disabled on the asset level Disabled breeding and collaboration related modules
8 Years Ago
Renamed RemoveUnitTag to RemoveUnitFlag because that's actually what it does Hooked up consideration response invert to editor drawer Removed some consideration assets that are no longer needed as a result of the wrapper level invert Did a bunch of reflection in DataAsset.GetReferences Goals and GoalPlans can flag their DSE as "allowed no considerations", mostly for player instigated AI (this disables warnings and validation)
8 Years Ago
combat music edit
8 Years Ago
Refactored ResponseCurve to support inverse internally.
8 Years Ago
A wee bit of consideration adding in Breeding Instigation AI.
8 Years Ago
Considerations on some combat related DSEs Added ConsiderationSettingsWrapper.InvertResponseCurve and hookups
8 Years Ago
Let's display the editor error when considerations list is not expanded too.
8 Years Ago
Added a new way of finding the radius of a unit collection that first finds the Bounds of the collection, then use that to get the radius via extents magnitude.
8 Years Ago
GoalPlan momentum tick is now on game minute, not sim tick, managed by AgentComponentSystem. Debug rejigging
8 Years Ago
AI Designer no longer displays GoalPlan list in Goal editor DSE data zero consideration validation/flag
8 Years Ago
Relying on assumption of perception data keys in Senses test routines because performance maybe ;x Senses raycast origin, grid position and distance check origin uses collection when Unit is Senses elect
8 Years Ago
people can't become tired when asleep
8 Years Ago
Knowledge fuckery and entity debug tab improvement.
8 Years Ago
Cleaning up unit collection assets and data, all animal collections now used deferred Senses
8 Years Ago
Unit collections can elect a Unit to defer all Senses processing to...
8 Years Ago
hunting music fade in
8 Years Ago
hunting chase music stuff again
8 Years Ago
Missing delete
8 Years Ago
Added UnitCollections gizmos drawing + toggle to DebugTools/DebugToolsObject Addded DSE validation that spams the console about missing Considerations (currently harmless, does not affect DM logic at runtime) Updated DSE drawer so that it longer validates selector dependencies when filtering re-orderable list asset choices, instead we print Blackboard read requirements Added SelectorSettings.BlackboardReadKeys property Removed old DecisionPlanParametersDrawer
8 Years Ago
added interaction positions to berry bush so you can interact with it
8 Years Ago
added collider to berry bush
8 Years Ago
hunting music stuff
8 Years Ago
Layout thing
8 Years Ago
InfluenceComponentSystem.SecondsPerSimTick increased to 30 from 10 Goal.Craft's DSE uses Craft Desire Weight as bonus
8 Years Ago
Restored old EntityManager tick flow, commented out coroutine setup for testing
8 Years Ago
fixed incorrect leaf texture assignment
8 Years Ago
finally got this merge working, new bushes and a human controller bug fix, and something with the yams and garlic IDK what
8 Years Ago
greatly increased wake up noise threshold in an attempt to stop fuckers from waking up all the time
8 Years Ago
Minor Senses.SimTick TimeManager.DateTime usage optimisation Cleaned up some un-used members in FixedArray UnitView backing field cache of Unit ref EntityManager ticks EntityComponentSystems via a coroutine
8 Years Ago
fruit bush update (not using biome mats atm)
8 Years Ago
UI tweaks
8 Years Ago
Hiding some options from Menu UI because they're buggy because Unity reasons?
8 Years Ago
Can't pick up decayed corpses.
8 Years Ago
Removed some candlight plugin stuff, nuked UnitViewEditor
8 Years Ago
island1 save
8 Years Ago
Navigation.Tick returns early if we're not moving, to save setting stat values etc when we dont need to Navigation.TrySetDestination directly calculates a path and calls SetPath instead, as a test (seems to improve repsonsiveness with larger agent numbers)
8 Years Ago
Fixed entity names being fucked.
8 Years Ago
Rebaked island1 navmesh
8 Years Ago
Unit Navigation avoidance prority/data exposure test
8 Years Ago
Compile fixes
8 Years Ago
Nuked unused ResetBehaviour action
8 Years Ago
Removed spammy morphs warnings
8 Years Ago
Fixed incoming GPV not being correctly passed through Break execution when executing player commands
8 Years Ago
Renamed EntityTypes.Generic to Collecction since we no longer have entites of Generic type Debug stuff, Unit.Navigation robustness etc
8 Years Ago
DecisionMaker.AddDecision doesn't need to create DecisionContext when creating new Decisions on demand
8 Years Ago
Decision constructor creates a DecisionContext
8 Years Ago
index debug is no longer in ms
8 Years Ago
Agent Component System debugs