5,944 Commits over 4,048 Days - 0.06cph!
▇▅▌▇▌ ▉▆▉▇▇▌▋▍▊ ▋▊▌ ▆▇▇▄▇ ▆▊▄▅▋▍▇▋▇▇▉▅▆
Added debris to walls and doors to block placement of new walls and doors for 30 seconds after they have been destroyed
Added debris entity system to block placement of new entities after an entity has been destroyed (debrisdespawn convar, default=30s)
Added TerrainDistanceMap to CraggyIsland as a test
Added EncodeVector2i / DecodeVector2i to BitUtility
Moved Vector2i, Vector2b, Vector3i, Vector3b to Facepunch.System
Fixed ores spawning inside hilltop rocks to finally shut up holmzy
EAC SDK update, third attempt
TOD_Rays and TOD_Scattering are client only components
Optimized item skin list loading (when selecting items in the crafting menu)
Updated Facepunch.Steamworks
Don't play stash hide / unhide sound when it spawns on the client
Fixed a problem with corpses spawning partially inside stuff
▆▋▍▊▊▅▍▊▍▋▌▋▇▊▉▊▉▊▅▋▋▊ ▅█▍▌▇▌▅ ▍▆▆ (▍▌▆▋█▌▅▌ ▍▇▌▅▊▋ ▄▅▍▄▆▉▌▆ ▄▊▊▉▊▌▌ ▄▉▍▉▊ / ▋▉▇▋▅▋▉▇ ▋█ ▋▍▋ ▅▌▅)
Save / load water junkpiles
Fixed Linux release build getting written to debug folder (classic andre)
Fixed censorship pixelation sometimes getting enabled even though underwear is enabled (for example when equipping bone armor)
Fixed game manifest update not assigning prefab IDs (regression from Unity's new prefab system)
▌▍▇▅▊ ▌▄▅▅▄▋▅█▍ ▉▉▌▄ ▆▍▍▊▇▅ ▉▊▊█▄ ▆▇ ▆▆▉ ▄█▅▍ ▉█▊ ▊▄▌ ▊▅ ▋▄▋█▍▋▄
Fixed NPC moving all fucked when traversing navmesh link (classic)
TriggerParent doesn't parent entities that are already parented (to fix cargo ship water junkpile issues)
Fixed NPC entities snapping to world origin while traversing navmesh links
Delayed junkpile loot spawn slightly to avoid null group warnings from JunkPileWaterSpawner parenting
Added physics.ragdollmode to set client side ragdoll collision mode
Changed physics.droppedmode to integer, now also support "continuous" (1) and "continuous speculative" (3)
Workaround for muzzle flash position bug
Added engine time to EnvSync for Diogo
Updated Facepunch.Steamworks
▌█▅▉█ ▇▇▇▋▌▊▇█▌ ▍▌▉ ▆▅▉█▋▊▊ ▊██
Added editor "relax" console command (sets relax pose on player)
Attempt to fix editor crash from terrain asset corruption when switching around terrain paint modes
EAC SDK update, second attempt
Prefab processing uses instance instead of asset in standalone, similar to editor (~10% faster loading / instantiate on SSD)
Exclude standard assets from FileSystem_Warmup