branchrust_reboot/main/weathercancel
18 Commits over 0 Days - ∞cph!
Added water droplet shader (featuring refraction and dynamic lighting)
Added snow and rain particle effects
Added separate rain and snow getters to the climate class
Added rain drop camera overlay when looking straight up while it's raining
Added placeholder rain sounds
Tweaked weather transition speeds
Added wind intensity range to ambience
Forgot the implementation of the ambience wind intensity check
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)
Rain and snow particle effect color tweaks and collision optimizations
Rain overlay takes water and wetness into account
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)
Refactoring, cleanup and fixes