branchbefore/maincancel

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

9 Years Ago
Don't consider weapons without their smartobject enabled
9 Years Ago
Fixed Manage Weapons Goal GPV slot
9 Years Ago
Added combat states. Picking up spears is looking good (hopefully).
9 Years Ago
AI Designer code layout/partial orgnisation Moved a bunch of DebugTools entity component panels drawers to their own classes for cleanliness
9 Years Ago
Fixed AI Designer nodes not dirtying assets when changes are made
9 Years Ago
Data save
9 Years Ago
Moved more debug panels
9 Years Ago
- When instigating collaboration, we shouldn't move to target before we make the request for collaboration, since it would make everyone walk up to each other's position at that moment (walk past each other), which looked stupid. - Removed Breeding Social stuff, since Breeding is purely a Collaboration thing now.
9 Years Ago
Done testing things with the Campfire spit, so let's remove it from the starting pool.
9 Years Ago
Use absolute distance as a score when considering collaboration behaviours.
9 Years Ago
Removed empty/null AI Module from Bear unit data.
9 Years Ago
Renamed DSE BonusConsiderations to Bonuses, touched 230 assets \o/ Added DSE Penalities (not hooked up to functionality) AssetMenu dropdowns now have two buttons : "S" for selecting the asset, and "E" to edit it in a popup window
9 Years Ago
Moved breeding collaboration out from Human - Collaboration - Social and into Common - Collaborations - Breeding, and applied it to Human, Bear and Deer.
9 Years Ago
Refactored AI module node graph data
9 Years Ago
Implemented Penalty consideration type and moved negative contributions to penalties
9 Years Ago
Fixed AI Designer not properly saving graph data
9 Years Ago
Fixed some bad AI graph data
9 Years Ago
DataAssetUtility test
9 Years Ago
DataAssetUtility.ResetDataGUIDs and DuplicateAssetHook
9 Years Ago
DataAsset reference counts stuff
9 Years Ago
DataAssetUtility.DuplicateAssetHook no longer stops the command working in the scene view
9 Years Ago
Action.Description keywords fuckery Fixed some bad target filtering
9 Years Ago
Tribe now starts with a spit to cook meat on. People should wait for thrown weapons rather than starting conversations.
9 Years Ago
DataAsset references updated on demand/first run Fixed NRE related to Action description generation Fixed bad panels in DebugTools
9 Years Ago
Actually fixed Action.Blackboard NRE
9 Years Ago
CookCorpse should now generate activity at the correct moment
9 Years Ago
Hopefully fixed crazy spear throws
9 Years Ago
Waking up from sleep now restores the previous game speed.
9 Years Ago
BaseEntity.GetDescription through Machine and processes Failure history uses a dictionary, added a cleanup via OnHour in Agent+Behaviour Goals no longer support fallbacks, only GoalPlans, improved fallback book keeping Warnings
9 Years Ago
More Entity description improvements, tooltip string builder and interaction naming
9 Years Ago
vox added to happy anim
9 Years Ago
GameManager restart fiddling Deleted some old/broken assets with missing scripts Warnings
9 Years Ago
Nuked some unused goals/plans
9 Years Ago
vox added to success anims
9 Years Ago
new sound unit added
9 Years Ago
UnitVoiceDefinition validation/editor button to populate bundles for each sound type Warnings
9 Years Ago
ActionSettingsEditor ExposedToUI in base rather than relying on DrawPropertiesExcluding More warnings bs
9 Years Ago
Warnings
9 Years Ago
Actions data pass (descriptions, icons, UI exposure) UnitBehaviourWidger default Action icons
9 Years Ago
people should no longer look in the direction of their destination
9 Years Ago
UnitBehaviourWidget improvements
9 Years Ago
Fixed NRE in UnitBehaviourWidget
9 Years Ago
Agent/DM profiling cleanup, fixed some bad early returns before EndSample
9 Years Ago
Build script stuff
9 Years Ago
GameManager restart coroutine
9 Years Ago
More of the same
9 Years Ago
Reset manager extensions in GameManager.DoRestart, moved ECS shutdown to EntityManager.Reset
9 Years Ago
ECS shutdown/reset refactoring
9 Years Ago
Renaming some effects
9 Years Ago
StatManipulatorParameters missing name field