10,828 Commits over 3,867 Days - 0.12cph!
Let's try not to slaughter poor CPU cycles with Mathf.Pow(x, 2)
Fixed that TerrainMath would initialize with all-zero terrain dimensions on non-procedural terrains
Made TreeMesh fall back to placeholder meshes if the terrain doesn't support batching (i.e. is missing the component)
Rebuilt all scene prefabs after all that chaos and destruction
Reapplied changes up to commit 4026
Converted more scripts to use TerrainExtension
Added some basic extensions to the test level terrain
Added TerrainExtension system
Made meta, math, skin, layout and tree batching terrain extensions that work with any terrain
Refactored the first part of the terrain generator to utilize terrain extensions
Fixed pink material on the base of lighthouse type 2
Fixed various issues in TestLevel (missing prefab references, wobbly flowers everywhere, trees everywhere)
Tools -> Update -> Prefab Scenes
Disabled material import on satellite dish collider meshes
Fixed lighthouse recreating the material on library recreate (reverted material names)
Removed special handling of SceneToPrefab for monuments (i.e. getting the output folder from their tag)
Forced all procedurally spawned prefabs to be inside the autospawn folder
Moved all monuments to the autospawn folder
Added lighthouses to the monument spawn system (spawn rules are placeholders, brace yourselves for lighthouses in rivers)
Protocol++
Properly setup lighthouse monument scenes
Made LightLOD fade shadows in and out instead of hard-toggling them
Fixed that the lowest two quality settings would disable all dynamic lighting
Made asset importing faster by only checking the meta file for meshes
Only disable material import on meshes on first import (i.e. artists can manually re-enable it for individual models)
Made satellite dish monument use the correct materials
Updated terrain anchors to fit the new dish monument
Made the AI danger and obstacle lists guarantee no duplicate entries again
Added ParentRedirect component
Made tree colliders redirect AI sensing to their parent
Made DangerInfo, ObstacleInfo and TargetInfo keep references to their game object instead of their collider
Changed the AI sensing masks to interest and occlusion
Made AI sensing find trees again
Made spawn rules for players easily configurable on the spawn handler prefab
Made players always spawn on beaches in the temperate biome
Updated all the meta files to b14
Made tree colliders automatically get moved to the tree layer when updating their prefabs
Made mesh obstacles bake their info to scriptable objects
Replaced Unity water with custom water (disabled reflections and quite limited atm, but it's a solid base and will get better over time)
Removing broken things
Restoring compatibility with the current server version
Subtracting from the subtractive satellite dish commit
Organized the monument assets in a somewhat future-proof fashion
Added DisableMaterialImport asset processor
Physics layer adjustments for less client and server lag
Removed colliders from animal skins (animal root object should handle collision)
Fixed campfire looking like metal
Fixed some mesh import settings that would create unnamed materials on library recreation
Time of Day update to 2.3.2
Made decor and grass refresh context menu force a refresh even if a patch wasn't shifted
Fixed underwater color grading looking neon blue in the arid biome
Added chicken to the spawn handler
Tweaked maximum rock slopes
Fixed rock_08 loving to be placed beneath the terrain
Coderart-tweaked dirt texture to play nice with color mapping
Made the default server seed get generated from a unique device identifier
Allowed water streams to form in the arctic biome again
Tweaked water level in the arid biome
Smoothened island outline shape falloff
Added separate conditional cliff texturing to beaches to allow for nice cliffs towards the ocean in the future
Fixed terrain slope calculation being slightly off on diagonal polygons
Fixed a crystal material being pink