321 Commits over 303 Days - 0.04cph!
potential fix for client weather.load clouds not being overridden by subsequent server load
fix cloud config override issues
add all cloud configs to list on climate
fix inconsistencies loading weather preset/cloud config on server vs client
add brightness/contrast controls for night sky
correct default max brightness
smooth out abrupt fog/lighting change when going underground
- slight blur on fog voxel texture to smooth out aliasing, works especially well on godrays
- fog tweaks when going underground
fix cloud reprojection artifacts where viewDir.y < 0
avoid potential index out of range, report error if default cloud lists are empty (instead of mysteriously crashing)
disable biome fog on craggy and playground as it doesn't make sense
drop off biome fog density below the terrain/start height (fixes dark fog in train tunnels)
add ClientAdmin convar to scale back biome fog density (graphics.biomefogdensityscale), also property on SpatialBiomeFog component to scale it down for a scene
ensure shaders are included
merge from jungle_update/spatial-biome-fog/fogmethod1
support live edit of biome fog shore distance falloff in editor
add some per-weather+per-biome fog mults
fix override/live edit weather not respecting cloud configs
fix missing shader input on scene load
shadow map cheapification
trying out lerp transition again