190,962 Commits over 4,049 Days - 1.97cph!
Fixed StorageContainer and BaseOven order interaction
Fixed auto turret order interaction
▆▄▋▍ ▊██▇▆▉▋▉▋▌▄▄▌ ▍▆▇▊▄ ▍▄██ ▊█▊▍▌ ▋▋▌▌▊▊
Reverting accidentally committed ProjectSettings
Moved Facepunch.System and Facepunch.Unity to asmdef
Added missing folder meta file of no relevance
Fixed interaction menu sort order (default interaction) on sleeping bags and doors
Fixed being unable to pick up collectables
Persistance++
Bandit town scene layout progress / wooden walkway greyboxes / mossy rock materials / swamp water material
Fixed another \ vs / issue on effect folders when building manifest on Windows
added despawn point on nospawns
Reworked group joining/leaving AI
Strip AudioLowPassFilter component from server
Fixed \ vs / issue on effect folders when building manifest on Windows
Combat testbox settlement assignment
TribeSpawner adds buildings to settlement
Fixed various issues caused by people leaving the tribe
- Player anims
- Added blendtrees to playeranimator
- Added freefall ,openParachute, and landing bools to playeranimator
Deactivate unit detail view if they get destroyed
Fixed NRE in HumanPortraits.Update when someone leaves the tribe
Various hunting AI scoring improvements
Re-enabled Human/Cook/CookCorpse/FindAndPutCorpseOnFire goal plan
Fixed NRE when someone leaves the tribe
Tidied stair and window glitches
Merge from unity_2018.1.0
ItemAction.OnItemActionCallback is static, no longer does stupid check for settings equality
Added LeaveGroup goal to the Human-GroupActions module, which is now installed by default and no longer managed by the GroupMember component. People will now leave the tribe using this AI module, and go find another group to join if possible.
Added various group and settlement related conditions/actions.
▇▅▇▆▇█ ▍█▅▆▅ ▄▋▋▊▄▍ ▊▉▍▄▌▄ ▌▅▇▌ ▅▌▊▉█ ▄▄▉▋█▉ (▆█▋ ▅▍ ▆▇█ ▄▋█ ▉▌▍▉ ▇▄ █▅█▄▄▉▋, ▉▉▋▋▍▊ ▆▍▊██ ▅▆▍ ▍▋█▊▇▅)
▍▊▋▇▊ ▌▅▍▌▅▌ ▍▅▇▅▅▄▋, ▋▍▋ ▄▌▉▊▉▅▆ ▆▊█▋▄▆▇▍▉▍▄▇▉▉ ▋▌▍-▍▋▌▍▅█▅▆ (▇▄▌▋ ▆▊▄▊▌▊▅▋▄ ▌▍ ▄▆▉▅▋█▇ ▅▆▄▉▋▌▇▆▄ ▆▆ ▉▋▅█▆▇ ▇▄ ▊▊▌ ▊▅▍▄▋▋)
use correct RAWINPUT buffer size
Return type consistency for Entity.GetRagdollOwner
Crafting failure activity uses goal failure activity generators again, does some special case stuff for tooltip text
Fixed potential NRE in AIAction.Break (check state, shouldnt happen so I added a warning)
Strangers will no longer sit around the fire after leaving
Role assignment activity no longer pops notifications
CanFindBuildingForTarget now uses group entities instead of knowledge
Type consistency for Player.TraceHullAttack, Player.GetObserverTarget, Player.GetRagdollEntity
Player.IsFullyAuthenticated no longer returns the player object by doing something very wrong in singleplayer or for local server host
Type consistency for NPC.GetEnemy, NPC.GetTarget, NPC.GetBlockingEntity, NPC.GIve
Added powerlines to old monuments
Added checks for components to BuildingFilterSet.
IsStockpile condition now checks for the component rather than the category.
Selecting carried items for a container will now skip clothes unless we registered them to the container.