]> git.mxchange.org Git - flightgear.git/history - src/Environment
fix a pointer reference.
[flightgear.git] / src / Environment /
2009-10-24 ehofmanDon't make the SoundManager a memebr of the subsystem...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-10-06 Tim MooreMerge branch 'topic/atis' into merge/master-atis
2009-10-01 Tim MooreMerge branch 'jmt/navradio'
2009-10-01 Tim MooreMerge branches 'jmt/navradio', 'jmt/cleanup' and 'torst...
2009-09-23 Tim MooreMerge branch 'jmt/reciprocal'
2009-09-22 torstenAlex Buzin: Fix wrong calculation of temperature and...
2009-09-20 torstenFix the temperature computation.
2009-09-20 torstenRon Jensen:
2009-09-20 jmtRemove <plib/sg> includes.
2009-09-18 jmtATIS overhaul by John Denker, adapted to trunk by me.
2009-09-12 Tim MooreMerge branch 'topic/atmos-merge' into next
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-09-10 Tim Moorecleanup of atmosphere patch
2009-09-10 John DenkerTwo-parameter physics-based model of atmosphere up...
2009-08-23 torstenwarning fixes
2009-07-27 torstenAt startup, fetch METAR for closest airport that has...
2009-07-02 fredbSuppress warnings
2009-06-25 torstenadded GPL license header
2009-06-25 torstenhack to stop startup.nas complaining if metar arrives...
2009-06-23 torstendon't mix geodetic and geocentric coordinates
2009-06-11 torsten- fill in probe[0] before using
2009-06-11 torsten- use SGGeodesy
2009-06-11 torstenimmediately fetch a metar if real-weather-fetch is...
2009-06-11 fredbdisambiguate pow usage
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-03 torstencalculate internal properties only once on read()
2009-06-02 torstenSave more than 20 percent execution time by avoiding...
2009-06-02 torstennew command line option --metar="some metar"
2009-06-02 torstenjean pellotier: test for positions near the pole was...
2009-06-02 mfranzdon't write past end of buffer
2009-06-02 torstenClouds in scenario none and metar were above 0ft not...
2009-06-02 torstenwrong value for station_elevation_ft, meters != feet
2009-06-02 torstencheck for dt <= 0 aka paused sim
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-05-01 torstenjust in case that someone does not like ridge lift...
2009-05-01 torstenone final(?) cleanup:
2009-05-01 torsten- avoid duplicate computations
2009-05-01 torstenMelchior FRANZ: fix array subscript is above array...
2009-05-01 torstenPatrice Poly: correction for the lee side
2009-05-01 fredbRemove spurious semi-colon
2009-05-01 torstenImplementation of ridge lift from Patrice Poly based...
2009-03-18 frohlichPort over remaining Point3D usage to the more type...
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-14 Tim MooreFGClouds: initialize clouds_3d_enabled in constructor.
2009-01-14 Tim MooreFGEnvironment: fix broken copy constructor.
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 fredbCsaba/Alexis : fix a NAN problem when wind is unspecifi...
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-21 mfranzStuart BUCHANAN: fix METAR cloud interpolation
2008-12-19 fredbStuart : The attached patch
2008-12-19 fredbStuart Buchanan :
2008-12-18 mfranzsegfault--
2008-12-17 mfranzStuart BUCHANAN:
2008-12-14 fredbStuart :
2008-12-13 fredbCsaba/Jester : fix an incorrect string comparison in...
2008-12-11 fredbStuart :
2008-12-07 mfranzslightly more efficient iterator handling
2008-12-06 fredbStuart Buchanan :
2008-12-04 fredbThis provides the following enhancements & bug fixes
2008-11-25 timooreExpose precipitation property
2008-11-06 fredbStuart Buchanan :
2008-11-02 fredbPatch from Nicolas Vivien : don't pour rain above cloud...
2008-10-26 fredb3D clouds from Stuart Buchanan. Need a recent driver...
2008-09-11 timooreset wind vector for particle systems
2008-08-15 ehofmanJames Turner:
next