19,298 Commits over 1,614 Days - 0.50cph!
Fixed player controller inconsistent raycast and highlight distances
Fixed options screen not refreshing all UI elements when loading defaults
Fixed options being initialized after UI
Merged SoundOptions into newer general options system, cleaned up how we access options at runtime
Cleaned up graphics options, presets, exposed AA options
backpak item size filter and blacklist some items
Clear weather no longer has 50% wind strength (causing building decay)
Fixed zoneWeather's lerping of wind strength and TOD animation value, exposed global multiplier in config.World
wolf attachment posisionts
Added methods to toggle a unit's entire hitbox
Toggle unit hitboxes when carried by another unit
deer carry offset positions
Fixed all camera modules being disabled after loading a save
Item world views take color of wearables (might be lacking shader support?)
Fixed wearable colors changing when taking off/wearing clothing
Fixed missing building overlay icons
Fixed potential NRE in DetailOverlayUnitElement
Building construction state overlay
Cleaned up a bunch of old UI prefabs
Container registration now applies to stockpiling too
Building destroy on decay optional
Unit.GroupMember holds a join time
Fixed cohesion leave/join events using incorrect dateTime
Cohesion leaver stuff no longer tests mood threshold, never picks leader
Necessities cohesion drain now uses a min/max range for the time and value, evaluated by an animation curve
merge from container registration stuff
Stuck a load of Unit.Items logging behind UnitDebug.Items option, exposed in debug tools
Debug tools settings tab is now visible outside of playmode
Moved all debug bools to BeforeDebug static
Fixed micro tooltip missing followCursor component
Fixed some bad tooltip assignments
Registration to containers working for gathering for fire (untested for other stuff)
Fixed tooltips being hidden when being triggered quickly by multiple UI elements
Fixed building UI not registering clicks in some cases
Fixed enemy overlay widget flickering
Fixed secondary DM attack AI never winning (now highest priority, might cause issues with weapon management @sebov?)
Building decay is gated by a few more conditions
UIElementPositioning supports curves for each value (offset/scale/alpha)
BuildingView's materialPropertyBlock no longer static
Beauty shots can specify FOV
Added beauty shot position to testbox
Fixed missing weather defs in scenario data causing NREs on load
Passing cheat commands with no argument will toggle their value
Building debug UI
Fixed portrait rendering being badly offset when inspecting a sleeping unit
Fixed building.CurrentHitPoints not being properly set on init
Fixed biome editor not showing weather data
Reworked building decay calc somewhat. Editor has dedicated structural data section, with area to test decay values and see the calculation for decay time
Made a bunch of zone component events static (seasons, weather)
Various UI
Always show decay value for buildings that can decay