repobeforecancel

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

8 Years Ago
Remove Module weight from Goal Plan score evaluation.
8 Years Ago
GPV now holds a CalculateScore() rather than duplicating the formulae all over the place.
8 Years Ago
Goal Plan's final score is now multiplied by the module weight rather than Goal.
8 Years Ago
FindBestModule should probably not always return false.
8 Years Ago
Fix DMM GPV and how Agent+DM was interacting with it.
8 Years Ago
Probably a good idea to instantiate GPV in DMM.
8 Years Ago
Goal now holds on to its DecisionMakerModule, and just forwards DMM's AIModuleSettingsWrapper instead.
8 Years Ago
Check with DM whether the Module is active/valid before we try to score it.
8 Years Ago
First iteration of new Decision Maker based on Modules up for evaluation (untested at runtime).
8 Years Ago
More UI
8 Years Ago
Various UI stuff, improved options/scenario prep
8 Years Ago
Menu fuckery
8 Years Ago
Compile fix (bad unused directive)
8 Years Ago
SetDestination no longer relies on Navigation callbacks
8 Years Ago
Debug stuff, testing usable flag change
8 Years Ago
Added debug drawer for ItemAttachments ItemAttachments toggles IsUsable on the entity being attached or detached
8 Years Ago
Added "Is Raw" condition to Find Cookable filter
8 Years Ago
Let's not have a class with a different name from the filename...
8 Years Ago
CookCookableItem can now read the Item key
8 Years Ago
Autonomous eating meat on stick AI WIP. Any Target Filter blackboard write is now considered a BehaviourChain target. Keep Desire fulfillment checks for attached items. Probably other shit.
8 Years Ago
Added Blackboard.Contains
8 Years Ago
Desires.GetFromPool logging typo
8 Years Ago
Fixed a bad !=
8 Years Ago
Fixed InteractionPosition.CheckIfBlocked being 2x the intended size, cleaned up blocked position checking, added Blocked state
8 Years Ago
Fixed console focus issues
8 Years Ago
Fixed console buffer and suggestions index not being reset on toggle
8 Years Ago
Fixed Blackboard.Copy NRE
8 Years Ago
Expose entity filter sources when no EntityType is selected in GoalPlanSettingsEditor BC elements Refactored player command evaluation, fixes commands not having their DSEs evaluated when they use a command generator
8 Years Ago
And another
8 Years Ago
Fixed index out of range in UI Console
8 Years Ago
Removed Intention from the codebase entirely
8 Years Ago
cookable condition can now use blackboard entity
8 Years Ago
missed a meta
8 Years Ago
Console expand toggle, help command suggestions
8 Years Ago
Disable goal priority in DSE scoring Console stuff
8 Years Ago
dropping attached items will actually detach them
8 Years Ago
Fixed some typos, spawn_item uses cursor position
8 Years Ago
F12 also opens console
8 Years Ago
ProjectVersion
8 Years Ago
Jenkins file updated for Unity 5.6.1f1
8 Years Ago
Cleaned up canvas/group/raycaster setup in UI Replaced TMP usage in console UI as its unreliable apparently, fixed console input losing focus after submit. Up arrow command history in console, down arrow to scroll through suggestions, right arrow/tab to complete
8 Years Ago
Compile fix
8 Years Ago
Renamed console command execute to invoke
8 Years Ago
Fixed so CommandSystem support args.Length == 0 by using cmd.IsValid rather than args.Length > 0. Added list_weathertypes console command.
8 Years Ago
UI scene fuckery
8 Years Ago
Console command tab completion, command and argument suggestions
8 Years Ago
trying to make mouth work on children
8 Years Ago
fixed spawn_unit error
8 Years Ago
Console stuff
8 Years Ago
Prevent more player input when console is open