11,016 Commits over 4,109 Days - 0.11cph!
Building ID save / load happens in DecayEntity instead of BuildingBlock
Building privilege is emitted by all building blocks that are connected to a tool cupboard
Only move building to new ID if it was split, not whenever block is removed
When placing block, refresh building ID only if connected blocks mismatch
AntiHack.Log only prints to server console on debuglevel 2 or higher
Forgotten UnityEngine.Profiling
Update building ID when buildings are merged / split
Added extended building API to BuildingManager
Added building ID to DecayEntity (for upkeep)
World Serialization++
Network++
Increased precentage of the map that belongs to tier 2 slightly
MonumentInfo.CheckPlacement fix when multiple tiers are selected
Lighthouses are actually set to tier 0
Harbors are actually set to tier 0 / 1
Reduced supermarket + gas station count
Reduced minimum distance between large monuments
Updated bounds on most monuments
Fixed startup NRE from disabling halloween content (subfolder issue)
Added inspector warnings when trying to add the runtime-only batching components to prefabs
▍▍▇▊▇█▇ ▇▋█▌▆▄ ▍▅▉▅▋▇ ▋▍▉▋▇▉▇ (▍▍▍▊█▉▉ ▊▌█▋▄█ ▉▅▅▍▉▇▅▉▉▉ ▍▄ ▆▌▋▄█▅ ▄▅▄▉█▇ ▅▍▇▋█▅▊▌)
▅▆▌▊▌▉▆++
Added padding topology (edge of map)
Adjusted iceberg and icesheet spawn rules and prefabs
Fixed players sometimes spawning in harbors
Removed sand from arctic coastline
Adjusted offshore topology
Added icebergs & icesheets (test)
Merge from snow_biome_revamp
Adjusted biome distributions
Fixed that ice lake 3 was rarely spawning
Improved ice lake 3 terrain blending
When creating a new terrain, store its data maps uncompressed (Unity 2017 regression)
Removed incorrect topology script from rock_med_c forest decor prefab
Monuments only spawn in parts of the map that belong to their tier
Added bounds to MonumentInfo (have to be fully inside the monument tier)
Monuments default to "all tiers" on their MonumentInfo component
All remaining monuments (like caves) spawn on all tiers
Added Tier0, Tier1 and Tier2 topologies
Players only spawn on Tier0 beaches
Tier0 is always temperate, Tier1 and Tier2 can be arid, temperate or arctic
Added Vector2.Rotate extension method
Eliminated some GC from logging player deaths
█▇▋▅▋▄▆ ▄▆▋▆▇▉▉▌ & ▇▇▊▋▍▇▉██ ▄▄█▊▄ ▅▄▆▄▆▌▌
Removed NetworkQueueList.Add profiler sample (profiling test)
▍▋▅▌▋▆▅ ▄▍▌██▊▍ ▆▄▊▆▇█▆▍▅▅ ▆▆ ▇▆▅▌▅▄▌
Improved network read and write performance by accessing the stream buffer directly
Fixed ObjectWorkQueue getting count via Linq (wtf2)