1
0
Fork 0

Merge branch 'Work' of \New Git\fgdata

This commit is contained in:
Vivian Meazza 2010-11-17 00:03:27 +00:00
commit 817679038d
3 changed files with 71 additions and 32 deletions

View file

@ -196,37 +196,37 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
</kr87>
</nasal>
<payload>
 <weight>
  <name type="string">Pilot</name>
  <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
  <min-lb type="double">0.0</min-lb>
  <max-lb type="double">300.0</max-lb>
 </weight>
 <weight>
  <name type="string">Co-Pilot</name>
  <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
  <min-lb type="double">0.0</min-lb>
  <max-lb type="double">300.0</max-lb>
 </weight>
 <weight>
  <name type="string">Left Passenger</name>
  <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
  <min-lb type="double">0.0</min-lb>
  <max-lb type="double">300.0</max-lb>
 </weight>
 <weight>
  <name type="string">Right Passenger</name>
  <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
  <min-lb type="double">0.0</min-lb>
  <max-lb type="double">300.0</max-lb>
 </weight>
 <weight>
  <name type="string">Baggage</name>
  <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
  <min-lb type="double">0.0</min-lb>
  <max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
 </weight>
</payload>  
<weight>
<name type="string">Pilot</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight>
<name type="string">Co-Pilot</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight>
<name type="string">Left Passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight>
<name type="string">Right Passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight>
<name type="string">Baggage</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
</weight>
</payload>
<input>
<keyboard>

View file

@ -51,6 +51,11 @@
<text>
<label>FlightGear Flight Simulator</label>
</text>
<text>
<label>MMMMMMMMMMMMM</label>
<format>Version: %s</format>
<property>/sim/version/flightgear</property>
</text>
<text>
<label>(c) 1996-2010, the FlightGear contributors</label>
</text>
@ -60,8 +65,35 @@
<text>
<label>License: GNU General Public License Version 2</label>
</text>
<text>
<label>MMMMMMMMMM</label>
<format>SimGear Version: %s</format>
<property>/sim/version/simgear</property>
</text>
<text>
<label>MMMMMMMMMMMMMMMMMM</label>
<format>OpenSceneGraph Version: %s</format>
<property>/sim/version/openscenegraph</property>
</text>
<text>
<label>MMMMMMMMMMMMMMMMMM</label>
<format>Build Id: %s</format>
<property>/sim/version/build-id</property>
</text>
<text>
<label>MMMMMM</label>
<format>Build Number: %d</format>
<property>/sim/version/build-number</property>
</text>
<text>
<label>MMMMMM</label>
<format>Revision: %s</format>
<property>/sim/version/revision</property>
</text>
<hrule/>
<group>
<layout>hbox</layout>
<halign>center</halign>

View file

@ -681,6 +681,13 @@
</binding>
</item>
<item>
<label>Print Visible Scene Info</label>
<binding>
<command>print-visible-scene</command>
</binding>
</item>
</menu>