]> git.mxchange.org Git - flightgear.git/history - src/Environment
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Environment /
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-03-21 ehofmanFix a problem where the windspeed could be negative...
2004-02-28 curtInvestigating some wierd behavior where the threaded...
2004-02-28 ehofmanRevert the previous patch, wind-heading-from is part...
2004-02-28 ehofmanFix a misunderstanding between wind-from and wind-heading
2004-02-26 curtFor weather fetching from the noaa.gov site: If the...
2004-02-26 ehofmanAdd support for a proxy server when retreiving metar...
2004-02-25 ehofmanAdd threading to metar data fetching where available.
2004-02-23 ehofmanonly airports with four-letter codes can have metar...
2004-02-23 curtOops, call *re*init() so that the weather conditions...
2004-02-23 curtEnhance the FGMetarEnvironmentCtrl class to also do...
2004-02-22 curtUpdates so clouds, temp, and dewpoint can be set correc...
2004-02-22 curtFor metar, correctly update visibility and pressure...
2004-02-21 ehofmanignore resets for now because every z/Z key press would...
2004-02-21 ehofmanCatch exceptions when no metar data is available (e...
2004-02-21 ehofmanEncapsulate the interpolstion version of FGEnvironment...
2004-02-21 ehofmanAdd support for retreiving metar data from the internet
2004-02-02 ehofmanMove the new metar class from FlightGear to SimGear
2004-01-24 ehofmanAdd Melchior FRANZ's metar class. It is not yet used...
2003-11-10 curtI had made a change on 6/24/2003 relating to temperatur...
2003-10-16 ehofmanFix some compiler warnings
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-19 ehofmanAdd support for moving cloud layers
2003-08-17 ehofmanReorganization of main.cxx
2003-07-31 curtMake the property tree reading slightly more robust.
2003-07-14 davidMore turbulence tweaks and fixes.
2003-07-13 davidAdd the ability to control turbulence rate as well...
2003-06-24 curtPreviously the weather dialog box and environment syste...
2003-06-10 ehofmanMSVC fix
2003-06-10 ehofmandensity_slugft3 is used before its initialization
2003-06-09 ehofmanIrix/MipsPro compiler fixes
2003-06-08 davidRemoved FGEnvironmentMgr as a special case in globals...
2003-05-30 curtMove simgear/sky/ to simgear/scene/sky as part of the...
2003-04-05 davidUse "coverage" instead of "type".
2003-04-04 davidDo not allow the dewpoint to be higher than the tempera...
2003-01-20 davidMake sure the gust wind speed is never less than the...
2002-12-30 davidCleanup from Norman Vine to prevent compiler warnings...
2002-09-07 davidMade temperature, dew-point, and pressure at altitude...
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-06-28 davidPatch from Cameron Moore:
2002-06-07 davidFix two problems:
2002-06-07 davidCorrect temperature value passed to FDM.
2002-06-06 davidAir density is now calculated automatically from air...
2002-06-05 davidUse factors instead of offset in atmosphere model....
2002-06-05 davidMove initial setup of cloud layers to Main/main.cxx...
2002-06-05 davidInitialize default SLP to 29.92inHG.
2002-05-17 davidAdded support for initializing and maintaining up to...
2002-05-15 davidActively manage the static temperature, static pressure...
2002-05-15 davidMinor tweaks and additional comments.
2002-05-15 davidFinished off the atmosphere model (Troposphere and...
2002-05-11 davidEnvironment manager overhaul -- return a copy of an...
2002-05-11 davidMajor overhaul:
2002-05-07 davidAdded an interface for an environment controller, toget...
2002-04-05 davidRemoved dependency on viewmgr.hxx from globals.hxx...
2002-02-22 davidGeneral cleanups to cut cross-dependencies and speed...
2002-02-22 davidAdded FGEnvironmentMgr to provide information on the...
2002-02-19 davidFurther tweaks for the new environment subsystem.
2002-02-19 davidInitial take of new environment subsystem. Configure...