1
0
Fork 0
flightgear/src/FDM/YASim
2009-07-16 12:10:47 +02:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
Airplane.cpp Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
Airplane.hpp Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
Atmosphere.cpp Ron Jensen: extend atmosphere tables to match environment data 2007-09-05 02:01:57 +00:00
Atmosphere.hpp Add spdFromMach() and spdFromVCAS(). 2003-03-02 01:43:39 +00:00
BodyEnvironment.hpp Remove warnings 2009-01-04 00:00:02 +01:00
ControlMap.cpp From Vivian: add a tunable launchbar acceleration, to better support some 2009-05-02 00:44:22 +02:00
ControlMap.hpp From Vivian: add a tunable launchbar acceleration, to better support some 2009-05-02 00:44:22 +02:00
Engine.hpp Fix a few warnings while I'm in there. Melchior poitned out that my default 2006-08-08 18:23:20 +00:00
FGFDM.cpp From Vivian: add a tunable launchbar acceleration, to better support some 2009-05-02 00:44:22 +02:00
FGFDM.hpp Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
FGGround.cpp Update groundcache api: 2009-03-11 23:14:33 +01:00
FGGround.hpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Gear.cpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Gear.hpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Glue.cpp Curt noticed a while back that YASim was producing alpha and sideslip 2006-08-28 17:24:34 +00:00
Glue.hpp Curt noticed a while back that YASim was producing alpha and sideslip 2006-08-28 17:24:34 +00:00
Ground.cpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Ground.hpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Hitch.cpp accomodate changed getDisplayName interface in yasim::Hitch 2009-07-16 12:10:47 +02:00
Hitch.hpp accomodate changed getDisplayName interface in yasim::Hitch 2009-07-16 12:10:47 +02:00
Hook.cpp Fixes a bugs in the handling of the holdback mount point (by Mathias), 2006-03-01 22:59:58 +00:00
Hook.hpp Small gcc-4.1 patch. 2006-03-18 13:10:59 +00:00
Integrator.cpp Melchior FRANZ: 2004-10-07 20:34:56 +00:00
Integrator.hpp Initial revision of Andy Ross's YASim code. This is (Y)et (A)nother Flight 2001-12-01 06:22:24 +00:00
Jet.cpp Melchior sent me a property dump of the YF-23 in the wacky superthrust 2006-08-08 14:19:15 +00:00
Jet.hpp Add a *really* crude model of ITT, Oil Temp, and Oil Pressure. This 2004-11-23 21:35:30 +00:00
Launchbar.cpp From Vivian: add a tunable launchbar acceleration, to better support some 2009-05-02 00:44:22 +02:00
Launchbar.hpp From Vivian: add a tunable launchbar acceleration, to better support some 2009-05-02 00:44:22 +02:00
Makefile.am Maik JUSTUS: (OK'ed by Andy) 2007-01-17 20:42:39 +00:00
Math.cpp Helicopter update from Maik: 2006-09-14 18:18:33 +00:00
Math.hpp Helicopter update from Maik: 2006-09-14 18:18:33 +00:00
Model.cpp Update groundcache api: 2009-03-11 23:14:33 +01:00
Model.hpp Maik JUSTUS: (OK'ed by Andy) 2007-01-17 20:42:39 +00:00
PistonEngine.cpp "min throttle" tunable from Maik: 2009-02-27 23:42:33 +01:00
PistonEngine.hpp "min throttle" tunable from Maik: 2009-02-27 23:42:33 +01:00
Propeller.cpp Allow YASim flight models to override the hard-coded fine and coarse 2006-02-26 16:46:51 +00:00
Propeller.hpp Allow YASim flight models to override the hard-coded fine and coarse 2006-02-26 16:46:51 +00:00
PropEngine.cpp Inspired by a patch from Vivian, this adds a settable "WASTEGATE" 2006-02-27 23:35:02 +00:00
PropEngine.hpp Support for a new "contra" attribute on propellers, which properly 2004-12-13 23:48:43 +00:00
proptest.cpp adapt to changes in sg_exception interface 2009-06-16 11:46:47 +02:00
RigidBody.cpp Missed changed file somehow, oops. 2007-01-10 19:04:59 +00:00
RigidBody.hpp Patch from Joacim to export the inertia tensor from the command line solver. 2007-01-10 18:58:50 +00:00
Rotor.cpp Suppress warnings 2009-07-02 08:59:16 +02:00
Rotor.hpp Casaba Halász: Fix some const warnings. 2009-03-05 10:52:03 +01:00
Rotorpart.cpp Fix cmpiler warning. 2009-03-18 08:00:08 +01:00
Rotorpart.hpp Fix cmpiler warning. 2009-03-18 08:00:08 +01:00
SimpleJet.cpp Added minimal support for magnetos, so that engines can be shut off. 2002-02-20 04:27:22 +00:00
SimpleJet.hpp Added minimal support for magnetos, so that engines can be shut off. 2002-02-20 04:27:22 +00:00
Surface.cpp YASim flap changes from Vivian Meazza 2008-09-29 08:00:20 +00:00
Surface.hpp YASim flap changes from Vivian Meazza 2008-09-29 08:00:20 +00:00
Thruster.cpp Allow negative thrust. This allows a single recoil or vibration 2008-12-04 18:47:49 +00:00
Thruster.hpp Refactoring in preparation to add a turbine engine to YASim. The 2004-04-30 19:06:29 +00:00
TurbineEngine.cpp Oops again -- forgot that the solver needs fuel too. :) 2005-11-11 18:02:16 +00:00
TurbineEngine.hpp Add support for a turbo prop condition lever. 2004-07-27 20:39:56 +00:00
Turbulence.cpp Maik Justus: 2006-12-09 20:37:59 +00:00
Turbulence.hpp Attenuate turbulence near the ground. Tweak turbulence numbers. 2004-01-12 04:03:55 +00:00
Vector.hpp While I had the valgrind rig set up, I took the opportunity to plug a 2006-03-10 22:21:42 +00:00
Wing.cpp YASim flap changes from Vivian Meazza 2008-09-29 08:00:20 +00:00
Wing.hpp YASim flap changes from Vivian Meazza 2008-09-29 08:00:20 +00:00
yasim-test.cpp adapt to changes in sg_exception interface 2009-06-16 11:46:47 +02:00
YASim.cxx Fix some sim time issues with the locations of the ground cache and the 2009-03-18 08:00:08 +01:00
YASim.hxx Fix some sim time issues with the locations of the ground cache and the 2009-03-18 08:00:08 +01:00