191,033 Commits over 4,049 Days - 1.97cph!
Anims / movement / transitions feel a lot cleaner now.
register dispensable in take all over time interaction
attempt to fix people gathering too many sticks for the fire and then dropping them when trying to deposit
Removed Building.CanDeposit method with bool for accounting for registered. This is automatically handled depending on whether or not the item is registered in the other overload.
Fixed path following of A* paths for Scientists on Cargo Ship.
[D11] crunched textures, compressed animations, a few other fixes for the demo build.
GPV.SetActive cleanup/simplification
NextInteractionData summaries
Fixed the next interaction injector not using the blackboard from the next interaction
Switched over to test AI for scientists on Cargo Ship.
Commented out debug vis for scientist LOS.
BEF-422 After clicking craft the + button gets removed until window is closed and opened
Fixed calling SetHoldType too early not updating the hold type on client
Fixed some effects (mostly on NPCs) not working in multiplayer
Fixed shitty editor property drawing
Adjusted scientist speed a bit on Cargo Ship.
Adjusted scientist waypoints a bit on Cargo Ship.
Removed error for null renderers in BMO.UpdateMaterialProperties, instead just skip over them
Tree re-inits BMO on resource view after being chopped down
More AI tweaks at Cargo Ship.
Overriding from next interaction no longer clears the agent's next interaction.
Added interaction clearing to the interaction performing goal plan.
SWEP Holdtype is now updated clientside whenever server sends a holdtype update
Making adjustments to animator for strafe based movement.
[D11] Ignore -buildTo on assetbundles builds
Next interaction reset logging ,cleanup
More tweaks to AI related to Cargo Ship.
Fixed some smart object interactions reporting 0 free positions (plans now hold reference to their position group instead of doing lookup all the time)
[D11] See if this fixed the PS4 Streaming Assets
[D11] Merge texture crunch code + remove caching of warmup assets in AssetBundleBackend as the order of assets doesn't always match the order of asset names unfortunately.
Berry bush texture and material tweaks
Fixed linger path prefab icon
Fixed bad dropdowns (not great tho)
Fixed bad old prefabs on island1
Fixed Before/StandardTerrain SplatCount warnings spam
Udpated NavMeshComponents
Version++
[D11] Merge from WorldCache branch to get maps loading fully from file on console.
[D11] Display some debug info for CI to find out where the asset bundles are going.
Berry bush black, red and blue variants
Biome mat obj cleanup, entity views force re-init on leaving pool
Portrait clone views force BMO reinit
Incremental compiler for lols
[D11] [UI] fix to a missing reference in the pinned recipe element
Audio manager config prefabs are GameObject fields not PoolAudioSource (debugging standalone NRE)
Unit path UI should always turn off target highlight when hiding
[D11] Copy the StreamingAssets on Jenkins
[D11] Fix for On load crafting, resolution issue, and Implemented setting the pinned recipe form the crafting menu
[D11] [UI] Visual tweaks to the HUD; altered colours, changed positions, and edited UI element images.
[D11] Mistake on the build display name
[D11] Rid of some things not needed
Improved AI Line of Sight when on the Cargo Ship.