5,952 Commits over 4,140 Days - 0.06cph!
Subtracted
27668 due to regressions (might have to look into a different workaround)
Merge from unity_2018.2.0
Rolling back
27718 due to scene crash (unity_2018.2.0)
Updated Facepunch.Steamworks
No longer filter character spawns by biome (only by tier)
Added spawn_point, terrain_trigger and water_trigger prefabs (in assets/bundled/prefabs/modding folder)
Small clutter rocks no longer use convex mesh colliders
Fixed team UI NRE without local player (breaks demo playback)
Fixed some spawn issues with the bandit town
Network++
Save++
Merge from bandit_town_tweaks
Unfucked ItemBasedFlowRestrictor parameter serialization
Print error message when trying and failing to move item
Include prevent movement layer in footstep raycast
Fixed palms not avoiding lakes
▇▄ ▉▊▅ ▊▌▄▊▅ ▍▉▍▆▋▋▆▆▉▇▅ ▋▅▆█ █▋▋▊▍▆▌▊▊▌_▌▆▅█▋▍_█▆█▍▄▊▍
Removed asset bundle splitting, see if that works
Include skins in main install
Fixed build server moving texture bundles to wrong folder when using -buildTo
Fixed exception on workshop skins that aren't installed at all and only exist in the cache
▌▇▇▊▄▅▋ ▄▊▋ ▆▅▊▍▄ ▄▌▆▋▋▊▌ ▉▇▆▆▄▇▇ ▆▅▇▅▋▆▄▋ ▋▉▉▋▋▊▍▇ (▊▅▍▊▌ ▅▌▄▇▋ ▄▌▄▇▋▅ █▊▇▊▌▍▍▋)
Rebundling textures so future additions only require 1-2 bundles to be changed
Radtown loot prefabs respawn automatically if not spawned via spawn group (for custom maps)
Underwater crates sync position
Added prevent_building_cube and prevent_building_sphere prefabs (custom maps)
Fixed skins still downloading even if shipped with the game (regression from 28022)
Fixed skinned mesh renderer bounds not always refreshing when rendering icons (could lead to odd icon scales)
Rebuilt all skin icons
Eliminated GC from TOD image effects
inventory.give takes item condition as an optional third parameter
Fixed animal spawn loop when admin-spawning them via spawn console command
Merge from prefab_pooling_3
Removed some holster effect prefabs with missing sound references
Fixed building conditional model prefab bundles
Fixed missing conditional model references on wooden wall
Fixed prefab pool warmup only being executed on first server connect
Fixed some entities and construction conditional models pooling on the server, which is not supported
Run prefab pool warmup after loading the level scene (otherwise some warmed up prefabs will be destroyed)
Unified "GameManager Warmup" and "Asset Warmup" to avoid doing duplicate work
Fixed IndexOutOfRangeException during prefab pool warmup
Fixed initial missing audio issues from prefab pool warmup
Run prefab pool warmup after destroying map entities (otherwise warmed entities will be destroyed)
Removed ancient unused broken gib prefab
Skip LOD OnEnable / OnDisable while prewarming prefab pool
Refactored prefab pool prewarming
Increased prefab pool prewarm count (test)