]> git.mxchange.org Git - flightgear.git/history - src
Initial checkin of a TurbineEngine implementation. This hasn't been
[flightgear.git] / src /
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 ehofmanMake sure pu.h doesn't include glut by accident.
2004-04-29 ehofmanReplace axe by axis. Make sure the right number of...
2004-04-28 ehofmanRevert the previous patch. The <target-platform> tag...
2004-04-28 curtSet a rapid fall off rate for interior cockpit sounds...
2004-04-27 curtMake several assumptions:
2004-04-27 ehofmanMake it possible to define a <target-platform> tag...
2004-04-26 curtGet ATIS voice working again.
2004-04-25 curtHook in the fgOSExit() function.
2004-04-25 curtRegister an atexit() function so we can delete the...
2004-04-24 ehofmanFrederic Bouvier discovered a buffer overflow in the...
2004-04-24 curtChanges to go along with small interface changes in...
2004-04-20 curtFix a property name that was missed in an earlier change.
2004-04-20 curtStub in controls for second engine master bat/alt switches.
2004-04-20 curtChange the message passing structure just a bit in...
2004-04-19 curtFix an MSVC compile error.
2004-04-18 curtSmall rewrite of waypoints parsing fix to move global...
2004-04-16 curtRoy Vegard Ovesen:
2004-04-16 curtAvoid an autoconf warning about using a "reserved"...
2004-04-15 curtDurk Talsma:
2004-04-14 andyUnits bug.
2004-04-14 ehofmanFrederic Bouvier:
2004-04-12 curtAdd a pressure rate helper function for Roy's KAP140...
2004-04-11 daveluffFix a seg fault that could be caused if all no AI model...
2004-04-09 andyNumeric keypad handling
2004-04-09 andyDon't ask for 32 bit depth buffer. Some cards do only...
2004-04-07 ehofmanFirst attempt to make it possible to use either SDL...
2004-04-06 andyFix more brain damage with keyboard handling. I think...
2004-04-06 andyFix brain damage in previous fix.
2004-04-06 andyFix bug where key releases got reported as presses.
2004-04-06 andyAPI changes to get fullscreen mode working with SDL...
2004-04-06 ehofmanWindows fix.
2004-04-06 andyAdded mouse cursor definitions stolen from the X11...
2004-04-06 andyOops. A change to an upstream header seems to have...
2004-04-05 andyNeed to include fg_os.hxx, so the PUI initialization...
2004-04-05 andyEarly-access version of an SDL implementation of the...
2004-04-05 andyRevert the hard-coded keybindings I just replaced,...
2004-04-05 andyRestore the hard-coded HUD keybindings that I inadverte...
2004-04-05 curtJim Wilson:
2004-04-05 ehofmanFrederic Bouvier:
2004-04-03 ehofmanFrederic Bouvier:
2004-04-02 ehofmanPlib is willing callbacks to return 0, 1 or 2 and not...
2004-04-02 ehofmanMatch the changes in SimGear to fix an NVidia problem.
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 curtTowards better support for a per engine master bat...
2004-04-02 curtreflect net_ftm/net_ctrls changes.
2004-04-02 curtnative_ctrls:
2004-04-02 curtClean up some debugging output.
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 curtClean up a couple bugs in the multiengine handling...
2004-04-01 andyI was too agressive in the fg_os port. Glut doesn...
2004-04-01 andyRe-enable glut game mode for now
2004-04-01 curtClean up various compiler warnings that have crept...
2004-04-01 andyWin32 typos crept in during the patch. Fix from Freder...
2004-03-31 curtDon't include an unnecessary header.
2004-03-31 andyYank out all the glut dependencies and concentrate...
2004-03-30 ehofmanFrederic Bouvier:
2004-03-29 daveluffA few abs->fabs where we are passing a double in
2004-03-29 daveluffPatch from Fred Bouvier to use multi-platform ul librar...
2004-03-27 andyMore work to get the starter behavior right, without...
2004-03-27 andyYASim now supports the new fuel.nas fuel management...
2004-03-26 andyTune up the starter torque to match the recent changes...
2004-03-24 andyForgot to handle "unspecified" properties in getprop...
2004-03-24 andyFailed timers should log errors rather than silently...
2004-03-24 daveluffRound millibars to nearest whole number, and make inche...
2004-03-23 daveluffConvert altimeter to millibars for the UK
2004-03-23 daveluffAdd altimeter to the ATIS. Always does inches at the...
2004-03-23 curtJim Wilson:
2004-03-23 curtReturn to original property names.
2004-03-22 daveluffFix another possible ATC stackdump
2004-03-22 daveluffFix some warnings
2004-03-22 curtVarious final tweaks for the 0.9.4.pre1 release.
2004-03-22 curtplib-1.8.0 no longer defines the cchar type (which...
2004-03-22 ehofmanA hack to prevent a devide by zero sotuation. Should...
2004-03-21 curtJim Wilson:
2004-03-21 ehofmanFix a problem where the windspeed could be negative...
2004-03-20 ehofmanFrederic Bouvier:
2004-03-20 ehofmanFrederic Bouvier:
2004-03-20 daveluffSome more tweaks to the landing clearance code
2004-03-20 daveluffDelay deletion of AI traffic until after it has had...
2004-03-20 daveluffRelease the frequency after finishing a transmission
2004-03-20 daveluffSlightly more robust handling of runway vacation
2004-03-19 daveluffConvert some char* return types to string
2004-03-19 curtJim Wilson:
2004-03-19 curtJim Wilson:
2004-03-18 curtVarious preparations for the next release.
2004-03-16 curtAdd extern "C" wrappers.
2004-03-16 davidRemove the old WeatherCM module.
2004-03-16 daveluffFix a possible crash
2004-03-16 ehofmanCugwin fix (min macro conflicts with a
2004-03-16 curtRob Deters: UIUC updates from March 1, 2004.
next