]> git.mxchange.org Git - flightgear.git/history - src/FDM
Additional failure modeling.
[flightgear.git] / src / FDM /
2002-12-16 curtAdditional failure modeling.
2002-12-12 andyChanging the thresholds to be bigger in the previous...
2002-12-11 andyPut in some (currently compile-time) tuning for the...
2002-12-11 andyUpdate masses on the rigid body when consuming fuel...
2002-12-04 curtadd uiuc_getwind.h to distribution.
2002-12-04 tonySync with JSBSim CVS
2002-12-04 davidIgnore more generated files.
2002-12-03 curt#include <config.h> where needed for cygwin/gcc-3.2.
2002-11-30 andyHonor the /sim/freeze/fuel property to inhibit fuel...
2002-11-30 andyAdd the command-line yasim compiler to the automake...
2002-11-30 andyFuel consumption. Simple implementation without suppor...
2002-11-30 andyAdded a tunable "induced drag" number to aircraft....
2002-11-27 davidPatch from JSBSim:
2002-11-27 davidChange from JSBSim:
2002-11-23 tonyUpdates for cygwin
2002-11-21 curtMinor property name change to avoid some minor confusion.
2002-11-15 curtRestructuring some of the initialization code.
2002-11-09 andyAdd "spring" and "damp" tunables to gear objects.
2002-11-08 curtRobert Deters:
2002-11-08 curtRobert Deters:
2002-11-05 andyBlindingly stupid ground effect bug. It interpolated...
2002-11-03 davidEliminate dependency of flight.hxx on model.hxx, to...
2002-10-29 curtAndy Ross:
2002-10-27 andyFix coordinate conventions for reporting pilot accelera...
2002-10-24 curtErik Hofman: Irix build fixes.
2002-10-16 curtAdded support for passing wind speed/direction.
2002-10-03 davidIgnore generated files.
2002-10-01 curtAllow for a user specified timeout when waiting for...
2002-10-01 curtPass data needed to make David's new ASI model work...
2002-09-29 tonyInclude gravity in pilot accel calc when Vt < 1
2002-09-29 tonyLatest JSBSim updates -- includes fix for control surfa...
2002-09-28 tonyRemoved delete of dangling pointer -- fixes seg fault...
2002-09-28 curtRenamed raw_ctrls.hxx -> net_ctrls.hxx which makes...
2002-09-28 curtShuffled location of ExternalNet.[ch]xx to it's own...
2002-09-28 curtMoved the ExternalNet code to it's own subdirectory...
2002-09-28 curtMy understanding of plib's net libs has expanded slight...
2002-09-28 curtMinor formating tweaks.
2002-09-28 curtRemoved some extraneous spaces that crept in some how.
2002-09-28 curtPass ground elevation at aircraft position to external...
2002-09-27 curtPass stall warning info in net_fdm.hxx
2002-09-27 curtPass velocities in local body axis.
2002-09-26 curtFor flaps power, fuel pump, and starter, send power...
2002-09-25 curtInterchange state of fuel_pump (switches) and master...
2002-09-25 tonyFixes for flaps, gear, and reset. The c310 takeoff...
2002-09-24 tonyJSBSim updates. This update changes the file format...
2002-09-22 tonyChanged much inline code to non-inline. The inline...
2002-09-22 tonyLatest updates, including a thrust-only turbofan model...
2002-09-11 curtMichael Selig:
2002-09-11 curtUpdates from Rob Deters.
2002-09-11 curtUpdates from Rob Deters.
2002-09-10 curtInitial revision
2002-09-05 tonyVarious clean-ups.
2002-09-03 curtRemoved dos line endings.
2002-09-03 curtInitial revision.
2002-09-02 curtUpdates to the UIUCModel code. This includes some...
2002-08-30 tonyRemoved unused and improperly initialized constant.
2002-08-29 tonyFixed an oops.
2002-08-29 tonyAdded FGTurbine.[ch]*
2002-08-29 tonyNew Turbine engine model framework
2002-08-28 curtFix a compile error.
2002-08-28 tonyLatest JSBSim updates.
2002-08-28 curtMore tweaks to the automake/conf configuration scripts.
2002-08-26 curtStrip dos line endings.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-07 davidRemove dependency on acmodel.hxx out of flight.hxx...
2002-08-05 davidLatest JSBSim updates.
2002-08-05 curtRemove call to function only in plib-cvs.
2002-08-01 curtConvert several alert/info statements to debug.
2002-07-31 curtFixes so that we can read incoming broadcast packets...
2002-07-30 curtA couple fixes to the network fdm interface.
2002-07-11 tonyMember variable initialization fixes from Cameron Moore
2002-07-10 tonyFixed typo in SetGammaFallback()
2002-07-05 curtUpdate controls so we can specify each tank on/off...
2002-07-03 davidPatch from Dave Luff to use dt properly in CHT calculation.
2002-07-02 curtFixes for IA-64 with Intel compiler.
2002-06-28 davidFixed an uninitialized variable reported by Frederic...
2002-06-28 davidUpdate from JSBSim - fix bugs reported by Gonzalo Peral...
2002-06-28 davidPatch from Julian Foad:
2002-06-24 andyWrong units when interpreting <weight> tags.
2002-06-20 andyHack in an /accelerations/pilot-g property, for testing...
2002-06-15 andyFinally fixed the flap drag issue. Drag modifications...
2002-06-12 andyBugfix. The engine thrust is recalculated based on...
2002-06-11 curtErik Hofman:
2002-06-10 andyReally simple command line airplane compiler. Basicall...
2002-06-10 andyUse the density values from the environment subsystem...
2002-06-08 tonyOops. Previous versions caused compile errors
2002-06-08 tonyThe external atmosphere fix. Really this time.
2002-06-08 tonyJSBSim updates, including external atmosphere fix
2002-06-05 curtSet control surface positions when using an external...
2002-06-04 andyUninitialized data problem. As it turns out, this...
2002-06-03 curtAdded flap_deflection so that remote fdm can pass back...
2002-06-01 andyNeed to call recalc() on the RigidBody during solution...
2002-05-30 andyProperty name typo. This resulted in all temperatures...
2002-05-29 davidPatch from Melchior Franz:
2002-05-29 andyModify solution heuristics. Do the cruise AoA and...
2002-05-29 andyOops. Stray checkin. Revert.
2002-05-29 andyThe incidence setting only works on a compiled object...
2002-05-28 davidJSBSim change:
2002-05-23 andyWe don't handle propellers turning backwards. This...
2002-05-23 andyYank the "castering" attribute and replace it with...
next