1
0
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
Gijs de Rooy
2e96b9ea2c Place default snow line at estimated climatic snow line, based on latitude. Feature is only enabled when 'Set maximum snow line from METAR' is enabled in the environment dialog. 2013-05-11 16:51:14 +02:00
Thomas Geymayer
42f21680a2 Rename Environment MetarControllers to prevent duplicate names 2012-09-26 18:49:32 +02:00
Gijs de Rooy
b950ff1e6e Fix automated METAR snow line. 2012-08-11 19:56:29 +02:00
Stuart Buchanan
4ec24853a8 Create an Environment Settings dialog for non-weather environment settings
such as snow level, dust, wetness, and texture set.

Also add a parameter to control whether the snow level moves with METAR,
and retire /environment/mysnow-level-m.
2012-08-09 22:52:51 +01:00
Torsten Dreyer
6cc0f6c27c Environment: use linear interpolation for wind
Interpolation over time for wind used to be an exponential (low-pass)
filter and is now a noise-spike (linear) filter, This should slow
down wharp9 waves.
2012-02-23 20:23:37 +01:00
Torsten Dreyer
edbff6bd34 Refactor weather-utility.nas
A bug in weather-utility.nas caused constant computation
of wave parameters due to the fact that the wind speed
was ignored.

That code was ugly anyway, so it has been replaced by
property rules which don't create work for the nasal
garbage collector.

All required properties for the wave shader are now in
interpolator.xml, the snow-line computation lives in
metarinterpolator.xml
2012-01-19 00:05:48 +01:00
Torsten Dreyer
3d6d0cb172 METAR: transfer the snow/rain intensity to /environment 2010-12-21 09:53:03 +01:00
Torsten Dreyer
afbbf8cd1a metar fog/mist/haze: set cloud layer opacity 2010-12-13 16:06:01 +01:00
Torsten Dreyer
924d0de2f1 Propagate visibility in bottom cloud-layer 2010-12-09 11:06:26 +01:00
Torsten Dreyer
7062de844f GlobalWx: Metar does not update high altitudes visibility 2010-11-26 14:10:59 +01:00
Torsten Dreyer
3c5cf067c9 Weather: better cloud altitude interpolation
- Easier altitude interpolation rule
- Don't interpolate to large altitude offsets
2010-11-20 11:11:59 +01:00
Torsten Dreyer
287f0f2dcf Realwx: speed up startup interpolation
-correct the order of the realwx and interpolation property rules
-speed up the interpolation of sea-level-pressure
2010-10-07 17:57:59 +02:00
Torsten Dreyer
72468a8686 weather: faster response time for visibility change 2010-09-12 23:06:55 +02:00
Torsten Dreyer
9bdc9ec4e1 Environment: handle metar-updates-environment
And some minor fixes
2010-09-11 23:32:20 +02:00
Torsten Dreyer
e66aacf417 Some minor changes preparing for the weather update
- Use aloft altitudes to match common forecast maps
- Simplify the metar interpolator rules
2010-09-01 22:55:43 +02:00
Torsten Dreyer
45dd7055e5 Implementation of weather interpolation using property-rules 2010-08-28 20:31:44 +02:00