userandererandrecancel
reporust_rebootcancel

10,512 Commits over 3,653 Days - 0.12cph!

9 Years Ago
Prefab scene placement updates
9 Years Ago
Icesheet tweaks
9 Years Ago
Smoothened river mesh slightly
9 Years Ago
Discard crazy bridges
9 Years Ago
Splat mapping tweaks
9 Years Ago
Minor rock fixes
9 Years Ago
Fixed `server.seed 111111111` resulting in seed `111111112` and various related issues
9 Years Ago
Added generic versions of the rock materials (those are the ones that will be parameter-adjusted using property blocks) Rock prefab updates and tweaks Terrain raycast tweaks
9 Years Ago
Retired the concept of overlay splats (there are smarter ways)
9 Years Ago
Tweaked prefab mountain scale
9 Years Ago
Removed some deprecated code from SpawnFilter
9 Years Ago
River splat mapping tweak
9 Years Ago
Radtown loot spawn fix
9 Years Ago
This didn't commit right
9 Years Ago
Tedious resource prefab updates, fixing some minor issues in the process
9 Years Ago
Prefab updates
9 Years Ago
Merge from main
9 Years Ago
Removed default normal alignment and rotation randomization from clutter scripts Updated clutter prefabs (need to align to normal via decor components now)
9 Years Ago
Rock and cliff tweaks
9 Years Ago
Cliff topology tweaks
9 Years Ago
Roadside / riverside tweak
9 Years Ago
Tweaked path side placement
9 Years Ago
Refactored ProceduralComponent system to use two passes (pre pass and final pass) Increased river vertex count Generate river mesh in procedural final pass Apply terrain modifiers, terrain anchors and decor components before instantiating the prefab Removed some hacky code that's no longer required from the decor and monument placement scripts
9 Years Ago
Grass placement rule tweak
9 Years Ago
Tweaked sand splat mapping
9 Years Ago
Made forests in the temperate and arctic biomes bigger
9 Years Ago
Tweaked micro cliff placement
9 Years Ago
Ported new overhang assets to the procedural map
9 Years Ago
Ported the new cliff assets to the procedural map
9 Years Ago
Fixed that the terrain raycasting step would override some snow Tweaked some terrain raycasting parameters
9 Years Ago
Allowed grass to grow on top of caves Fixed mountain prefab
9 Years Ago
Updated prefab scenes
9 Years Ago
Removed noise from alpha setter Cleaned up some code Exposed some alignment options in all procedural placement scripts Fixed an issue where terrain anchors would reject suitable positions Added micro cliffs (no reason to feel bad, cliffs - I've been told size doesn't matter)
9 Years Ago
Missing file
9 Years Ago
Cleanup
9 Years Ago
Align swimming decor to world up vector
9 Years Ago
More cleanup, object layer adjustments (static rocks that should receive grass are now on terrain layer)
9 Years Ago
Merge from main
9 Years Ago
Porting over a shitton of new assets to the procedural map Cleaning up some shit
9 Years Ago
Updated RustNative Updated noise bindings Updated heightmap generation
9 Years Ago
Added test mountain prefab
9 Years Ago
Changed splat mapping algorithm to take advantage of the new biome coloring (still some broken stuff to iron out)
9 Years Ago
Added climate prefab to TestLevel
9 Years Ago
Increased overall brightness of the night with full moon
9 Years Ago
Fixed lighthouse LOD group component
9 Years Ago
Fixed normal map bake
9 Years Ago
Re-committing LegacyLevel scene
9 Years Ago
Post-merge fixes
9 Years Ago
Added missing byte to float conversion to biome texture generation
9 Years Ago
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)