1
0
Fork 0
Commit graph

24 commits

Author SHA1 Message Date
Flightgear Development
2b972341b3 Terrain Haze v1.3 2012-04-26 17:22:58 +03:00
Torsten Dreyer
d66712a3c1 restore wind-filter-time messed up by 8d124f85 2012-03-10 21:49:30 +01:00
Frederic Bouvier
ebc1002139 Sunrises 1.2 by Thorsten Renk 2012-03-08 23:22:27 +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
352bbd3cfa missing properties and a terminator
- define missing property-definitions for the skydome shader
- introduce a property rule for terminator-relative-position-m
  for local weather
2012-01-20 19:23:02 +01:00
Torsten Dreyer
22aeda4a04 cleanup water shader properties, interpolate sea-surface wind 2012-01-20 12:47:11 +01:00
Gijs de Rooy
729e3b2e36 Set default snow line to 3200m, seems to be a good worldwide average. 2011-12-06 20:37:00 +01:00
Gijs de Rooy
6f724ed8fc Remove old shader properties, rename/move skydome and snow-level properties. 2011-12-06 12:12:47 +01:00
Torsten Dreyer
59579aae9c Environment: create on (disabled) terrainsampler-instance
Only existing instances of the terrain-sampler can be
enabled at runtime, so create at lease one of them.
2011-06-05 14:50:40 +02:00
Torsten Dreyer
99b4fdc55c Add some documentation for jsbsim-turbulence-model 2011-05-08 17:52:43 +02:00
Torsten Dreyer
8cf2308b46 Choose the milspec turbulence model for JSBSim by default 2011-05-08 15:52:14 +02:00
Torsten Dreyer
bcfc08fe56 Environment: smoothing light and moderate turbulence a bit 2011-01-24 19:59:09 +01:00
Torsten Dreyer
e1a28988e7 METAR: prepare for reports from multiple stations
See the corresponding commit in the FlightGear source tree
for details.
2011-01-07 13:08:37 +01:00
Torsten Dreyer
01f143abc5 Enable fog/mist/haze by default, add a fog scenario 2010-12-15 18:32:42 +01:00
Torsten Dreyer
0bc5cafdfb metar fog/mist/haze: some final(?) tweaks 2010-12-15 17:01:05 +01:00
Torsten Dreyer
429a4e6ad6 Definitions for fog/mist/haze layer 2010-12-11 14:28:45 +01:00
Torsten Dreyer
9bdc9ec4e1 Environment: handle metar-updates-environment
And some minor fixes
2010-09-11 23:32:20 +02:00
Torsten Dreyer
66f3f67f37 GlobalWeather dialog: cosmetic changes and a bug fix
- Don't refer to the obsolete Weather Conditions and Clouds dialogs
- Nasal based rebuild of the cloud layers are no longer required this way
2010-09-11 21:27:09 +02:00
Torsten Dreyer
c6072c9c76 Environment controller overhaul
This is the initial commit for a reworked environment controller.
The main intention is to decouple the individual modules like
metar fetch, metar properties, environment interpolation etc.
to make it easier for other weather module developers to modify
environment settings.
As a side effect, the dialogs for weather-scenario, weather-conditions,
clouds and precipitations have been merged into a single dialog
2010-09-11 16:15:49 +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
Gijs de Rooy
0bd3acc38a Fix external entity error, created by Torsten 2010-08-24 18:03:49 +02:00
Torsten Dreyer
3f977e2f42 Let preferences.xml use the new environment files 2010-08-23 21:52:26 +02:00
Torsten Dreyer
6ed5d507f4 Naming of generic autopilot stage and environment reorganization
Fix a duplicate stage name of the generic autopilot (Altitude Hode Stage 2)
Move environment relevant files from into FGDATA/Environment
2010-08-23 21:46:09 +02:00