]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2004-07-15 curtVarious tweaks for v0.9.5-pre1.
2004-07-15 ehofmanAdd a section about subsystems.
2004-07-12 ehofmanAdd some introduction documentation.
2004-07-03 ehofmanFrederic Bouvier:
2004-06-27 ehofmanSync. with JSBSim CVS again. This fixes some small...
2004-06-24 davidOn a reinit() subsystem event, reconfigure the joystick...
2004-06-20 curtWhen searching for nav records ignore stations > 300nm...
2004-06-15 davidIgnore generated files.
2004-06-14 curtAlternator should still put out some output when RPM...
2004-06-14 curtPending white space tweaks I forgot to commit the other...
2004-06-14 curt- Track a saved mouse pointer location from the previou...
2004-06-14 curtChange the fps toggle property name a bit and add a...
2004-06-14 curtMake the onscreen fps display toggleable via a boolean...
2004-06-14 ehofmanSync w. JSBSim CVS
2004-06-13 ehofmanMelchior FRANZ:
2004-06-13 ehofmanWork around a potential never ending loop problem....
2004-06-12 ehofmanPut the sqrt() back in. That was part of another attemp...
2004-06-12 ehofmanNo need to do he calculations twice. FGAIBAse::update...
2004-06-11 ehofmanMove the radar update code to the AIBase class. There...
2004-06-11 ehofmanRemove an unnecessary property set.
2004-06-10 curtOops, fix a bug (introduced recently) that could cause...
2004-06-10 ehofmanIntroduce a radar/in-range boolean property, end check...
2004-06-09 curtDME units report a distance based on the assumption...
2004-06-09 curtOften, the elevation of an ILS component is not listed...
2004-06-09 curtiSwitch position changes.
2004-06-08 ehofmanMelchior FRANZ:
2004-06-07 ehofmanRemove some debugging code.
2004-06-07 ehofmanMake use of the new SGPath::add() function and automati...
2004-06-06 ehofmanWindows uses ';' instead of ':' as a path separator.
2004-06-06 ehofmanSearch in share/FlightGear instead of lib/FlightGear
2004-06-06 ehofmanMake it possible to split the Scenery into Scenery...
2004-06-06 ehofmanIncorporate some of the changes from the Linspire diff.
2004-06-06 ehofmanDavid Culp:
2004-06-06 ehofmanMSVC fixes
2004-06-05 curtChange the default rsync module to Scenery-0.9.5
2004-06-05 ehofmanIngnore some generated files."
2004-06-03 ehofmanAdd the AIModel based air traffic subsystem from Durk...
2004-06-01 ehofmanUpdates ias requested by Melchior.
2004-06-01 ehofmanSome (small) modifications.
2004-06-01 ehofmanUpdates.
2004-05-29 ehofmanDavid Culp:
2004-05-28 curtRemove some left over debugging output.
2004-05-28 curtAllow a "threshold" value to determine which localizers...
2004-05-28 ehofmanFix a gxx 3.3 compiler problem.
2004-05-28 curtCurt Olson:
2004-05-28 ehofmanUse SGRawValueMethods rather than SGRawValueFunctions...
2004-05-28 curtAnd again ...
2004-05-28 curtOne more ...
2004-05-28 curtOops, and another similar one.
2004-05-28 curtFix a compile error I missed in the first round.
2004-05-28 curtThis set of changes impliments the following:
2004-05-27 ehofmanAdd the this pointer to the tied function calls. This...
2004-05-26 curtMove navaids and fixes out of "global" name space into...
2004-05-26 curtAdd simple icing state.
2004-05-26 curtUpdate fix management code to read Robin's native fix...
2004-05-25 ehofmanDon't inline static functions.
2004-05-24 ehofmanIn the situation where a class gets deleted, the _slef...
2004-05-21 ehofmanDavid Culp:
2004-05-21 ehofmanUpdates for the bump-mapped 2d cloud code.
2004-05-20 ehofmanInitialize the bump-mapped 3d clouds to true.
2004-05-20 ehofmanAdd a property to be able to turn the bump-mapped cloud...
2004-05-19 ehofmanOops, change type.
2004-05-19 ehofmanAdd AI models enableing/disableing command line option...
2004-05-19 ehofmanReduce the update delay from 500 ms to 100 ms.
2004-05-19 ehofmanFred found some iterated related problems. With a bit...
2004-05-18 ehofmanSome small updates that hopefully solve the segmentatio...
2004-05-18 andyFix a bug with propeller gearing. The torque computati...
2004-05-17 ehofmanDavid Culp:
2004-05-15 andyDon't set values on "live" text objects to prevent...
2004-05-15 andyFix a bug where the interpreter could read a garbage...
2004-05-15 ehofmanUse lower case letters instead.
2004-05-15 ehofmanDavid Culp:
2004-05-14 andyFix the slider to request a non-zero length, and make...
2004-05-14 curtBetter support for pausing/unpausing sound.
2004-05-14 curtmain.cxx - small tweak to sound updating logic.
2004-05-14 curtCode at this level shouldn't care if the sound manager...
2004-05-14 ehofmanAdd some floating point (exception) optimizations for...
2004-05-14 ehofmanAdd a tool to test the integrity of the animation files...
2004-05-14 curtAdd -framework AGL which is required after recent gui...
2004-05-12 andyOops, need config.h before pu.h or else the build will...
2004-05-12 andyGUI layout management and a few visual/eye-candy modifi...
2004-05-10 curtClean up some sound buffer allocation/deallocation...
2004-05-06 andyFix from Melchior: It replaces the ridiculous 5 seconds by
2004-05-06 ehofmanAdd a macintosh identifier for joystick axis numbering...
2004-05-06 ehofmanRoy Vegard Ovesen:
2004-05-05 ehofmanAdd /sim/initialised which is set to true when we're...
2004-05-04 curtAdd calls to jsInit() which is a noop on all platforms...
2004-05-03 andyGUI windows are now draggable. This missing feature...
2004-05-01 andyReverse the sense of manual propellers. Low numbers...
2004-05-01 andyOops, I broke engine starting.
2004-05-01 ehofmanRoy Vegard Ovesen:
2004-05-01 andyIt can't be turned off, so force the running flag to...
2004-05-01 andyInitial checkin of a TurbineEngine implementation....
2004-05-01 andyAttempt at a fix for the propeller torque problems...
2004-04-30 andyRefactoring in preparation to add a turbine engine...
2004-04-30 ehofmanMSVC fix.
2004-04-30 ehofmanRemove the references to fg_os.hxx since the UL_USE_XXX...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-04-29 curtUpdated to document the new 3d positional tags that...
2004-04-29 ehofmanAdd a description on how to setup surround sound when...
next