userandererandrecancel
reporust_rebootcancel

10,592 Commits over 3,683 Days - 0.12cph!

9 Years Ago
Added LOD grid to BuildingTest scene Added LOD container script (switches between entire renderers) LOD usability tweaks
9 Years Ago
Linked Hapis Island camera to the prefab Switched to SMAA
9 Years Ago
Tweaked generic rock materials Tweaked biome rock material blending
9 Years Ago
Added profiler sample to inner LOD grid loop
9 Years Ago
Optimized procedural material setup Added edit mode support to material setup Converted procedural rocks on Hapis Island to the LOD grid Applied the reverted rock scales on the mesh import settings to the procedural Hapis Island rock prefabs instead
9 Years Ago
Added ST shaders to always-include list (fixes trees on OSX)
9 Years Ago
LOD distance tweaks
9 Years Ago
Reverted some mesh import scales (don't change stuff like that globally in non-wiping updates - adjust individual prefabs instead, cc Petur)
9 Years Ago
Force LOD grid init when accessed for the first time
9 Years Ago
Converted rocks in procedural map to use the LOD grid (less memory, better performance) Disabled per-layer culling on the camera
9 Years Ago
LOD grid default parameter value tweak
9 Years Ago
Fixed highest LOD not triggering sometimes
9 Years Ago
Optimized LOD grid performance Optimized LOD object memory usage
9 Years Ago
Added fast LOD component for static objects (using the LOD grid)
9 Years Ago
Made singleton class more robust (handle pre-init access)
9 Years Ago
Merge from unsuckhapis1 Network++
9 Years Ago
Converted cull grid to a generic LOD grid (can of course still be used to cull stuff)
9 Years Ago
Made smooth rock material parameter blending entirely generic (supports all types of shader properties on any kind of object)
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Forgot river physics material (for footsteps)
9 Years Ago
Baked HapisIsland water map (ignore this in your next merge Petur)
9 Years Ago
Game manifest
9 Years Ago
Fixed some clutter issues Disabled clutter rocks for now since they appear extremely floaty with the new per-pixel terrain displacement
9 Years Ago
Removed a bunch of hopefully redundant layers from the footstep detection (fixes footsteps inside players)
9 Years Ago
Temporary black sun fix
9 Years Ago
Disabled checksum disconnect until next month
9 Years Ago
Merge from main
9 Years Ago
Better heightmap distortion
9 Years Ago
Fixed pseudo procedural erosion not being applied properly
9 Years Ago
Smoother cross blending of terrain features, prefab mountains and monument terrain requirements
9 Years Ago
Merge from main
9 Years Ago
Added missing world setup object to PlayerModel scene
9 Years Ago
Reapplied lighthouse change from changeset 7789
9 Years Ago
Merge from main
9 Years Ago
Randomize monument placement order
9 Years Ago
Fixed main menu NRE Added "debugmode" start parameter
9 Years Ago
Converted water checks to a baked water map lookup for better performance and river support Network++
9 Years Ago
Refactored water tests
9 Years Ago
Added topology filter to cargo plane
9 Years Ago
Refactored world initialization Added support for procedural components to custom maps
9 Years Ago
Enabled terrain painting in editor play mode (allows looking at procedural terrain maps, cc petur)
9 Years Ago
Fixed underwater bridges (properly) Fixed lighthouses interrupting bridges (avoid bridges when placing them)
9 Years Ago
Ghetto fixed possible initialization error in custom levels
9 Years Ago
Various spawntable fixes Network++
9 Years Ago
Reset cloud parameters (no use in tweaking those while I change them on a daily basis)
9 Years Ago
Cloud shader tweaks
9 Years Ago
Fuckup
9 Years Ago
Fixed bridges sometimes spawning underwater