]> git.mxchange.org Git - flightgear.git/history - src/FDM
Oops, fixed a typo.
[flightgear.git] / src / FDM /
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...
2002-05-21 andyOops, left debug code in the checkin.
2002-05-21 andySolve for the elevator control input during approach...
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-16 andyRevert the recent changes to Atmosphere.cpp. They...
2002-05-15 davidTake the static temperature, static pressure, and densi...
2002-05-15 davidComment out set_Static_pressure, set_Static_temperature...
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-11 davidFix maximum speed bug.
2002-05-11 davidMajor overhaul:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-05-09 davidPatch from Melchior Franz:
2002-05-09 davidPatch from Melchior Franz:
2002-05-09 curtRobert Deters:
2002-05-07 davidLast rev was based on an old version and blew away...
2002-05-04 tonyAdded stall hysteresis modeling, nose should fall throu...
2002-05-03 tonyNorman Vine's speed optimizations
2002-05-01 andyFix dumb typo. Very embarassing, but oddly not fatal...
2002-04-30 tonyJSBSim updates, including MSVC fixes from Bernie Bright
2002-04-25 davidUFO FDM patches from Jonathan Polley:
2002-04-19 davidJSBSim fix:
2002-04-16 curtReplaced spaces with <tab> since this is a makefile.
2002-04-16 davidLatest JSBSim changes.
2002-04-12 davidJSBSim change:
2002-04-11 davidGet rid of non-portable fmax call.
2002-04-11 davidAdd support for /controls/parking-brake -- it effective...
2002-04-11 curtChange constructor parameter order.
2002-04-11 davidFixed reversed sign for nosewheel steering.
2002-04-09 andyChange the idle MP to reduce idle power a bit. This...
2002-04-08 curtAdded support for sending:
2002-04-08 davidJSBSim change:
2002-04-06 tonyConverted FCS to use property tree internally, document...
2002-04-05 davidJSBSim fix:
2002-04-04 curtMore platform/compiler compatibility fixes.
2002-04-04 davidCommented out code setting view position offsets until...
2002-04-03 curtThe previous version used a feature (language extension...
2002-04-01 curtI have attached revisions to the UIUC code. The revisi...
2002-03-27 curtAdded support for rotational rates and body access...
2002-03-26 davidCommented out cout statements that were not in the...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-23 tonyUpdates. Includes property tree additions and fixes...
2002-03-23 tonyFix for flaps problem.
2002-03-21 andyFound by inspection a bug in the generation of orientat...
2002-03-21 tonyFix for the flaps problem.
2002-03-21 tonyIrix fix.
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 davidAdded missing file from JSBSim CVS, with 'using namespa...
2002-03-20 tonyUpdates.
2002-03-20 tonyFirst commit of properties code. JSBSim now has a...
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-19 andyOops, "one third from the edge" means "one SIXTH from...
2002-03-18 curtSomewhere along the line in the recent changes some...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-15 andyPrint an error message before terminating on parse...
2002-03-13 curtWorking on the start of a 'standard' <grin> remote...
2002-03-04 andyExport the gear compression to the property tree.
2002-03-04 davidAdd fake control-surface positions for 3D model animation.
2002-03-01 tonyFixed gear position property.
2002-03-01 tonyChanged -pct properties to -norm
2002-03-01 andyAdded a property output feature to ControlMap that...
2002-02-28 tonyCopy normalized control surface positions to property...
2002-02-28 tonyAdd support for normalized control surface positions...
2002-02-28 tonyAdd support for normalized control surface positions
2002-02-27 andyWrong sense in the pilot acceleration coordinates ...
2002-02-27 andyAdded a post-solver "initEngines()" call to return...
2002-02-27 andyBasically complete support for piston engine startup...
2002-02-26 tonyTrimming in turn now works
2002-02-26 tonyOutput control positions to properties
2002-02-25 curtRemoved JSBSim/tests
2002-02-24 tonyWorkaround for terrain altitude problem. Helps but...
2002-02-24 curtRemoved orphaned 10520d engine modeling code. Thanks...
2002-02-24 curtMoved to tests subdirectory.
2002-02-24 curtMoved to JSBSim subdirectory.
next