19,298 Commits over 1,614 Days - 0.50cph!
UnitFlags events are now 2 separate events for setting and removal
Decreased sitting by fire momentum drain rate
Fixed InteractionPosition.CheckIfBlocked using incorrect layer mask
Shelter goal scoring groups, data save
DecisionScoreEvaluators now hold a list of ConsiderationGroups, groups are all evaluated with the best being used in the score
Touched every asset holding a DSE
island01 tweaks
build settings
Fixed two potential NREs in PlayerController
Removed checks for SmartObject component in UnitDecisionMaker target filtering
Shelter module is gated by Sheltered flag
Hints no longer collider with all the things
steps towards SmartObject not being a requirement for DM
Added Hints entity type, creator and some AI to find interior hints
camera exiting cave is snappy now
(hopefully) fixed tilt calculation for exiting cave
Player controller raycasting improvements
Starting cave prefabbed, synced to both testbox and island1
Consideration wrapper validation ensures we don't have bad contribution values
Animals should fight back now
Grab rotation, tilt and zoom from camera position transform when exiting cave
Camera transition fuckeries
Show wearable item views when we drop them
SmartObjectParameters removes any null interaction wrappers
Wearables can be taken off, bunch of data
Don't bother evaluating triggers that have no listeners
Deleted a blank stat trigger causing some log spam
camera line of sight check uses head height
let's not use delta time for the camera controls
added a normal check to the camera raycasting fuckery
added a debug line for the camera
Fixed building placement guide mesh not changing color to indicate validity
Started work on cleanup of how stat manipulations are handled so we can use them outside of Effect more easily
Fixed wearables showing up in the item bar UI
Made all clothing items carryable
Added Encumberance consideration and conditions to some Building AI goals/plans
Added Encumbered flag, effect
Fixed held and carried item effects not being properly applied
Removed WeaponParameters.Effect (use held effects instead)
Items component tracks total weight of all items
Wearables are added/removed from the Items component
Added Encumbrance stat simulator
Fixed missing Container item type icon
Commands widget does not disable craft choice buttons based on unit's knowledge of required items (shite)
Finished the game
Added encumbrance stat, updated Stats+Properties with encumbrance and fear
Item pick up and dispenser actions refactored to support held containers
Fixed NRE in Combat when Unit is unarmed
Added auto NavMeshObstacle generation to Resource view importer
Indicators back to Update cause it fucked em
fixed grass breaking game start
renamed mud to clay and added to the game
Weapon & Tool usage take SkillUseParameters instead of Skill, do lookup internally
WeaponParamaters hold base DurabilityCost as per Tool
CombatEventData holds reference to the Weapon being used
Added Weapon usage in Combat.OnAttackHit