19,298 Commits over 1,614 Days - 0.50cph!
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
island01 tweaks
build settings
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
Shelter goal scoring groups, data save
Fixed InteractionPosition.CheckIfBlocked using incorrect layer mask
Decreased sitting by fire momentum drain rate
UnitFlags events are now 2 separate events for setting and removal
Added ToggleUnitRagdoll Action
Added some Disabled Unit flag gating to Senses, Agent
Fixed ECS ticking disabled components
Agent disabling when people are disabled or dead