userandrecancel
reporust_rebootcancel

10,528 Commits over 4,201 Days - 0.10cph!

11 Years Ago
Retired the concept of overlay splats (there are smarter ways)
11 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
11 Years Ago
Fixed `server.seed 111111111` resulting in seed `111111112` and various related issues
11 Years Ago
Minor rock fixes
11 Years Ago
Splat mapping tweaks
11 Years Ago
Discard crazy bridges
11 Years Ago
Smoothened river mesh slightly
11 Years Ago
Icesheet tweaks
11 Years Ago
Prefab scene placement updates
11 Years Ago
Forest splat mapping tweaks
11 Years Ago
Grassland splat mapping tweaks
11 Years Ago
Allowed resources to spawn on rocks that are part of the terrain No longer prevent resources from spawning on decor topology Optimized resource spawning, especially the initial spawn wave Tweaked forest sizes
11 Years Ago
Allow full range of FOV slider to actually be applied
11 Years Ago
Verify vertex is forward-facing before adding it to the river mesh (fixes more overlap cases)
11 Years Ago
Road / bridge analysis improvements Better lakeside / oceanside / beachside topology generation
11 Years Ago
Switched road pathfinder to von neumann neighborhood for more road wobbliness
11 Years Ago
Increased minimum river length and overall river count Fixed that discarded rivers would block other rivers
11 Years Ago
Bridge placement tweak
11 Years Ago
Added padding to bridge terrain adjustment
11 Years Ago
Micro cliff tweaks
11 Years Ago
Merge from main
11 Years Ago
Fixed some dedicated server compilation errors
11 Years Ago
Protocol++ (network + save)
11 Years Ago
Merge from terrain-improvements
11 Years Ago
Bakes bakes bakes
11 Years Ago
Removed unused textures
11 Years Ago
Fixed some missing references in BuildingTest
11 Years Ago
Fixed cliff rotation
11 Years Ago
Tweaked path texture scale
11 Years Ago
Shader preloading with ShaderVariants asset (Shader.WarmumAllShaders only preloads the current scene and loaded resources) Startup crash on OSX debugging Wait two frames after updating UI in bootstrapping (this is required in the terrain generator, so probably also here)
11 Years Ago
Suddenly a few more shader variants appeared... okay.
11 Years Ago
Fixed some tree types spawning indefinitely Added failsafe for future fuckups of this sort
11 Years Ago
Fixed the occasional spawn inside rocks
11 Years Ago
Prefab didn't save
11 Years Ago
Tweaked road terrain adjustments Tweaked rock topology radii Increased distance between two cliff meshes by 50% Protocol++ (network + save)
11 Years Ago
Prefab auto-updates (some serialized properties were removed it seems)
11 Years Ago
Tweaked rock material terrain blending parameters
11 Years Ago
Removed some unused empty folders
11 Years Ago
Added "done" status to loading screen after all terrain components have been initialized
11 Years Ago
Disabled shader preloading
11 Years Ago
Disabled PVT by default as it doesn't seem to improve FPS for most people
11 Years Ago
Fixed spawn population filters (/blame changeset 7129)
11 Years Ago
Prefab cleanup
11 Years Ago
Memory optimizations
11 Years Ago
Reverted possible Windows path fuckup which shouldn't have been committed in the first place
11 Years Ago
Second Windows path fuckup
11 Years Ago
Tree optimizations Protocol++ (network)
11 Years Ago
Added INeedsToStartDisabled to a bunch of scripts
11 Years Ago
More INeedsToStartDisabled
11 Years Ago
Added terrain out of bounds check to TerrainAnchor (only affects very few seeds where the mountain would be placed partially outside of the world)