]> git.mxchange.org Git - flightgear.git/history - src/FDM
Vivian MEAZZA:
[flightgear.git] / src / FDM /
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-19 curtJim Wilson:
2004-03-16 curtAdd extern "C" wrappers.
2004-03-16 davidRemove the old WeatherCM module.
2004-03-16 curtRob Deters: UIUC updates from March 1, 2004.
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-03-07 davidIncrease friction at idle, so that the engine idles...
2004-02-18 andyAdded a <solve-weight> subtag of the approach/cruise...
2004-02-17 andyAllow a "fuel" attribute in the approach and cruise...
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 andyYank the sqrt() terms from the twist calculations....
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-09 andyPut the sqrt(frac) terms back into the wing twist.
2004-02-09 andyFix the left/right terms in the twist handling to be...
2004-02-05 ehofmanInitialize the varables *before* reading in the configu...
2004-01-30 andyThrust reversers. Very simple implementation.
2004-01-25 andyForgot the gear ratio handling in stabilize() method...
2004-01-24 andyWire up a "gear-ratio" attribute for geared propeller...
2004-01-21 andyDon't default to exactly zero RPM if the RPM property...
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...
2004-01-12 andyAttenuate turbulence near the ground. Tweak turbulence...
2004-01-10 andyMove the turbulence "airmass" according to the local...
2004-01-09 andyFirst cut at a turbulence model for YASim. It's a
2003-12-27 ehofmanMIPSpro 7.4 fixes
2003-12-22 andyYank more debug code.
2003-12-19 andyExport a "/sim/crashed" property to indicate a crash.
2003-12-19 andyMinor API changes to support the new sg_geodesy impleme...
2003-12-11 ehofmanSTL chnages
2003-12-08 ehofmanMelchior FRANZ:
2003-12-07 ehofmanMelchior FRANZ:
2003-12-03 andyMy refactoring left two values uninitialized when running a
2003-12-01 andyCleanup and refactoring to better integrate the helicop...
2003-11-27 ehofmanAdd a refference to sprintf
2003-11-27 ehofmanPartability fix
2003-11-25 davidUse SG_LOG for debugging messages from the YASim helico...
2003-11-24 davidMake more output honour debug_lvl.
2003-11-24 davidTry to coordinate between the different logging idioms...
2003-11-13 curtAdd support for passing a CG offset (in inches) to...
2003-11-10 curtAdd support for sending out a requested aircraft weight...
2003-10-31 curtFix an automake squawk.
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-10-19 ehofmanFix a bug that gets triggered at least in MSVC and...
2003-10-18 davidSet the RPM from the property tree with each iteration...
2003-10-18 davidAdd the ability to set the RPM from the outside.
2003-10-17 curtFix a typo which Frederic's compiler flagged.
2003-10-17 curtRemove and extraneous starting character.
2003-10-16 curtMaik Justus: modifications to add helicopter modeling...
2003-10-16 curtInitial revision.
2003-09-25 ehofmanFix a dependency problem
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-23 ehofmanDavid Culp:
2003-09-23 ehofmanDavid Culp:
2003-09-20 curtAnother step towards making aircraft more self containe...
2003-08-29 ehofmanNew automake, new problems. Add $base_LIBS for programs...
2003-08-11 ehofmanInitialize some variables
2003-08-06 davidFix drag when engine is shut down, by avoiding negative...
2003-08-01 curtOoops, I added another item to what I write to the...
2003-07-27 mseligFixes namespace conflict with the variable ch. Changed...
2003-07-26 ehofmanAdd the abillity to attach a propeller thruster to...
2003-07-26 mseligComments added to printf statments.
2003-07-25 mseligIncludes mods to greatly shorten the uiuc_recorder...
2003-07-25 mseligFixes compiler warning related to this gcc message...
2003-07-25 mseligFixes compiler warning related to this gcc message...
2003-07-25 mseligUIUC code initilization mods to tidy things up a bit.
2003-07-25 mseligAdds a basic FDM model for LaRCsim debugging purposes.
2003-07-25 mseligAdds a basic FDM model for LaRCsim debugging purposes...
2003-07-24 ehofmanThis fixes the K to F conversion for the EGT output
2003-07-17 curtCurt:
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-07 ehofmanFix a mistake
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-28 ehofmanThis patch normalizes the heading value YASim reports...
2003-06-20 ehofmanGet rid of a multiple defined symbol warning" src/FDM...
2003-06-10 mseligFixes some weirdness that Fred reported. Used his...
2003-06-09 mseligputting back the pilot-g used by accel.xml gadget
2003-06-09 mseligseveral init updates + changes init zeros to false
2003-06-09 mseliggear retract rate input line changes
2003-06-09 mseligmods made to setup for some initializations in uiuc...
2003-06-09 mseligminor mods
2003-06-08 davidRolled last change back out -- it was causing the defau...
2003-06-08 ehofmanMingW 0.92 fixes
2003-06-08 ehofmanMake it possible for FlightGear to override the fuel...
next