userandererandrecancel

12,333 Commits over 3,683 Days - 0.14cph!

9 Years Ago
ConsoleSystem parsing fixes
9 Years Ago
Water colliders are more accurate (using 4 smaller box colliders)
9 Years Ago
Added weather.report console command Tweaked cloud coverage that is enforced by light rain
9 Years Ago
Servers that haven't wiped no longer load weather parameters from their savegame (which disabled weather)
9 Years Ago
Weather override commands reply with the old and new value
9 Years Ago
Fixed weather overrides initializing to 0 (i.e. clear sky) Network++
9 Years Ago
F2 menu lens dirt toggle only toggles lens dirt (not bloom) F2 menu now has a high quality bloom toggle (falls back to a faster bloom if disabled)
9 Years Ago
Weather override convars can be set by admins / modders to enforce certain weather conditions
9 Years Ago
Added optional weather overrides to the environment protobuf
9 Years Ago
Slowed down rain drops a bit Tweaked rain particle materials and colors
9 Years Ago
Darkened fog color
9 Years Ago
Added test biomes to CraggyIsland
9 Years Ago
Squeezed some more density out of the snow and rain particle effects
9 Years Ago
More normal map bake hacks
9 Years Ago
Tweaked weather probabilities Network++
9 Years Ago
Changed behaviour of weather state overrides Added dev-only weather override convars (only clientside atm)
9 Years Ago
Fixed snow wetness
9 Years Ago
Updated bloom and ambient occlusion
9 Years Ago
Tweaked rain-induced fog
9 Years Ago
Added weather test scene
9 Years Ago
Sky parameter fixes
9 Years Ago
Enforce fog when rain reaches a certain strength
9 Years Ago
Increased rain and fog chance
9 Years Ago
Fixed rain drop impacts sometimes being spawned midair
9 Years Ago
Fixed sound warning spam
9 Years Ago
Only check colors of valid splats for grass meshes if smooth color transitions are disabled
9 Years Ago
Network++
9 Years Ago
Merge from weather
9 Years Ago
Merge from main
9 Years Ago
Refactoring, cleanup and fixes
9 Years Ago
Cloud probability tweak
9 Years Ago
Changed weather blending to use ingame time Added day, month and year convars Added addtime console command (addtime 1 adds 1 day, addtime 1:00 adds 1 hour)
9 Years Ago
Added CraggyIsland to the standalone build (can be used as a minimal testing ground for quick server tests)
9 Years Ago
Added TerrainCollision to CraggyIsland
9 Years Ago
Check if a building part is inside a solid segment of the terrain collider and prevent placement if that's the case
9 Years Ago
Fade out furnace light sources as well when fading out their shadows Added distance bias to LightLOD
9 Years Ago
Merge from main
9 Years Ago
Rain overlay takes water and wetness into account
9 Years Ago
Rain and snow particle effect color tweaks and collision optimizations
9 Years Ago
Rain overlay needs some time to fade out when looking back down Biome fog density is multiplied with current weather fogginess Lower default fog density in the arctic biome around noon Players get wet when it's raining Calculate water catcher gathering rate from fogginess (condensation) and rain / snow (precipitation)
9 Years Ago
Forgot the implementation of the ambience wind intensity check
9 Years Ago
Tweaked weather transition speeds Added wind intensity range to ambience
9 Years Ago
Fixed bootstrapping taking a very long time on OSX
9 Years Ago
Merge from main
9 Years Ago
Added placeholder rain sounds
9 Years Ago
Linked sqlite3 on OSX Added sqlite3.c to build on Windows and Linux
9 Years Ago
Merge from main
9 Years Ago
Removed creepy ghost box that was following me around on CraggyIsland
9 Years Ago
Added rain drop camera overlay when looking straight up while it's raining
9 Years Ago
Added separate rain and snow getters to the climate class