]> git.mxchange.org Git - flightgear.git/history - src/Environment/environment_ctrl.cxx
Suppress warnings
[flightgear.git] / src / Environment / environment_ctrl.cxx
2009-07-02 fredbSuppress warnings
2009-06-25 torstenhack to stop startup.nas complaining if metar arrives...
2009-06-11 torstenimmediately fetch a metar if real-weather-fetch is...
2009-06-11 torstensome minor optimization
2009-06-11 torsten- METAR winds have magnetic heading
2009-06-11 torstenthat cleanup code was not working
2009-06-03 torstenAdd variable winds (direction and gusts) for the bounda...
2009-06-02 torstennew command line option --metar="some metar"
2009-05-18 mfranzturn a few #include paths from the "foo" form to <foo>
2009-05-18 mfranzuse safer and faster property methods instead of creati...
2009-05-18 mfranzuse safer and faster property methods instead of creati...
2009-05-18 mfranzleak fixes
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-03 Tim MooreMerge branch 'releng/1.9.1' into maint
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim Mooredivision-by-zero fix from Csaba Halasz
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-09 jmtAdd various helper filters, to make use of type-ranges...
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtFix up environment code for threading-enabled case...
2008-12-26 jmtAnother clean-up iteration: FGAirportList::search is...
2008-12-26 jmtClean out FGAirportList - not quite obsolete yet, but...
2008-12-19 fredbStuart : The attached patch
2008-12-19 fredbStuart Buchanan :
2008-12-18 mfranzsegfault--
2008-12-17 mfranzStuart BUCHANAN:
2008-12-13 fredbCsaba/Jester : fix an incorrect string comparison in...
2008-12-06 fredbStuart Buchanan :
2008-08-15 ehofmanJames Turner:
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-06-12 timooreFrom Benoit Laniel: replace SG threading constructs...
2007-10-11 mfranzrename FGAirportSearchFilter::acceptable() -> ::pass()
2007-10-05 mfranz- make FGAirport::search() more versatile, so that...
2007-08-15 timooreFix for weather interpolation problem from Anders Gidenstam
2007-08-03 mfranzStuart BUCHANAN:
2006-03-07 mfranzJean-Yves Lefort: fix "crash" on exit
2006-02-21 mfranz- remove unused pthread mutex and condition
2006-02-21 mfranznew FSF address
2006-02-18 fredbAdd missing include files needed by the new math code...
2005-12-29 curtJohn Ellson:
2005-12-29 ehofmanDurk Talsma, Olaf Flebbe & Mathias Fröhlich:
2005-11-22 curtA long, long time ago, a bug was inadvertently introduc...
2005-11-14 mfranznumber one reason for lots of stale METAR reports is...
2005-11-14 mfranzPrevent download of thousands of METAR reports if all...
2005-10-26 ehofmanAlex Romosan:
2005-10-25 ehofmanAlex Romosan:
2005-09-20 curtDavid Luff:
2005-09-18 ehofmanHarald JOHNSEN:
2005-05-22 ehofmanHarald JOHSNEN:
2005-05-15 ehofmanHarald JOHNSEN:
2005-02-22 ehofmanAdd the ability to set the minimum allowed age for...
2005-02-10 ehofmanDurk Talsma:
2005-01-20 ehofmanMelchior FRANZ:
2005-01-09 ehofmanTie the Scenery loader thread and the real weather...
2004-12-22 curtReplace the data/Airports/basic.dat.gz and data/Airport...
2004-09-10 ehofmanMore fixes to get the code working when threads are...
2004-09-09 ehofmanFrederic Bouvier:
2004-08-21 ehofmanDisable weather fetching if there are 3 errors within...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
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
2003-10-16 ehofmanFix some compiler warnings
2003-07-31 curtMake the property tree reading slightly more robust.
2003-06-10 ehofmanMSVC fix
2003-06-09 ehofmanIrix/MipsPro compiler fixes
2003-06-08 davidRemoved FGEnvironmentMgr as a special case in globals...
next