202,011 Commits over 4,171 Days - 2.02cph!
Hysteresis on AI distances. Prevents wavering on the edge of two distance-based options
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)
Fixed unit group MemberInfo not being reassigned after a load, broke lots of UI
Merged back in subtracted ai stuff.
Added static building part prefabs
water_well_a backup/progress
update mini unit frame
more unit texture tweak
Loadbalanced AI senses.
Misc ai behaviour tweaks.
Hopefully fixed NRE in building commands and potentially other player commands
Junkpile spawn tweaks
Always show loot container health
Cleaned up activity defs implicit enum conversion crap
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
Fixed NRE in CommunityEntity.AddUI
Fixed NRE in BasePlayer.UpdateHolsterOffsets
Unit portrait updates get requested on demand, cleaned up API
Potentially fixed ArrayTypeMismatchException in HttpImage
water_well_a mini monument progress
ActivityPopup uses queue for join requests
Fixed activity popup pausing the game whenever a join request is recieved
Potentially fixed UnityException in AsyncTextureLoad
Increased junkpile spawn attempts
water_well_b mini monument files prep
Remove BaseEntityTickable
Implemented network stream seek
Fixed exception in Skin.FromFolder
Potentially fixed InvalidOperationException in HttpImage
Fixed outdated API usage in HttpImage
Potentially fixed NRE in Planner.DoBuild
Fixed ArgumentException in bloom image effect
Fixed ArgumentException in bloom image effect
Only enable client exception reporting on official servers
Ported Building.Ownership to BaseEntity.Ownable
Added Unit.Ownership component
More activity conversion fixes
Conversation no longer implements ISimTickable
Combat no longer implements ISimTickable
Knowledge no longer implements ISimTickable
EntityCompnent generics signature refactored to include the type as first constraint (allows EntityComponent to hold a static list of all components of that type)
GridManager uses TaskHelper for influence and update ticks
Influence no longer implements ISimTickable
Fixed pubic skin-hair cap floating geo and added hairstyle 02 skin-hair cap, Seems to work with no visible seams.
Bodged observer shit, hard to keep this clean...
Fixed timers getting bad intervals