17,530 Commits over 1,614 Days - 0.45cph!
Fixed bad return in FollowCamera.HandleInput
Fixed UnitEffectIcon.CompareTo NRE
Wearable weather decay check optimsation (check wearer's active interior first)
Fixed the follow camera a bit
moved the camera target back down to a sensible height
InteractableIndicator uses late update
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
renamed mud to clay and added to the game
fixed grass breaking game start
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
Added encumbrance stat, updated Stats+Properties with encumbrance and fear
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
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
Added Encumbered flag, effect
Added Encumberance consideration and conditions to some Building AI goals/plans
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
Fixed building placement guide mesh not changing color to indicate validity
added a debug line for the camera
added a normal check to the camera raycasting fuckery
let's not use delta time for the camera controls
camera line of sight check uses head height
Don't bother evaluating triggers that have no listeners
Deleted a blank stat trigger causing some log spam
Wearables can be taken off, bunch of data
SmartObjectParameters removes any null interaction wrappers
Show wearable item views when we drop them
Camera transition fuckeries
Grab rotation, tilt and zoom from camera position transform when exiting cave
Animals should fight back now
Consideration wrapper validation ensures we don't have bad contribution values
Starting cave prefabbed, synced to both testbox and island1
Player controller raycasting improvements
(hopefully) fixed tilt calculation for exiting cave
camera exiting cave is snappy now
Added Hints entity type, creator and some AI to find interior hints
steps towards SmartObject not being a requirement for DM
Removed checks for SmartObject component in UnitDecisionMaker target filtering
Shelter module is gated by Sheltered flag
Hints no longer collider with all the things
Fixed two potential NREs in PlayerController