1
0
Fork 0
Commit graph

6 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
ee3e969fee Modified for Erik's sound-configuration changes. 2002-02-27 14:37:24 +00:00
j4strngs
d8c142214a JSBsim cfg for X24b 2002-02-07 23:30:55 +00:00
j4strngs
ade38b107e Stub for X24B till I get rest of JSB files 2002-02-07 21:30:35 +00:00