2003-04-01 |
david | Fix to use renamed /controls properties. |
tree | commitdiff |
2003-04-01 |
ehofman | Updates to the controls properties tree. This is a... |
tree | commitdiff |
2003-03-02 |
david | Don't fiddle with control positions at startup -- we... |
tree | commitdiff |
2003-03-02 |
david | Initialize speed from mach number or vcas more-or-less... |
tree | commitdiff |
2003-03-02 |
david | Add spdFromMach() and spdFromVCAS(). |
tree | commitdiff |
2003-02-22 |
david | Begin supporting a starting speed for YASim: |
tree | commitdiff |
2003-02-19 |
david | Fixed calibrated airspeed output so that it accounts... |
tree | commitdiff |
2003-02-18 |
david | Interpolate the twist linearly over the wing. |
tree | commitdiff |
2003-02-18 |
david | Added a "twist" attribute for wings to allow for washou... |
tree | commitdiff |
2002-12-12 |
andy | Changing the thresholds to be bigger in the previous... |
tree | commitdiff |
2002-12-11 |
andy | Put in some (currently compile-time) tuning for the... |
tree | commitdiff |
2002-12-11 |
andy | Update masses on the rigid body when consuming fuel... |
tree | commitdiff |
2002-12-04 |
david | Ignore more generated files. |
tree | commitdiff |
2002-11-30 |
andy | Honor the /sim/freeze/fuel property to inhibit fuel... |
tree | commitdiff |
2002-11-30 |
andy | Add the command-line yasim compiler to the automake... |
tree | commitdiff |
2002-11-30 |
andy | Fuel consumption. Simple implementation without suppor... |
tree | commitdiff |
2002-11-30 |
andy | Added a tunable "induced drag" number to aircraft.... |
tree | commitdiff |
2002-11-09 |
andy | Add "spring" and "damp" tunables to gear objects. |
tree | commitdiff |
2002-11-05 |
andy | Blindingly stupid ground effect bug. It interpolated... |
tree | commitdiff |
2002-11-03 |
david | Eliminate dependency of flight.hxx on model.hxx, to... |
tree | commitdiff |
2002-10-27 |
andy | Fix coordinate conventions for reporting pilot accelera... |
tree | commitdiff |
2002-08-25 |
curt | Tidy up the autoconf/automake configuration a bit. |
tree | commitdiff |
2002-08-07 |
david | Remove dependency on acmodel.hxx out of flight.hxx... |
tree | commitdiff |
2002-06-24 |
andy | Wrong units when interpreting <weight> tags. |
tree | commitdiff |
2002-06-20 |
andy | Hack in an /accelerations/pilot-g property, for testing... |
tree | commitdiff |
2002-06-15 |
andy | Finally fixed the flap drag issue. Drag modifications... |
tree | commitdiff |
2002-06-12 |
andy | Bugfix. The engine thrust is recalculated based on... |
tree | commitdiff |
2002-06-10 |
andy | Really simple command line airplane compiler. Basicall... |
tree | commitdiff |
2002-06-10 |
andy | Use the density values from the environment subsystem... |
tree | commitdiff |
2002-06-04 |
andy | Uninitialized data problem. As it turns out, this... |
tree | commitdiff |
2002-06-01 |
andy | Need to call recalc() on the RigidBody during solution... |
tree | commitdiff |
2002-05-30 |
andy | Property name typo. This resulted in all temperatures... |
tree | commitdiff |
2002-05-29 |
andy | Modify solution heuristics. Do the cruise AoA and... |
tree | commitdiff |
2002-05-29 |
andy | Oops. Stray checkin. Revert. |
tree | commitdiff |
2002-05-29 |
andy | The incidence setting only works on a compiled object... |
tree | commitdiff |
2002-05-23 |
andy | We don't handle propellers turning backwards. This... |
tree | commitdiff |
2002-05-23 |
andy | Yank the "castering" attribute and replace it with... |
tree | commitdiff |
2002-05-21 |
andy | Oops, left debug code in the checkin. |
tree | commitdiff |
2002-05-21 |
andy | Solve for the elevator control input during approach... |
tree | commitdiff |
2002-05-17 |
curt | From: "Jim Wilson" <jimw@kelcomaine.com> |
tree | commitdiff |
2002-05-16 |
andy | Revert the recent changes to Atmosphere.cpp. They... |
tree | commitdiff |
2002-05-15 |
david | Take the static temperature, static pressure, and densi... |
tree | commitdiff |
2002-05-14 |
curt | Moved "scenery" from being declaried in scenery.cxx... |
tree | commitdiff |
2002-05-11 |
david | Major overhaul: |
tree | commitdiff |
2002-05-10 |
david | Mac OS X fixes and MSVC warning fixes from Jonathan... |
tree | commitdiff |
2002-05-01 |
andy | Fix dumb typo. Very embarassing, but oddly not fatal... |
tree | commitdiff |
2002-04-09 |
andy | Change the idle MP to reduce idle power a bit. This... |
tree | commitdiff |
2002-04-04 |
david | Commented out code setting view position offsets until... |
tree | commitdiff |
2002-03-21 |
andy | Found by inspection a bug in the generation of orientat... |
tree | commitdiff |
2002-03-19 |
andy | Oops, "one third from the edge" means "one SIXTH from... |
tree | commitdiff |
2002-03-15 |
andy | Print an error message before terminating on parse... |
tree | commitdiff |
2002-03-04 |
andy | Export the gear compression to the property tree. |
tree | commitdiff |
2002-03-01 |
andy | Added a property output feature to ControlMap that... |
tree | commitdiff |
2002-02-27 |
andy | Wrong sense in the pilot acceleration coordinates ... |
tree | commitdiff |
2002-02-27 |
andy | Added a post-solver "initEngines()" call to return... |
tree | commitdiff |
2002-02-27 |
andy | Basically complete support for piston engine startup... |
tree | commitdiff |
2002-02-20 |
andy | Minor mixup. Engines that are off have a manifold... |
tree | commitdiff |
2002-02-20 |
andy | Automatically generate "contact" points for collision... |
tree | commitdiff |
2002-02-20 |
andy | Scaling "idle" MP to 6 inches or so is all well and... |
tree | commitdiff |
2002-02-20 |
andy | Forgot to include the wind when computing airspeed... |
tree | commitdiff |
2002-02-20 |
andy | Support a "skid" property for non-rolling gear objects... |
tree | commitdiff |
2002-02-20 |
david | Added minimal support for magnetos, so that engines... |
tree | commitdiff |
2002-02-20 |
david | Fixed runway-altitude problem that prevented starts... |
tree | commitdiff |
2002-02-19 |
david | First steps in a weather reorganization. Note especial... |
tree | commitdiff |
2002-02-17 |
david | Changes from Tony Peden to fix reinit crashes (and... |
tree | commitdiff |
2002-02-15 |
curt | - Removed redundant FG*:: qualifications from class... |
tree | commitdiff |
2002-02-12 |
curt | Added .hpp files to Makefile.am so they will be automat... |
tree | commitdiff |
2002-01-19 |
david | Removed FGEngInterface and FGGearInterface after consul... |
tree | commitdiff |
2001-12-28 |
curt | Updates to build system to better support automake-1.5 |
tree | commitdiff |
2001-12-24 |
david | Patch from Andy to fix propellers on DC-3. |
tree | commitdiff |
2001-12-24 |
david | Latest YASim changes. |
tree | commitdiff |
2001-12-22 |
david | Modified FGSubsystem::update() to take an int parameter... |
tree | commitdiff |
2001-12-16 |
david | Fixed to look for easyxml.hxx in the simgear/xml rather... |
tree | commitdiff |
2001-12-12 |
david | -Removed .cvsignore from itself, since .cvsignore is... |
tree | commitdiff |
2001-12-10 |
curt | YASim-0.1.3 updates. |
tree | commitdiff |
2001-12-09 |
curt | David Megginson writes: |
tree | commitdiff |
2001-12-07 |
curt | Changes from Norman Vine that 'almost' get 'reset'... |
tree | commitdiff |
2001-12-07 |
curt | Updated to YASim-0.1.2 |
tree | commitdiff |
2001-12-06 |
curt | Change default search directory for YASim aircraft... |
tree | commitdiff |
2001-12-06 |
curt | Tweaks to fix directory change. |
tree | commitdiff |
2001-12-06 |
curt | Updated to YASim-0.1.1 |
tree | commitdiff |
2001-12-01 |
curt | Initial revision of Andy Ross's YASim code. This is... |
tree | commitdiff |
|