19,298 Commits over 1,614 Days - 0.50cph!
Fixed tribe create missing post
Fixed camera modules not being properly enabled
Fixed some Singletons fucking OnEnable
Camera modules are now mono behaviours with scriptable obj profiles, input moved to static PlayerCameraInput
Added an AutoContinueThroughInputs bool to FuelToEffect Machine Process to keep campfires going though multiple inputs
Fixed M key toggling map while marker creation is active
DepositEntity Action has blackboard read fallback
Testing some more nuanced gating of UnitView.Update
Merge from interaction position fuckery
OverlapBox alloc because non alloc is a cunt
Desire cleanup for interactions
Interaction positions check if blocked on clear
Tags, InteractionPosition block check fiddling
made a bunch of AI do desire creation instead of interaction execution
Moved Interaction Position handling to an event-based approach. Blocked positions don't seem to be getting unblocked.
Fixed some command evaluation in PlayerController using the wrong overloads
Ditched radial menu on character modal, added command button dock for clothing
Radial menu widget optional modalness
Attachment point conditionals use enum
WIP radial menu on character screen, PlayerController refactoring for better external command evaluation
some item attachment data
items can be held with open or closed hand depending on a bool in the item(defaults to closed)
Updated Facepunch.Unity
Fixed bad editor style
added expand/collapse all for entity components
Removed empty consideration groups on Goal.Sleep and Goal.MakeFire
large bag and packpack items, not functional
reduced rabbit walk speed
fix for walking on the spot while sleeping
Removed turtles from trap array, rabbits are working better now
Fixed some exceptions when selecting non-human units in debug mode
Fixed some more trap issues
Added a button to the Agent Debug Panel to select that agent
Traps now disarm when picked up while armed
Traps have their own persisted data, stores their current armed state
Fixed some cases where orphaned trap hints could hang around
Fixed being able to zoom while in build mode