1
0
Fork 0
Commit graph

9 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
david
04ae53be36 Yet more fiddling with pilot viewpoint. 2002-11-06 16:01:19 +00:00
david
03a0ad18eb Finished setting up configurable default viewing properties, and
implement them for the C172P 3D model.  Look near the top of
preferences.xml for an example.  The recognized properties are as
follow, with vanilla defaults in parentheses:

  /sim/view/config/default-field-of-view-deg (30)
  /sim/view/config/default-pitch-deg (0)
  /sim/view/config/front-direction-deg (0)
  /sim/view/config/front-left-direction-deg (45)
  /sim/view/config/left-direction-deg (90)
  /sim/view/config/back-left-direction-deg (135)
  /sim/view/config/back-direction-deg (180)
  /sim/view/config/back-right-direction-deg (225)
  /sim/view/config/right-direction-deg (270)
  /sim/view/config/front-right-direction-deg (315)

These are particularly useful for the view from inside a 3D aircraft
model.
2002-11-02 21:41:53 +00:00
j4strngs
a6e5ddd636 beech99-v1 has just a blank line difference. The c172's have
the electrical system added so the night lighting works (hey
I do most of my flying at night).
I also added archive flags to some properties as per
c172-set.xml.
2002-10-11 06:23:03 +00:00
david
37fb178385 Retrimmed for level cruise. 2002-09-23 21:42:34 +00:00
david
1dbb51e74d In JSBSim, the c172 model has split into c172p.xml and c172r.xml.
Reflect those changes here.
2002-09-20 17:45:00 +00:00
david
0799e5f601 Updated settings for C172P (still using the 172R flight model). 2002-09-08 19:20:35 +00:00
curt
742fc098e4 Add a brief description to each *-set.xml file. 2002-08-28 15:00:25 +00:00
david
3c14bbfedb In-progress C172p stuff. Nothing exciting yet. 2002-08-05 18:17:29 +00:00