10,607 Commits over 4,413 Days - 0.10cph!
Updated monument scenes with the improved terrain modifier generators
More hill noise improvements
Added separate detail noise
Increased the number of dune noise octaves
Unified TerrainModifierGenerator and TerrainModifierGeneratorFade
Updated monument scenes with the improved terrain anchor generator
Changed camera clear flags to solid color
Fixed that the camera instance in the procedural map scene was overriding the clear flags setting of its prefab
Fixed GameTrace failing inside caves
Merged legacy-terrain and procgen7 branches
Moved TerrainBindShaderProps functionality to TerrainMeta
Moved some code to 2x4 splats
Removed depth offset from sky shaders
Updated ProjectSettings to u5p2
Replaced TerrainColorMap with TerrainAlphaMap (color to be calculated from biome map)
Fixed TerrainMeta edit mode errors on terrains that don't have all components
Removed TerrainColorSet from a couple of rock prefabs (no longer required)
Removed TerrainColorSet from some prefab scenes (no longer required)
Initialize terrain alpha map with 1 if no texture to load was found
Water normal map fiddling
Fixed terrain bakes in LegacyLevel
Added missing TerrainColor component to LegacyLevel
Ninja-committing because Petur hasn't answered for 15 minutes and is probably dead
Reapplied fixes from commit 6783
Fixed a gazillion missing materials on autospawn rock prefabs, cave_small and river source
Made non-unique folder meta file GUID unique
Removed some missing script references
Removed TerrainTexture and TerrainOverlay constant containers
Added TerrainSplat.TEXTURES and TerrainSplat.OVERLAYS masks
Compress terrain biome texture in VRAM
Don't create terrain alpha texture mip maps
Scale rock detail texture UV tiling with object scale via property block
Refactored TerrainConfig to be generic for N splats without hardcoded splat names
Added some missing terrain texture binds
Snow is no longer treated as an overlay
Added some lightweight compression to a couple of terrain maps
Removed TerrainNormalMap (get normals from TerrainHeightMap on the fly, height map also stores normal texture now)
Removed the need for normal map decoding at level start (no more need for texture decompression hackery)
Added missing byte to float conversion to biome texture generation
Re-committing LegacyLevel scene
Fixed lighthouse LOD group component
Increased overall brightness of the night with full moon
Added climate prefab to TestLevel
Changed splat mapping algorithm to take advantage of the new biome coloring (still some broken stuff to iron out)
Added test mountain prefab
Updated RustNative
Updated noise bindings
Updated heightmap generation
Porting over a shitton of new assets to the procedural map
Cleaning up some shit