repobeforecancel

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

7 Years Ago
Added paused border/overlay thing
7 Years Ago
FaceTargetLoop will now break if the unit has stopped facing the target for any other reason (face target on unit view was being disabled if a unit was moving, which gets triggered if the unit gets bumped by another unit) This should fix animals getting stuck if they are bumped while facing taget
7 Years Ago
Fixed a couple of load/session change issues Fixed building upgrades not appearing in child radial menus
7 Years Ago
Fixed axe impact screen shakes affecting player camera even if the unit chopping wasn't being controlled (or in another tribe!) Some more debug readout stuff: can see an entity's enabled state and can see the EntityKnowledgeData associated with a known entity (displays distance and last seen on)
7 Years Ago
Event driven music can optionally play only once per session (start game music)
7 Years Ago
set movement layer to 0 weight in animator, (should have been set in code?)
7 Years Ago
forgot from last checkin
7 Years Ago
Crafting & Building windows show "unread" status icons on list elements Fixed map transition fog displaying wrong values
7 Years Ago
wolf improvements
7 Years Ago
set turn layer to 0 when is look at is not being called
7 Years Ago
turn off turn layer if not 0 when unit anim code gets lodded
7 Years Ago
Disabled full screen tutorial widget auto activation
7 Years Ago
Removed redundant Initialize override in ItemActionDesire that wasn't calling base and thus broke all the things
7 Years Ago
Made FollowCamera/MapCamera zoom to transition optional, currently disabled
7 Years Ago
Removed attack anim call from player controller input
7 Years Ago
Fixed EntityComponentSystem not incrementing component index properly
7 Years Ago
made is looking anim transition take priority to is alert anim on animal controller
7 Years Ago
goat anim polish
7 Years Ago
Fixed human rigidbody and collider components getting left on when the game starts (this might solve the invisible units bug)
7 Years Ago
Fixed UI.ActivityNotificationsWidget still accepting raycasts even if it was disabled, was blocking player input in the middle third/bottom half of screen
7 Years Ago
Tweaked the various Sit action plans -Fixed Resting flag being left on a unit indefinitely, will now get removed via a break action -Fixed sitting plans lasting forever (until unit passed out from fatigue or hypothermia) if they are player instigated, added the 30-120s timer to do this
7 Years Ago
Fixed building views not getting set to finished when the last required item is deposited
7 Years Ago
compile fix
7 Years Ago
Removed UseTarget from ItemActionDesire
7 Years Ago
Item action pick up mode keep desire cleanup (no more use target, in prep for sebovs desire changes) Command generation/collation WIP Building addons via interaction
7 Years Ago
Added machine process desire creation and keep desire check for said desires
7 Years Ago
MachineProcessActionDesire added (not in use yet)
7 Years Ago
goat mesh/skinning improvement
7 Years Ago
changed Go To to distance instead of radius
7 Years Ago
reverted goat stats changes accidentally checked in
7 Years Ago
moved animal combat to a new layer so root motion can override movement made goat work with root motion attack
7 Years Ago
Fixed bad target filter setup in GoalPlan.DropUndesiredItemAtCamp causing blackboard read spam
7 Years Ago
Condition / consideration settings editor fixes
7 Years Ago
Tweaked sit by fire warmth need curve in warmth goal plan to try and stop people sitting at fires when they don't need to (left the sit by fire plan in Idle module, since we want that as a fallback) Added a FireFuelCapacityConsideration to try and prevent people filling up fires too aggressively, should score lower the more "full" the fire is (first pass, could probably use some tweaking)
7 Years Ago
more flag stuff
7 Years Ago
Added a toggle to log any flag changes on the debug tool
7 Years Ago
Player instigated GPVs get double momentum Buildings no longer require construction (data change, testing)
7 Years Ago
Data
7 Years Ago
Action break/end call refactor, should make for cleaner, more useful call stacks
7 Years Ago
bring dispenser item to fire should write the fire as a machine and not a building
7 Years Ago
Moved role weight change out for Agent+Behaviour callback and into AbilityCommand & InteractionCommand
7 Years Ago
null check and warning for Behaviour when trying to apply skill gain
7 Years Ago
renamed a confusingly named behaviour chain element variable
7 Years Ago
Improvements and fixes to building and fire gathering AI. Cleanup of EntityValueConsideration.
7 Years Ago
fix to make items have random rotation and position data when carrying more than one in one hand
7 Years Ago
Senses unit enabled check
7 Years Ago
Added BaseEntity.Enabled flag, ignore disabled ents in ECS ticks
7 Years Ago
ConditionConsiderationSettings score is 0 if the condition failed HasDesireSettings editor, validation
7 Years Ago
Gathering for fire improvements.
7 Years Ago
Game no longer autoloads the last save