200,707 Commits over 4,171 Days - 2.00cph!
Settlement leader keyword name fix, include claiming group in activity data
Tweaks and optimizations to AO
Fixed temporal AO motion vector frame delay
Animation component tick/bool change callback runs every frame to avoid potential lingering fuckery
Fixed NRE when CookCookable process finished
fix size of _ignore_this_common_lua_header_ in both builds
Item.PickUp no longer adds the item to the unit's group (pending issues that this make unearth, but we need a better solution)
Fixed settlement housing and food needs missing their completion conditions
Another attempt and cleaning up animation bool change callbacks
Coverage queries debug fix
Added and toggled builtin async gpu read path to occlusion culling (testing)
Fixed SuppliesConsideration and Condition not correctly getting the settlement.
GoToUnit action is a bit more lenient.
Added a method to disable navigation and warp to a position.
Going to smart objects now warps to the interaction position and leaving them unwarps.
Fixed q=2 penumbra hard edge on spot lights
Fixed q=2 point light artifact when close to camera + penumbra size
Character events work in progress
BigInfoText uses the new characters events
Added missing return in GoToSmartObject.
Warping added to Navigation logs.
Another autoturret order tweak
Tiding up some of the building networking code.
Fixed need defs editor not showing the fulfilment conditions
Fixed group needs not triggering
fixed longstanding AI NRE in certain situations
Added the missing return in GoToSmartObject from
16100
Subtract the subtract and use .updatePosition instead of toggling NMA enabled state
Removed detail layer from hoodie material
merge from compound branch
AI actions run/tick/simtick impls return execution state instead of void (no longer call action.End or .Break from within the impls)
Renamed Behaviour to AIBehaviour to stop unity whining
Renamed Animation to UniAnimation, also due to whining
Fixed multiple activity notifications of the same type and from the same creator being suppressed (now optional on the def)
BehaviourChain.Break cancels smartobject subscriptions after breaking behaviours (hopefully fixes OOE issue with AIBehaviour event callbacks)
BuildingUnit is now a networkentity
Cleaned up behaviour smartObject subscription management
AIAction.State set to active in Run before invoking the template's RunImplementation. Action implementation can assume that the state is active (fixes ItemAction's animation bypass mode callback returning early)
Animation bool callback clear method cleanup
Remvoed bad return in ItemActikon.OnItemActionCallback
more instance/local game client reworking
Encapsulating networkentity field
added lower tricount and hat morphs for lod1 hairstyles. more work on hairstyle07
Removed and converted some messages
Fixed upgrade menu / highlight not working with lookatradius 0
NRE fix in AIBehaviour.ClearSmartObjectSubscriptions