userandererandrecancel
reporust_rebootcancel

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

10 Years Ago
Made ores spawn everywhere (at least for the time being)
10 Years Ago
Decreased grass vertex count (performance test)
10 Years Ago
Made grass patch vertex count error log group properly in Sentry Slightly increased grass tapering distance
10 Years Ago
Added graphics.quality X (sets the same parameter the launcher sets, X can be between 0 and 5)
10 Years Ago
Minor spawn handler tweaks
10 Years Ago
Made SERVER+CLIENT+STEAM default project compile option (I think it always used to be like this?)
10 Years Ago
OCC (obsessive compulsive commit)
10 Years Ago
Increased water opacity Fixed underwater fog always being disabled
10 Years Ago
Added per-biome grass textures Refactored the way SpawnFilter and TerrainMath handle temperature Tweaked terrain generation (now allows seeds that would lead to collider overflows in Unity 4) Protocol++
10 Years Ago
Refactored grass system to support multiple instances thereof Added support for using different filters for every texture in the atlas to the grass system Removed some unused code from TerrainMath
10 Years Ago
Tweaked spawn handler placement check height offset (may fix trees spawning inside rocks, requires server restart)
10 Years Ago
Biome tweaks (all trees in the snow biome are now snowy, some nicer transitional noise, requires server restart)
10 Years Ago
Made grass dithering add more position and color noise in transitional areas
10 Years Ago
Tweaked forest clutter to form nicer clusters
10 Years Ago
Protocol++
10 Years Ago
Fixed bug in AIPart (this explains the teleportation)
10 Years Ago
Protocol++
10 Years Ago
More AILocomotion adjustments in another attempt to fix animals teleporting to origin
10 Years Ago
Tweaked forest distribution (more snowy trees)
10 Years Ago
Reverted spawn debug logs
10 Years Ago
Doubled some forest densities (performance test, requires server restart)
10 Years Ago
Added fps.limit X (where X = max fps, default = -1 = no limit)
10 Years Ago
Auto-updated terrain asset files (5.0.0b3)
10 Years Ago
Added missing meta files (just folders, nothing serious)
10 Years Ago
Time of Day update to 2.2.1 prerelease 1
10 Years Ago
More impact particle effect shader updates
10 Years Ago
Added GrassSpawn.Tapering parameter Tweaked grass prefab
10 Years Ago
Protocol++
10 Years Ago
AILocomotion adjustments in an attempt to fix animals teleporting to origin
10 Years Ago
Fixed random sand getting mixed into biome transition Tightened biome transitions
10 Years Ago
Updated the grass system Replaced spawn filter min/max cutoff values with a threshold value
10 Years Ago
Tweaked biome distribution (more snow, less tundra)
10 Years Ago
Made ClearFirstFrame always execute in edit mode if not playing
10 Years Ago
Slightly improved splat mapping
10 Years Ago
Fixed colormap calculation sometimes being off by one relative to the splatmap
10 Years Ago
Made grass sample the interpolated color from the terrain color map (fixes blocky appearance of some patches)
10 Years Ago
Fixed a couple of warnings
10 Years Ago
Updated scene prefabs
10 Years Ago
Added icebergs to the procedural system
10 Years Ago
Removed AI obstacle prefab preprocessor
10 Years Ago
Made fog update every frame
10 Years Ago
Updated sky prefab and procedural scene
10 Years Ago
Time of Day update to 2.2.0
10 Years Ago
Fixed sky prefab sun brightness being 2000 (wut)
10 Years Ago
Fixed grass patch position being off by up to half a world unit (was invisible since the gap was filled by dithering anyhow)
10 Years Ago
Fixed that most rocks were being placed underground Changed terrain generator and spawn handler resolutions to factors relative to the terrain size Protocol++
10 Years Ago
Fixed AI test scene and some AI obstacle gizmos
10 Years Ago
Fixed forest splat almost never being 0
10 Years Ago
Added terrain.pvt convar to toggle PVT (defaults to true on Windows and false on OS X / Linux)
10 Years Ago
Fixed terrain color map alpha not getting refreshed after placing the landmarks