branchbefore/maincancel

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

8 Years Ago
Compile fix
8 Years Ago
Exposed player controlled toggle in DebugTools spawning tab
8 Years Ago
AP data
8 Years Ago
UI editor window works in playmode Interactable indicator tweaks
8 Years Ago
human adult hitboxes
8 Years Ago
removed weird panting sound
8 Years Ago
Console system basics
8 Years Ago
Console no longer puts UI into modal state, instead just blocks player controller raycast
8 Years Ago
More console stuff, set weather command
8 Years Ago
Added set_timescale command
8 Years Ago
meta
8 Years Ago
save
8 Years Ago
Fixed console UI blocking some inputs
8 Years Ago
exhausted additive animation
8 Years Ago
Vitals widget updates tooltip text when selected unit changes
8 Years Ago
Added spawn_unit command, util
8 Years Ago
meta
8 Years Ago
Prevent more player input when console is open
8 Years Ago
Console stuff
8 Years Ago
fixed spawn_unit error
8 Years Ago
trying to make mouth work on children
8 Years Ago
Console command tab completion, command and argument suggestions
8 Years Ago
UI scene fuckery
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
Renamed console command execute to invoke
8 Years Ago
Compile fix
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
Jenkins file updated for Unity 5.6.1f1
8 Years Ago
ProjectVersion
8 Years Ago
F12 also opens console
8 Years Ago
Fixed some typos, spawn_item uses cursor position
8 Years Ago
dropping attached items will actually detach them
8 Years Ago
Disable goal priority in DSE scoring Console stuff
8 Years Ago
Console expand toggle, help command suggestions
8 Years Ago
missed a meta
8 Years Ago
cookable condition can now use blackboard entity
8 Years Ago
Removed Intention from the codebase entirely
8 Years Ago
Fixed index out of range in UI Console
8 Years Ago
And another
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
Fixed Blackboard.Copy NRE
8 Years Ago
Fixed console buffer and suggestions index not being reset on toggle
8 Years Ago
Fixed console focus issues
8 Years Ago
Fixed InteractionPosition.CheckIfBlocked being 2x the intended size, cleaned up blocked position checking, added Blocked state
8 Years Ago
Fixed a bad !=
8 Years Ago
Desires.GetFromPool logging typo
8 Years Ago
Added Blackboard.Contains
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
CookCookableItem can now read the Item key
8 Years Ago
Let's not have a class with a different name from the filename...