1
0
Fork 0
flightgear/src/FDM
curt e9f4fc5972 Jim Wilson:
> > Here's a patch to add manual-pitch control to the propeller in YASim.  A new
> > control axis "PROPPITCH" is added.  Requires "manual-pitch" boolean property
> > in the "propeller" tag.
> >
> > Tags and Properties to add in order to enable:
> >
> > manual-pitch="true"
> >
> > <control-input axis="/controls/engines/engine[0]/propeller-pitch"
> > control="PROPPITCH" src0="0" src1="1" dst0="0.40" dst1="0.80"/>
> >
> > Note that for the time being, excessively low RPM or excessively high RPM is
> > brought undercontrol by a scaling range defined in the control-input tag
> > (see "dst0" and "dst1" properties).
2003-05-16 17:27:17 +00:00
..
Balloon Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
ExternalNet Consolidate and clean up some of the FDM network interface code. 2003-01-12 22:11:55 +00:00
ExternalPipe Removed some extraneous debugging output. 2003-03-09 12:48:29 +00:00
JSBSim This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
LaRCsim Robert Deters: 2003-05-13 18:45:04 +00:00
UIUCModel MSVC fixes 2003-05-15 08:17:53 +00:00
YASim Jim Wilson: 2003-05-16 17:27:17 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
ADA.cxx Patch from Bernie Bright: 2002-12-31 03:21:49 +00:00
ADA.hxx Patch from Bernie Bright: 2002-12-31 03:21:49 +00:00
Balloon.cxx #include <config.h> where needed for cygwin/gcc-3.2. 2002-12-03 14:59:24 +00:00
Balloon.h Major overhaul: 2002-05-11 16:28:50 +00:00
flight.cxx Cosmetic changes for new code moved into simgear to make the naming scheme 2003-05-13 03:18:42 +00:00
flight.hxx Eliminate dependency of flight.hxx on model.hxx, to avoid unnecessary 2002-11-03 15:41:30 +00:00
IO360.cxx Change cout and cerr in SG_LOG() where appropriate, otherwise comment it out 2003-03-20 10:43:02 +00:00
IO360.hxx Patches from Erik Hofman for SGI compatibility: 2002-12-31 18:26:02 +00:00
LaRCsim.cxx Robert Deters: 2003-05-13 18:45:04 +00:00
LaRCsim.hxx Robert Deters: 2003-05-13 18:45:04 +00:00
LaRCsimIC.cxx Patches from Erik Hofman for SGI compatibility: 2002-12-31 18:26:02 +00:00
LaRCsimIC.hxx Somewhere along the line in the recent changes some std::cout were 2002-03-18 19:46:24 +00:00
MagicCarpet.cxx Fix maximum speed bug. 2002-05-11 21:09:53 +00:00
MagicCarpet.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
Makefile.am Add ExternalPipe subdirectory. 2003-03-03 04:33:51 +00:00
NullFDM.cxx Register that we have been inited so the init routine isn't called repeatedly. 2003-02-03 21:57:07 +00:00
NullFDM.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
UFO.cxx Moved src/Model/loader.[ch]xx and src/Model/model.[ch]xx to 2003-05-09 20:40:59 +00:00
UFO.hxx Major overhaul: 2002-05-11 16:28:50 +00:00