1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
david
a07b90cdf9 Introduced a new alias arrangement, using the 'include' attribute on
the root PropertyNode element.  For example,

  --aircraft=c172

is now an alias for

  --aircraft=c172r

which is an alias for

  --aircraft=c172r-jsbsim

All JSBSim *-set.xml files have been renamed to include 'jsbsim'
explicitly in their names; the ones without 'jsbsim' are now aliases
to the default, whatever that may be.

Here are some new, simpler aircraft identifiers:

  --aircraft=cub
  --aircraft=747
  --aircraft=sopwithCamel
  --aircraft=c310-3d

and so on.

This system allows users to create new *-set.xml files by overriding
parts of existing ones rather than by cut-and-paste.
2002-11-11 17:30:09 +00:00
j4strngs
938963e8b8 Stub in generic electrical system on non Cessna planes.
Reorder tags in c310 configs for consistency.
Stub in c172 electrical system on Cessnas lacking one.
2002-10-24 03:33:49 +00:00
curt
742fc098e4 Add a brief description to each *-set.xml file. 2002-08-28 15:00:25 +00:00
david
564cffd08f Use the C172 3-D model for now, until a C182 3-D model is available. 2002-04-09 10:48:56 +00:00
david
835092ae6a Changes from Erik Hofman adding per-aircraft sound-configuration files
and renaming /sim/sound to /sim/sound/audible.  So far, there are
sound config files only for the C172, C182, and C310; we'll have to
add them for other aircraft.
2002-02-27 14:22:05 +00:00
david
f3c71fea0d Modified piston aircraft to start with engine(s) idling. This makes
sense for a default start on the runway.
2002-02-13 20:03:24 +00:00
curt
d087f87791 Added autopilot configuration section to this aircraft config file. 2002-02-09 03:25:11 +00:00
david
f2728ece69 Added initial levels for each fuel tank (not full capacity). 2002-01-19 17:18:19 +00:00
david
accfbc7c84 Set initial levels for fuel tanks (not quite working yet). 2002-01-19 03:10:07 +00:00
david
80b83ef603 Started new C182 panel with propeller knob and different-coloured
background.  It needs trim wheels (including rudder trim), etc. etc.,
and a different number plate.  Also modified 182 model to use a
different engine.
2002-01-14 23:02:41 +00:00
david
6e8657bb49 Added keybindings for rudder trim on the Cessna 182 and Cessna 310:
'<' to decrease and '>' to increase.  Rudder trim on the Cessna 172 is
static, and has to be set before the flight using the
/controls/rudder-trim property.
2001-12-17 14:25:57 +00:00
david
e78dc6f7d6 Added a Cessna 182 model, based on Tony's Cessna 172 but with an IO470
engine.  I've also used information from Roskam where available, so
many of the minor coefficients are a little different at higher alpha.
2001-12-13 21:46:19 +00:00