10,832 Commits over 3,867 Days - 0.12cph!
Moved LOD grid to its own prefab
Spawn shared level prefabs in world setup
Made spawn handler per-scene
Fixed hardcoded tonemapper asset paths (for a bloody logo nonetheless)
Moved tonemapper to third party folder
Added some random roadside objects
Added runways and driveways to airfield
Fixed airfield terrain adjustment
Switched paths to cubic hermite splines
Changed heightmap adjustments to SmoothStep
Added airfield to procedural maps
Tweaked river source spawning
Experiment: Only spawn the randomly scattered loot barrels on roadsides and around monuments
Updated bridge prefab to better fit the new roads and rivers
Added Parallel.ForEach
Improved river generation
Updated river source prefab to better fit the new rivers
Tweaked road and river splat adjustments
Improved river end detection
Added water splash particle effect placeholder
Fixed paths that are too short sometimes being added to the path lists
Fixed river-ocean transition
Added smooth path terrain adjustment fadeout to splat and topology adjustments as well
Improved road-terrain transition
Improved crossroad blending
Fixed path and side object densities being higher than specified
Improved placement of high voltage powerlines
Fixed some minor issues with the wire shader
Tweaked the powerline cable material
Tweaked micro cliff and waterside decor spawn rules
Changed TerrainMap quad painting to a software rasterization algorithm instead of just using the bounding box
Resize the tangent array a well when resampling a path
Removed some duplicate work being done in PathInterpolator
Fixed some rocks spawning on roads
Added PathInterpolator (various interpolation methods along a 3D path)
Refactored path code and switched everything to PathInterpolator
Made roads more wiggly
Fixed roadside / riverside topologies dilating into road / river
Optimized some topology checks
Fixed missing bridges
Added powerline topology around powerlines
Don't allow road slopes that would break the current Guinness world record
Added collider to high voltage pole
New roads WIP
Various improvements for the road and river terrain adjustments
Fixed early singleton initialization in standalone builds
Added big-ass high voltage powerlines