]> git.mxchange.org Git - flightgear.git/history - src/FDM/YASim
Fix a typo which Frederic's compiler flagged.
[flightgear.git] / src / FDM / YASim /
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-20 curtAnother step towards making aircraft more self containe...
2003-08-29 ehofmanNew automake, new problems. Add $base_LIBS for programs...
2003-08-06 davidFix drag when engine is shut down, by avoiding negative...
2003-07-24 ehofmanThis fixes the K to F conversion for the EGT output
2003-06-28 ehofmanThis patch normalizes the heading value YASim reports...
2003-05-16 curtJim Wilson:
2003-05-13 curtCosmetic changes for new code moved into simgear to...
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-01 davidFix to use renamed /controls properties.
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-03-02 davidDon't fiddle with control positions at startup -- we...
2003-03-02 davidInitialize speed from mach number or vcas more-or-less...
2003-03-02 davidAdd spdFromMach() and spdFromVCAS().
2003-02-22 davidBegin supporting a starting speed for YASim:
2003-02-19 davidFixed calibrated airspeed output so that it accounts...
2003-02-18 davidInterpolate the twist linearly over the wing.
2003-02-18 davidAdded a "twist" attribute for wings to allow for washou...
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 davidIgnore more generated files.
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-09 andyAdd "spring" and "damp" tunables to gear objects.
2002-11-05 andyBlindingly stupid ground effect bug. It interpolated...
2002-11-03 davidEliminate dependency of flight.hxx on model.hxx, to...
2002-10-27 andyFix coordinate conventions for reporting pilot accelera...
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-07 davidRemove dependency on acmodel.hxx out of flight.hxx...
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-10 andyReally simple command line airplane compiler. Basicall...
2002-06-10 andyUse the density values from the environment subsystem...
2002-06-04 andyUninitialized data problem. As it turns out, this...
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 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-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-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-11 davidMajor overhaul:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-05-01 andyFix dumb typo. Very embarassing, but oddly not fatal...
2002-04-09 andyChange the idle MP to reduce idle power a bit. This...
2002-04-04 davidCommented out code setting view position offsets until...
2002-03-21 andyFound by inspection a bug in the generation of orientat...
2002-03-19 andyOops, "one third from the edge" means "one SIXTH from...
2002-03-15 andyPrint an error message before terminating on parse...
2002-03-04 andyExport the gear compression to the property tree.
2002-03-01 andyAdded a property output feature to ControlMap that...
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-20 andyMinor mixup. Engines that are off have a manifold...
2002-02-20 andyAutomatically generate "contact" points for collision...
2002-02-20 andyScaling "idle" MP to 6 inches or so is all well and...
2002-02-20 andyForgot to include the wind when computing airspeed...
2002-02-20 andySupport a "skid" property for non-rolling gear objects...
2002-02-20 davidAdded minimal support for magnetos, so that engines...
2002-02-20 davidFixed runway-altitude problem that prevented starts...
2002-02-19 davidFirst steps in a weather reorganization. Note especial...
2002-02-17 davidChanges from Tony Peden to fix reinit crashes (and...
2002-02-15 curt- Removed redundant FG*:: qualifications from class...
2002-02-12 curtAdded .hpp files to Makefile.am so they will be automat...
2002-01-19 davidRemoved FGEngInterface and FGGearInterface after consul...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-24 davidPatch from Andy to fix propellers on DC-3.
2001-12-24 davidLatest YASim changes.
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-12-16 davidFixed to look for easyxml.hxx in the simgear/xml rather...
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-10 curtYASim-0.1.3 updates.
2001-12-09 curtDavid Megginson writes:
2001-12-07 curtChanges from Norman Vine that 'almost' get 'reset'...
2001-12-07 curtUpdated to YASim-0.1.2
2001-12-06 curtChange default search directory for YASim aircraft...
2001-12-06 curtTweaks to fix directory change.
2001-12-06 curtUpdated to YASim-0.1.1
2001-12-01 curtInitial revision of Andy Ross's YASim code. This is...