1
0
Fork 0

Added /sim/aircraft property back in, removed include from

preferences.xml, and added <sim>...</sim> tags back into the *-set.xml
files.  You need the newest FlightGear CVS changes to use together
with these changes.
This commit is contained in:
david 2001-12-11 18:32:36 +00:00
parent c67f96d76b
commit 5ba66801f0
11 changed files with 42 additions and 1 deletions

View file

@ -12,6 +12,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<PropertyList>
<sim>
<flight-model>yasim</flight-model>
<aero>747</aero>
<fuel-fraction>1.0</fuel-fraction>
@ -29,6 +31,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path><!-- you need to set this --></path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>jsb</flight-model>
<aero>X15</aero>
@ -34,6 +36,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
</model_2>
-->
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>yasim</flight-model>
<aero>a4</aero>
@ -27,6 +29,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path><!-- you need to set this --></path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>jsb</flight-model>
<aero>c172</aero>
@ -27,6 +29,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>larcsim</flight-model>
<aero>c172</aero>
@ -27,6 +29,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>jsb</flight-model>
<aero>c172</aero>
@ -27,6 +29,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>yasim</flight-model>
<aero>c172</aero>
@ -29,6 +31,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>jsb</flight-model>
<aero>c310</aero>
@ -29,6 +31,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path>Aircraft/c310/Models/cessna310r.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>yasim</flight-model>
<aero>c310</aero>
@ -30,6 +32,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path>Aircraft/c310/Models/cessna310r.ac</path>
</model>
</sim>
</PropertyList>

View file

@ -11,6 +11,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
-->
<PropertyList>
<sim>
<flight-model>jsb</flight-model>
<aero>shuttle</aero>
@ -27,6 +29,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model>
<path><!-- you need to set this --></path>
</model>
</sim>
</PropertyList>

View file

@ -11,7 +11,8 @@ Started September 2000 by David Megginson, david@megginson.com
<PropertyList>
<!-- General simulation preferences -->
<sim include="Aircraft/c172-set.xml">
<sim>
<aircraft>c172</aircraft>
<startup>
<xsize>800</xsize>
<ysize>600</ysize>