Added options for AI wake in the AI menu.
For now it is located in the AI -> "Traffic and Scenario settings" dialog box. we might consider a better location later on.
This commit is contained in:
parent
5b4983c716
commit
63bc199fd3
1 changed files with 51 additions and 0 deletions
|
@ -78,6 +78,57 @@
|
||||||
|
|
||||||
<text><label/></text>
|
<text><label/></text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<label>Aerodynamic interaction</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<hrule/>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>table</layout>
|
||||||
|
<halign>left</halign>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>0</row>
|
||||||
|
<col>0</col>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Enable AI aerodynamic wake</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<row>0</row>
|
||||||
|
<col>1</col>
|
||||||
|
<name>enable-ai-wake</name>
|
||||||
|
<halign>left</halign>
|
||||||
|
<property>/fdm/ai-wake/enabled</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>enable-ai-wake</object-name>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>1</row>
|
||||||
|
<col>0</col>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Max. radius of interaction (nm)</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<row>1</row>
|
||||||
|
<col>1</col>
|
||||||
|
<property>/fdm/ai-wake/max-radius-nm</property>
|
||||||
|
<enable>
|
||||||
|
<property>/fdm/ai-wake/enabled</property>
|
||||||
|
</enable>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
</input>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<text><label/></text>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<label>Choose active scenario(s) </label>
|
<label>Choose active scenario(s) </label>
|
||||||
</text>
|
</text>
|
||||||
|
|
Loading…
Reference in a new issue