1
0
Fork 0

Vivian MEAZZA:

add option that tells the carrier to line up with the wind direction
This commit is contained in:
mfranz 2005-10-02 09:57:35 +00:00
parent 56d21629a6
commit 013020f346

View file

@ -6,18 +6,18 @@
<name>atc-ai</name> <name>atc-ai</name>
<width>300</width> <width>300</width>
<height>240</height> <height>300</height>
<modal>false</modal> <modal>false</modal>
<text> <text>
<x>80</x> <x>80</x>
<y>200</y> <y>240</y>
<label>ATC/AI Options</label> <label>ATC/AI Options</label>
</text> </text>
<checkbox> <checkbox>
<x>30</x> <x>30</x>
<y>160</y> <y>210</y>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
<label>Enable ATC</label> <label>Enable ATC</label>
@ -26,29 +26,44 @@
<checkbox> <checkbox>
<x>30</x> <x>30</x>
<y>130</y> <y>180</y>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
<label>Enable AI traffic</label> <label>Enable AI traffic</label>
<property>/sim/ai-traffic/enabled</property> <property>/sim/ai-traffic/enabled</property>
</checkbox> </checkbox>
<text> <text>
<x>30</x> <x>30</x>
<y>100</y> <y>150</y>
<label>AI traffic density:</label> <label>AI traffic density:</label>
</text> </text>
<combo> <combo>
<x>30</x> <x>30</x>
<y>80</y> <y>120</y>
<width>200</width> <width>200</width>
<height>25</height> <height>25</height>
<property>/sim/ai-traffic/level</property> <property>/sim/ai-traffic/level</property>
<value>1</value> <value>1</value>
<value>2</value> <value>2</value>
<value>3</value> <value>3</value>
</combo> </combo>
<text>
<x>30</x>
<y>90</y>
<label>AI Carrier:</label>
</text>
<checkbox>
<x>30</x>
<y>60</y>
<width>20</width>
<height>20</height>
<label>Carrier Launch Heading</label>
<property>/ai/models/carrier/controls/turn-to-launch-hdg[0]</property>
</checkbox>
<group> <group>
<y>10</y> <y>10</y>
@ -57,19 +72,21 @@
<x>10</x> <x>10</x>
<y>0</y> <y>0</y>
<legend>OK</legend> <legend>OK</legend>
<default>true</default>
<equal>true</equal>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
<default>true</default>
</button> </button>
<button> <button>
<x>60</x> <x>60</x>
<y>0</y> <y>0</y>
<legend>Apply</legend> <legend>Apply</legend>
<equal>true</equal>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
@ -79,6 +96,7 @@
<x>140</x> <x>140</x>
<y>0</y> <y>0</y>
<legend>Reset</legend> <legend>Reset</legend>
<equal>true</equal>
<binding> <binding>
<command>dialog-update</command> <command>dialog-update</command>
</binding> </binding>
@ -88,6 +106,7 @@
<x>220</x> <x>220</x>
<y>0</y> <y>0</y>
<legend>Cancel</legend> <legend>Cancel</legend>
<equal>true</equal>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>