10,607 Commits over 4,413 Days - 0.10cph!
Fixed error console spam in main menu
Only use native noise backend if editor, client and server
Updated RustNative
Updated prefab scenes
Switched TerrainNoise to double precision (using native backend by default again)
Protocol++ (network + save)
Made procedural generation modular so that each part can be used standalone
Forced GameManager prefab lists to be sorted by name for cross-compile consistency
Always log checksum if in-editor
Switched noise generation to managed backend (debugging)
Applied adjustments to the spawn handler object in the procedural map scene to the spawn handler prefab
Converted TerrainTreeBatch to the new fast getter and setter in b20
Made clientside tree placeholders move when their owner entity is moved (fixes trees at origin, invisible trees)
Forced alphabetical order when spawning decor types
Protocol++ (network + save)
Made noise library use native implementation if possible, otherwise use managed fallback
More detailed checksum mismatch logging
Re-enabled threading in-editor
Increased terrain resolution (4x)
Added proper segmentation to heightmap generation
Added dunes to heightmap generation
Increased forest density, frequency and size
Increased valid noise seeding range
Optimized checksum generation
Tweaked dune noise
Tweaked hill frequency and amplitude
Tweaked forest frequency and size in the arctic and arid biomes
Slightly reduced size of the arid biome
Tweaked checksum calculation
Tweaked heightmap parameters
Protocol++ (network + save)
Added verification (+ fallback) of the set terrain resolution to the terrain generator
Fiddled in the new sand texture because the old one is killing me
Fixed Windows build being completely fucked
Protocol++ (network + save)
Added terrain to all rad town prefab scenes
Updated terrain modifier generator for more control
Added dedicated lake noise
Allowed forests to spawn in lower altitude areas
Added terrain anchor generator
Fixed TextureToColor yielding incorrect results
Fixed terrain modifier generator ignoring splat edge fade
Updated radtown scenes
Updated radtown prefabs
Merge from radtown-prefabs
Protocol++ (network + save)
Updated dirt coloring under decor rocks
Applied new dirt coloring to cave prefab
Improved native noise failure detection
Added safemode argument (boolean)
Added more details to the managed noise fallback exception
Removed unsafe keyword from noise fallback
Spawn bright clutter rocks around bright decor rocks
Added more native noise backend logging
Fixed server compilation (EffectRecycle)
Log noise fallback message if in safe mode as well
Cherry picked commit #5023 to main
Fixed cave exploit that would allow to get inside a mountain
Fixed random scale not being applied to tree meshes that spawn directly into terrain batching (without prior placeholder)
Fixed random scale not being applied to tree meshes that spawn via network
Increased the random scale range on all bushes
Merge from bushes-everywhere
Protocol++ (network + save)
Made terrain map bakes store PNGs instead of Unity assets
Fixed me calling native simplex noise methods in the managed composite noise methods like an idiot