12,530 Commits over 4,048 Days - 0.13cph!
Servers that haven't wiped no longer load weather parameters from their savegame (which disabled weather)
Weather override commands reply with the old and new value
Fixed weather overrides initializing to 0 (i.e. clear sky)
Network++
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)
Weather override convars can be set by admins / modders to enforce certain weather conditions
Added optional weather overrides to the environment protobuf
Slowed down rain drops a bit
Tweaked rain particle materials and colors
Added test biomes to CraggyIsland
Squeezed some more density out of the snow and rain particle effects
More normal map bake hacks
Tweaked weather probabilities
Network++
Changed behaviour of weather state overrides
Added dev-only weather override convars (only clientside atm)
Updated bloom and ambient occlusion
Enforce fog when rain reaches a certain strength
Increased rain and fog chance
Fixed rain drop impacts sometimes being spawned midair
Only check colors of valid splats for grass meshes if smooth color transitions are disabled
Refactoring, cleanup and fixes
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)
Added CraggyIsland to the standalone build (can be used as a minimal testing ground for quick server tests)
Added TerrainCollision to CraggyIsland
Check if a building part is inside a solid segment of the terrain collider and prevent placement if that's the case
Fade out furnace light sources as well when fading out their shadows
Added distance bias to LightLOD
Rain overlay takes water and wetness into account
Rain and snow particle effect color tweaks and collision optimizations
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)
Forgot the implementation of the ambience wind intensity check
Tweaked weather transition speeds
Added wind intensity range to ambience
Fixed bootstrapping taking a very long time on OSX
Added placeholder rain sounds
Linked sqlite3 on OSX
Added sqlite3.c to build on Windows and Linux
Removed creepy ghost box that was following me around on CraggyIsland
Added rain drop camera overlay when looking straight up while it's raining
Added separate rain and snow getters to the climate class
Don't expose SQLite directly by manually adding code to it, instead wrap it in a single C++ file