CVS: data/Aircraft/B-1B/Dialogs/single_Dialogs distance_to_tanker.xml, NONE, 1.1 failures.xml, NONE, 1.1

Martin Spott <[email protected]>
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Dialogs/single_Dialogs
In directory baron.flightgear.org:/tmp/cvs-serv8488/Dialogs/single_Dialogs

Added Files:
	distance_to_tanker.xml failures.xml 
Log Message:

Markus Zojer - B-1B easter update:

- terrain following script rewritten
- guided ordonance system rewritten
- exterior model texture improvenments
- new instruments(IKB + MFD) for WSO position
- cdu-900 prototype for nav/com input/display
- radar now sorts for distance, displays closest


--- NEW FILE "distance_to_tanker.xml" ---
<PropertyList>

 <name>distance_to_tanker</name>
 <modal>false</modal>
 <layout>vbox</layout>
 
 <text>
    <label>Distance to Tanker</label>
 </text>

 <hrule/>
 
  <!--<nasal>
    <open>
	#nasal file is in Aircraft/Generic tanker.nas
    </open>
  </nasal>-->

  <text>
    <label></label>
  </text>
  <text>
    <label>Tanker TACAN at 042X</label>
  </text>
 
  <group>
   <layout>hbox</layout>

   <text>
    <label>Select Tanker Altitude</label>
    <halign>left</halign>
   </text>

    <combo>
     <width>200</width>
     <property>ai/tanker/altitude-ft</property>
     <value>3000</value>
     <value>6000</value>
     <value>12000</value>
     <value>18000</value>
     <value>21000</value>
     <value>24000</value>
     <value>27000</value>
     <binding>
        <command>dialog-apply</command>
     </binding>
    </combo>
  </group>

  <text>
    <label></label>
  </text>

  <hrule/>
  
  <button>
    <legend>Close</legend>
    <binding>
     <command>dialog-close</command>
    </binding>
   </button>

</PropertyList>
--- NEW FILE "failures.xml" ---
<PropertyList>

 <name>failures</name>
 <modal>false</modal>
 <layout>vbox</layout>
 
 <text>
    <label>Engine Failures</label>
 </text>

 <hrule/>
 
  <!--<nasal>
    <open>
	#nasal
    </open>
  </nasal>-->

  <text>
    <label></label>
  </text>
 
  <group>
   <layout>vbox</layout>

   <text>
    <label>Set Engines or APUs on fire:</label>
    <halign>left</halign>
   </text>
  <button>
	<legend>Engine 1 On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/engines/engine[0]/on-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>
  <button>
	<legend>Engine 2 On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/engines/engine[1]/on-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>
  <button>
	<legend>Left APU On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/APU/APUL-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>
  <button>
	<legend>Engine 3 On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/engines/engine[2]/on-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>
  <button>
	<legend>Engine 4 On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/engines/engine[3]/on-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>
  <button>
	<legend>Right APU On Fire</legend>
	<default>true</default>
	<pref-width>180</pref-width>
          <binding>
                        <command>property-assign</command>
                        <property>controls/APU/APUR-fire</property>
                        <value type="double">1</value>
          </binding>
	<binding>
		<command>dialog-apply</command>
	</binding>
  </button>

  </group>

  <text>
    <label></label>
  </text>

  
  <hrule/>
  
  <button>
    <legend>Close</legend>
    <binding>
     <command>dialog-close</command>
    </binding>
   </button>

</PropertyList>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.