17,530 Commits over 1,614 Days - 0.45cph!
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
Fixed index out of range in UI Console
Removed Intention from the codebase entirely
cookable condition can now use blackboard entity
Console expand toggle, help command suggestions
Disable goal priority in DSE scoring
Console stuff
dropping attached items will actually detach them
Fixed some typos, spawn_item uses cursor position
Jenkins file updated for Unity 5.6.1f1
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
Renamed console command execute to invoke
Fixed so CommandSystem support args.Length == 0 by using cmd.IsValid rather than args.Length > 0.
Added list_weathertypes console command.
Console command tab completion, command and argument suggestions
trying to make mouth work on children
Prevent more player input when console is open
Added spawn_unit command, util
Vitals widget updates tooltip text when selected unit changes
exhausted additive animation
Fixed console UI blocking some inputs
Added set_timescale command
More console stuff, set weather command
Console no longer puts UI into modal state, instead just blocks player controller raycast
removed weird panting sound
UI editor window works in playmode
Interactable indicator tweaks
Exposed player controlled toggle in DebugTools spawning tab
Renamed some stamina related effects
Fixed DataAsset caching display names badly
Fixed Conversations.GetTopics not clearing buffer
Fixed interaction max subscriptions always being 1
Fixed weird TMP error caused by the ° character
Debug spawning can specify whether the entity should be player controlled
Revamped selected unit info, effects & vitals display
Desire creation in AttachToItem
CanAttachToItem doesn't actually attach the item (goty)
Fixed desires debug display
Various AI tweaks