]> git.mxchange.org Git - flightgear.git/history - src/FDM/JSBSim
initialize release_keys array
[flightgear.git] / src / FDM / JSBSim /
2007-10-10 mfranzJSB: "Fixed uninitialized variables; patch by Anders...
2007-06-03 mfranzSync w. JSBSim CVS (merge from PRE_OSG_PLIB_20061029...
2007-06-03 mfranzSync w. JSBSim CVS (merge from PRE_OSG_PLIB_20061029...
2007-05-17 curtFix an array overrun error (Ok'd by Jon)
2007-05-12 mfranzAnders GIDENSTAM: fix slip skid ball (merge from...
2007-04-01 mfranzRon JENSEN: turn cout into SG_LOG/SG_WARN (merge from...
2007-03-19 mfranz- FGPropertyManager.{cpp,h}: fix memory corruption bug
2007-01-31 frohlichModified Files:
2007-01-20 ehofman*** empty log message ***
2007-01-20 ehofmanSync w. JSBSim as of 20/01/2007
2007-01-15 ehofmanSync. w. JSB CVS as of 15/01/2007
2006-10-19 curtFix a typo so that turbulence can work in JSBSim models...
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-03-22 ehofmanJon Berndt:
2006-03-20 ehofmanFix 3d tables.
2006-03-13 ehofmanSync. w. JSBSim CVS.
2006-02-27 ehofmanSyn.c w. JSBSim.
2006-02-17 fredbMSVC fix
2006-02-08 ehofmanSync. w. JSBSim CVS.
2006-02-02 ehofmanSync. w. JSBSim CVS
2006-01-21 ehofmanOlaf Flebbe: MSVC fix.
2006-01-20 ehofmanSync. w. JSBSim
2006-01-13 fredbRemove the filtersjb left over
2006-01-13 ehofmanHide some user generated files.
2006-01-13 ehofmanRemove a bunch of unneede files.
2006-01-12 fredbTypo
2006-01-12 fredbVariable 'thrust' used before being initialized
2006-01-12 fredbRedundant loop variable declaration
2006-01-12 fredbDon't declare functions that are not implemented
2006-01-12 ehofmansync. with JSBSim v. 2.0
2006-01-04 ehofmanCygwin fixes.
2005-12-11 ehofmanMSVC8 fixes.
2005-11-10 ehofmanExpose the strut compression.
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-07-27 ehofmanMathias:
2005-06-11 ehofmanA few fixes from David Culp.
2005-06-02 ehofmanMathias Fröhlich:
2005-05-22 ehofmanSync. w. JSBSim CVS.
2005-02-02 ehofmanMake sure snprintf can be found
2004-12-16 ehofmanSync. w. JSBSim CVS
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-10-24 ehofmanRoy Vegard Ovesen:
2004-09-15 ehofmanSync w. JSBSim CVS
2004-09-11 ehofmanSync. w. JSBSim CVS.
2004-07-21 ehofmanFix a numeric_limits problem for older stdc++ libraries.
2004-07-03 ehofmanFrederic Bouvier:
2004-06-27 ehofmanSync. with JSBSim CVS again. This fixes some small...
2004-06-14 ehofmanSync w. JSBSim CVS
2004-06-13 ehofmanWork around a potential never ending loop problem....
2004-06-03 ehofmanAdd the AIModel based air traffic subsystem from Durk...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-03-22 curtVarious final tweaks for the 0.9.4.pre1 release.
2004-03-16 davidRemove the old WeatherCM module.
2004-03-15 ehofmanFix an issue where math.h doesn't define sqrt in namesp...
2004-03-14 ehofmanSync. with JSBSim CVS.
2004-03-12 ehofmanFix a string clearance issue with certain compilers.
2004-02-17 ehofmanAdjust the turbine names for N1, N2 and EGT_degC to...
2004-02-14 ehofmanAdd the latest version of JSBSim including support...
2004-02-13 ehofmanRevert to the previous version because it looks it...
2004-02-13 ehofmanMake sure the friction forces are positive, otherwise...
2004-02-05 ehofmanInitialize the varables *before* reading in the configu...
2004-01-19 ehofmanTurn the console colors back to default before continueing
2004-01-15 ehofmanMSVC fix
2004-01-14 curtCurt Olson:
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-11-24 davidMake more output honour debug_lvl.
2003-11-24 davidTry to coordinate between the different logging idioms...
2003-10-24 ehofmanFix a potention buffer overflow
2003-10-24 ehofmanDavid Culp: Heres are some tweaks to the FGSimTurbine...
2003-10-19 ehofmanUpdate to the latest version of JSBSim
2003-09-23 ehofmanDavid Culp:
2003-09-23 ehofmanDavid Culp:
2003-08-11 ehofmanInitialize some variables
2003-07-26 ehofmanAdd the abillity to attach a propeller thruster to...
2003-07-17 tonyMake initTheta() use the results of the search it performs.
2003-07-14 davidMore turbulence tweaks and fixes.
2003-07-14 davidMake sure sign is preserved for turbulence direction.
2003-07-14 tonyFix for setting initial pitch angle on the ground.
2003-07-13 davidIt's a direction, not an axis. The z direction is...
2003-07-13 davidAdd the ability to control turbulence rate as well...
2003-07-01 davidMove the turbulence magnitude away from the peaks.
2003-07-01 ehofmanSolaris namespace clash fix
2003-06-29 davidAvoid strong oscillations at turbulence extremes.
2003-06-08 davidRolled last change back out -- it was causing the defau...
2003-06-08 ehofmanMake it possible for FlightGear to override the fuel...
2003-06-08 ehofmanFix a problem where the contents could be specified...
2003-06-08 ehofmanDavid Culp:
2003-06-03 ehofmanI had some old SimGear include directories hanging...
2003-06-03 ehofmansync JSBSim and FlightGear
2003-05-28 ehofmanSwitch roll and yaw trim commands
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-13 ehofmanMSVC6 updates
2003-04-04 davidMake sure values get back to FGInterface, in case we...
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-03-24 ehofmanMake spoilers and speed-brake position accessible
2003-03-24 ehofmanAdd speed-brake and spoilers controlls
2003-03-23 tonyUpdates from JSBSim, including new turbine engine model...
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-16 davidAdded a new turbulence type ttStandard, and made it...
2003-02-26 davidMinor code cleanup.
next