19,298 Commits over 1,614 Days - 0.50cph!
Fixed bug causing interactions to get added to a smartObject twice
UI tweaks, tribe create post
Super mega WIP Lost and Found map that definitely isn't at all shaped like a vagina
Added new Go To Blackboard Position (no wait) plan to the CurrentBehvaiourIsGoToBlackboardPosition check (was breaking sprint/jog movement)
Fixed Dispenser firing an action that hasn't been assigned
Fixed player controller not always clearing command creation buffers
Added command generation method for placing items
Fixed tree chopping interaction being disabled
Trying out adding an additional collider to trees to increase clickable area
More lost and found map WIP
Fixed an editor exception when looking at a stats component on a group
Fixed tribe spawner not creating/assigning entities properly (views had no entities, were non-interactive)
building shader improvements
Reverted some island1 stuff
Removed tribe spawn and blocked channels from TerrainTopology.Enum (Seemingly fixed weird topology painting bug)
Copied Tree & Dispenser component settings from normal pines to tall pines
Fixed dark berry bushses
Island 1 spawner tweaks
Seasons use TimeManager.DaysPerMonth to calc their duration
WorldManagerConfig exposes transition time for seasons (hours)
Buffed fear drain when no longer threatend
slider all the things.
game modes now define the start hour as a float for super precise start times
Building decay info on the debug panel
Debug panel icon support
Fixed TribeSpawner.OnValidate not properly supporting multiple buildings of the same prefab due to name in hierarchy not matching that in the data lookup
Fixed campfire missing upgrade mapping/data
Adjusted building decay formula, exposed global durability multiplier in game config
updated building shader to be a bit more organised
refactored Session.StartNew to consolidate it with StartNewFromExisting
Zone component can optionally define a default game mode for playing the scene in editor
Campfire interaction positions
IsCarryingRequiredTool checks that we have a a free hand
No longer clear desires when issuing move commands
OverviewMap lerps scattering density
Reduced map camera edge scroll speed
Desires Widget no longer deactivates after a timeout
Increased AI tick rate to 20 game seconds (was 10)
Removed old animator trigger from desires widget
Fixed Ambient Temperature Is Cold curve being the wrong way round
Various building AI tweaks
InteractionPosition.OnTriggerExit tweak
SmartObject.GetNearestUnoccupiedInteractionPosition will return the IP that the unit is blocking, if possible
Added "Near Building or Immovable" Or Condition used in Human/Building/Process Item For Building GP
DebugPanel_Navigation shows blocked IP as object field
Fixed bad event invoking causing bad bookkeeping of interaction position counts
people will now gather more than one stick at a time to add to the fire
Multi-stick gathering for fire WIP