191,035 Commits over 4,049 Days - 1.97cph!
Fixed NRE in BasePlayer.UpdateHolsterOffsets
Fixed NRE in CommunityEntity.AddUI
ItemAttachments.Tick is now completely removed from non-editor builds (not stubbed)
Entities need to opt-in to receive Tick calls
EntityManager ignores entities without tickable components better
Replaced Tree.Tick with coroutines
Cleaned up activity defs implicit enum conversion crap
Junkpile spawn tweaks
Always show loot container health
Hopefully fixed NRE in building commands and potentially other player commands
Loadbalanced AI senses.
Misc ai behaviour tweaks.
update mini unit frame
more unit texture tweak
Added static building part prefabs
water_well_a backup/progress
Merged back in subtracted ai stuff.
Fixed unit group MemberInfo not being reassigned after a load, broke lots of UI
Fixed Create Find Desire action to make a basket not using the correct enum (was serialized with an enum that no longer exists)
Fixed an NRE when building an addon
The group that is generated for a stranger that's joining a tribe is now destroyed if the invitation is accepted
Added a new tribe member cohesion event (positive)
Hysteresis on AI distances. Prevents wavering on the edge of two distance-based options
Role descriptions on the tribe tracker elements no longer point at the wrong button
Fixed new role assignment scroll view not scrolling
AI item selection work. Not quite right at the moment
Put some checks to try and catch the NRE when right clicking on a building to assign a unit to builder (can't seem to repro in editor)
Fixed tribe tracker element descriptions reading "Builder" when initialised if a unit hasn't been assigned a role
AI stuff. Going to change the ammo checking in ApexSelectItem but saving this version.
Removed craft item desire type and fixed various references to it
StatTypeSelection is no longer a struct
more collaboration scoring fuckery
collaborations goal moved social need from bonus to consideration
Merge from crafting component stuff
Building placement uses material property block, no longer hide preview mesh after confirming placement (hidden on completion)
Crafting using the component and orders is now fully working
Added a couple of ActivityData constructors
Stat manipulator editor fixes
UI fuckery
World stuff.
Fireball spell.
Items & manifest.
Added button to pick inspection target, fixed inspection not working for all interactables
Units can have multiple active roles