userandrecancel

10,607 Commits over 4,413 Days - 0.10cph!

11 Years Ago
Made smooth rock material parameter blending entirely generic (supports all types of shader properties on any kind of object)
11 Years Ago
Converted cull grid to a generic LOD grid (can of course still be used to cull stuff)
11 Years Ago
Merge from unsuckhapis1 Network++
11 Years Ago
Made singleton class more robust (handle pre-init access)
11 Years Ago
Added fast LOD component for static objects (using the LOD grid)
11 Years Ago
Optimized LOD grid performance Optimized LOD object memory usage
11 Years Ago
Fixed highest LOD not triggering sometimes
11 Years Ago
LOD grid default parameter value tweak
11 Years Ago
Converted rocks in procedural map to use the LOD grid (less memory, better performance) Disabled per-layer culling on the camera
11 Years Ago
Force LOD grid init when accessed for the first time
11 Years Ago
Reverted some mesh import scales (don't change stuff like that globally in non-wiping updates - adjust individual prefabs instead, cc Petur)
11 Years Ago
LOD distance tweaks
11 Years Ago
Added ST shaders to always-include list (fixes trees on OSX)
11 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
11 Years Ago
Added profiler sample to inner LOD grid loop
11 Years Ago
Tweaked generic rock materials Tweaked biome rock material blending
11 Years Ago
Linked Hapis Island camera to the prefab Switched to SMAA
11 Years Ago
Added LOD grid to BuildingTest scene Added LOD container script (switches between entire renderers) LOD usability tweaks
11 Years Ago
Fixed refractive fire particles doing a grab pass for every individual instance
11 Years Ago
Attempt to fix missing low-quality rock shader variants
11 Years Ago
Reduced LOD grid cell size for more accuracy
11 Years Ago
Added LOD cull component for performant per-object distance culling (without LOD meshes)
11 Years Ago
Fixed various potential issues related to resource-to-population linking Fixed SpawnHandler refresh context menu (in-editor runtime refresh)
11 Years Ago
Building performance WIP
11 Years Ago
Added integer versions of Vector2 and Vector3 Added WorldSpaceGrid (generic grid data structure)
11 Years Ago
Converted hand placed Hapis Island rocks to LOD grid
11 Years Ago
Keep track of spawned densities in spawn handler Prevent any densities higher than 2 * population target density
11 Years Ago
Removed deprecated inspector variable from spawn population
11 Years Ago
Mushrooms no longer collide with player movement
11 Years Ago
Added object quality slider to F2 menu
11 Years Ago
Don't force-initialize LOD grid when refreshed
11 Years Ago
Deleted some SE plugin inspector terribleness
11 Years Ago
Don't strip all scripts that implement ILOD from servers (implement IClientComponents if desired)
11 Years Ago
Removed trigger-based nearby entity detection from camera Made conditional building black spawning use the LOD grid (now also affected by object quality slider) Made sign texture requesting use the LOD grid
11 Years Ago
Made low-quality LOD of roofs disappear again when getting close (temp fix)
11 Years Ago
BuildingBlock / Signage need to start disabled
11 Years Ago
Added dev section to F2 menu (just some layer toggles for now)
11 Years Ago
The glorious return of fps.graph
11 Years Ago
Even better without missing materials
11 Years Ago
Server compile fix
11 Years Ago
Minor fix
11 Years Ago
Fixed radtown barrel spawners spawning spawn handler entities
11 Years Ago
Added HDR additive particle shader (use this for flames / tracers instead of the standard shader)
11 Years Ago
Fixed particle refraction shader, reenabled it
11 Years Ago
Added sorting layer for refractive particles (fixes sorting issues when more than one refraction particle emitter is on screen)
11 Years Ago
Added graphics.shadowlights (defaults to 1, specifies # of lights that are allowed to cast shadows - no longer linked to graphics.quality)
11 Years Ago
Made graphics.shaderlod affect all shaders Fixed ST shaders breaking with shaderlod < 400 Changed ST billboard material to our version (with the LOD fix)
11 Years Ago
Replaced graphics.trees with toggle in dev menu
11 Years Ago
Scale fps.graph to fill the entire screen in x direction
11 Years Ago
Allow inspector serialization of Vector2i and Vector3i Added Vector2b and Vector3b