1
0
Fork 0
flightgear/src/FDM/YASim
curt 5d18c09c08 Maik Justus:
I found a small conspicuity  in YASim. The destructor of the fdm was
never called, therefore a modification of the heli fdm (not in cvs) did
not work after reset (I tie some properties and untie them in the
destructor, but the destructor was not called and the tieing failed
after reset. I don't know if any other parts of YASim need their
destructors, at least it wastes memory.

Another small fix I have made to the turbulence.cpp. The code needed,
that (a-floor(a)) is >=0 and <1. This is analytical correct, but
numerical only for "small" values. In normal fg-operation a in this
function is always small, but with unrealistic parameters in the
aircraft config file it is not and then fg crashes (instead a crash of
the aircraft or cataputling it far away).
2006-12-09 20:37:59 +00:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
Airplane.cpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
Airplane.hpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
Atmosphere.cpp Add spdFromMach() and spdFromVCAS(). 2003-03-02 01:43:39 +00:00
Atmosphere.hpp Add spdFromMach() and spdFromVCAS(). 2003-03-02 01:43:39 +00:00
BodyEnvironment.hpp Fix a few warnings while I'm in there. Melchior poitned out that my default 2006-08-08 18:23:20 +00:00
ControlMap.cpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
ControlMap.hpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00: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 Maik JUSTUS: replace underscore with hyphen in config keywords, to be 2006-10-28 21:14:32 +00:00
FGFDM.hpp Mathias Frohlich: Add carrier capabilities for YASim aircraft. 2005-02-17 10:26:14 +00:00
FGGround.cpp Cygwin fixes. 2005-02-18 12:40:38 +00:00
FGGround.hpp Add the missing carrier files. 2005-02-17 10:37:26 +00:00
Gear.cpp Josh wanted a compression-m value exported for gear, so he can animate 2005-11-24 17:35:42 +00:00
Gear.hpp Josh wanted a compression-m value exported for gear, so he can animate 2005-11-24 17:35:42 +00: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 Add the missing carrier files. 2005-02-17 10:37:26 +00:00
Ground.hpp Add the missing carrier files. 2005-02-17 10:37:26 +00: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 Remove a useless and harmful statement : MSVC complains std is not a valid namespace because no STL header is included 2006-03-02 22:52:05 +00:00
Launchbar.hpp Fixes a bugs in the handling of the holdback mount point (by Mathias), 2006-03-01 22:59:58 +00:00
Makefile.am remove unused and empty files 2006-10-28 18:02:47 +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 Helicopter update from Maik: 2006-09-14 18:18:33 +00:00
Model.hpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
PistonEngine.cpp Missing initializer. Kraehe's machine was crashing on the Cub; 2006-03-13 18:57:10 +00:00
PistonEngine.hpp Use bool where the source and destination variable is bool. 2006-08-01 05:56:49 +00: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 Fix a bug with propeller gearing. The torque computations weren't 2004-05-18 01:46:36 +00:00
RigidBody.cpp Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
RigidBody.hpp Updated to YASim-0.1.2 2001-12-07 20:00:59 +00:00
Rotor.cpp Maik JUSTUS: last changes for better consistency with The FlightGear Way. 2006-10-29 12:44:15 +00:00
Rotor.hpp Helicopter update from Maik: 2006-09-14 18:18:33 +00:00
Rotorpart.cpp Helicopter update from Maik: 2006-09-14 18:18:33 +00:00
Rotorpart.hpp Helicopter update from Maik: 2006-09-14 18:18:33 +00: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 Giant helicopter code update from Maik Justus. 2006-08-14 21:59:44 +00:00
Surface.hpp Added a "twist" attribute for wings to allow for washout (or washin, 2003-02-18 16:50:07 +00:00
Thruster.cpp Curt: 2004-07-20 22:17:58 +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 Fixes from Maik Justus: 2006-08-07 16:49:26 +00:00
Wing.hpp Added a "twist" attribute for wings to allow for washout (or washin, 2003-02-18 16:50:07 +00:00
yasim-test.cpp Fix a few warnings while I'm in there. Melchior poitned out that my default 2006-08-08 18:23:20 +00:00
YASim.cxx Maik Justus: 2006-12-09 20:37:59 +00:00
YASim.hxx Maik Justus: 2006-12-09 20:37:59 +00:00