userandererandrecancel
branchrust_reboot/main/weather2cancel

40 Commits over 30 Days - 0.06cph!

3 Years Ago
weather.report now includes the exact parameters that are currently being applied to the sky dome
3 Years Ago
Compile fix
3 Years Ago
Allow weather.load while playing back demos
3 Years Ago
Send replicated convar initial state when starting a demo
3 Years Ago
Added rainbow support (currently disabled on all weather presets)
3 Years Ago
Fixed low thunder probability values disabling stormy rain and snow effects (any stormy weather should use these)
3 Years Ago
The first 3 weather seeds in the editor always yield clear weather
3 Years Ago
Early exit for weather.load / reset / report if climate instance is null
3 Years Ago
Weather type percentages / chances are all synchronized with replicated convars, can be adjusted on the server
3 Years Ago
Stormy snow implementation
3 Years Ago
Merge from main#55213 (in sync with halloween branch)
3 Years Ago
Proper merge from main
3 Years Ago
Disabled all the automatic weather types for testing purposes
3 Years Ago
Changed weather.load, weather.reset and weather.report to client side admin / dev console commands
3 Years Ago
Fixed particle grid not catching up fast enough when moving very fast (the particles themselves might still need speeding up to solve outrunning those while they fall) Disabled particle grid update altogether if it's not raining
3 Years Ago
Fixed rain and snow falling through water (collision mask adjustment)
3 Years Ago
Less convoluted SynchronizedClock implementation
3 Years Ago
Do the lightning diceroll every 5-15 seconds at max intensity while we're still testing things
3 Years Ago
Thunder can be enabled on weather preset rather than toggling on and off with rain
3 Years Ago
weather.load is case insensitive
3 Years Ago
Enabled time progression on CraggyIsland again
3 Years Ago
Added sting weather effects (currently just lightning)
3 Years Ago
Particle grid takes list of prefabs instead of loading them from a folder Adjusted weather particle effect collision parameters
3 Years Ago
Merge from main
3 Years Ago
Merge from main
3 Years Ago
Merge from particle_grid
3 Years Ago
Cherry picking 54999
3 Years Ago
Convar tweaks
3 Years Ago
Restored weather.rain and weather.wind convars
3 Years Ago
Fixed sky dome prefab having a fogginess of 3e-45 saved
3 Years Ago
Weather report tweak
3 Years Ago
Fixed that weather convar overrides would be clamped to 1
3 Years Ago
Better weather seed / randomization
3 Years Ago
Added weather.load convar to load a specific weather preset Added weather.reset convar to reset to dynamic weather Added replicated convars for all the individual weather parameters (modding / events)
3 Years Ago
New preset based (and artist controlled) weather type system that exposes all atmosphere and cloud sky parameters (rip programmer art)
3 Years Ago
Sky dome prefab serialization auto updates (for cleaner diffs when we tweak it from here on out)
3 Years Ago
Restored rain chance (10%)
3 Years Ago
Fixed fog hiding clouds in the max rain weather state
3 Years Ago
Plugged new rain and snow particle effect prefabs into the rain and snow system
3 Years Ago
Merge from main