]> git.mxchange.org Git - flightgear.git/history - src/FDM
Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic
[flightgear.git] / src / FDM /
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...
2003-06-08 ehofmanFix a problem where the contents could be specified...
2003-06-08 ehofmanDavid Culp:
2003-06-03 ehofmanSome compiler fixes
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-25 ehofmanRename some defines to prevent a namespace clash
2003-05-24 ehofmanFix a typo
2003-05-24 ehofmanProvide a better(?) solution to the windows GDI problem
2003-05-23 ehofmanProvide a fix for the MSVC/Cygwin GDI build problem
2003-05-22 mseligsign change to rudder SAS
2003-05-22 mseligUpdates to properties for uiuc aircraft
2003-05-20 curtOops missed a couple things when I moved LaRCsim.cxx...
2003-05-20 curtMoved FDM/LaRCsim.[ch]xx to FDM/LaRCsim/LaRCsim.[ch]xx
2003-05-16 curtJim Wilson:
2003-05-15 ehofmanMSVC fixes
2003-05-13 curtRobert Deters:
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-08 curtWorking at unraveling and breaking dependencies inside...
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...
next