1
0
Fork 0

Updated flightrecorder properties and disabled recovery snapshot by default.

Has been causing confusion when fgtape dir is not writable.
This commit is contained in:
Julian Smith 2020-12-28 22:54:02 +00:00
parent a98622a677
commit 17d0472376
2 changed files with 23 additions and 24 deletions

View file

@ -784,17 +784,16 @@ Started September 2000 by David Megginson, david@megginson.com
<!-- 1 h --> <!-- 1 h -->
</buffer> </buffer>
<tape-directory type="string" userarchive="y"/> <tape-directory type="string" userarchive="y"/>
<multiplayer type="bool" userarchive="y"/> <recovery-period type="int" userarchive="y">0</recovery-period>
<record-properties type="bool" userarchive="y">true</record-properties> <record-multiplayer type="bool" userarchive="y"/>
<record-properties-paths>
</record-properties-paths>
<recovery-period type="int" userarchive="y">1</recovery-period>
<record-main-window type="bool" userarchive="y">false</record-main-window> <record-main-window type="bool" userarchive="y">false</record-main-window>
<record-main-view type="bool" userarchive="y">false</record-main-view> <record-main-view type="bool" userarchive="y">false</record-main-view>
<replay-main-window-position type="bool" userarchive="y">false</replay-main-window-position> <replay-main-window-position type="bool" userarchive="y">false</replay-main-window-position>
<replay-main-window-size type="bool" userarchive="y">false</replay-main-window-size> <replay-main-window-size type="bool" userarchive="y">false</replay-main-window-size>
<replay-main-view type="bool" userarchive="y">false</replay-main-view> <replay-main-view type="bool" userarchive="y">false</replay-main-view>
<record-properties type="bool" userarchive="y">true</record-properties>
<record-properties-paths>
</record-properties-paths>
</replay> </replay>
<airport> <airport>
<runways> <runways>

View file

@ -37,7 +37,7 @@
<checkbox> <checkbox>
<row>0</row> <row>0</row>
<col>0</col> <col>0</col>
<property>sim/replay/multiplayer</property> <property>sim/replay/record-continuous</property>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
@ -45,27 +45,12 @@
<text> <text>
<row>0</row> <row>0</row>
<col>1</col> <col>1</col>
<label>Include multiplayer aircraft in recordings</label>
<halign>left</halign>
</text>
<checkbox>
<row>1</row>
<col>0</col>
<property>sim/replay/record-continuous</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>1</row>
<col>1</col>
<label>Continuous record to file</label> <label>Continuous record to file</label>
<halign>left</halign> <halign>left</halign>
</text> </text>
<checkbox> <checkbox>
<row>2</row> <row>1</row>
<col>0</col> <col>0</col>
<property>sim/replay/recovery-period</property> <property>sim/replay/recovery-period</property>
<binding> <binding>
@ -73,12 +58,27 @@
</binding> </binding>
</checkbox> </checkbox>
<text> <text>
<row>2</row> <row>1</row>
<col>1</col> <col>1</col>
<label>Maintain recovery snapshot</label> <label>Maintain recovery snapshot</label>
<halign>left</halign> <halign>left</halign>
</text> </text>
<checkbox>
<row>2</row>
<col>0</col>
<property>sim/replay/record-multiplayer</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>2</row>
<col>1</col>
<label>Include multiplayer aircraft in recordings</label>
<halign>left</halign>
</text>
<checkbox> <checkbox>
<row>3</row> <row>3</row>
<col>0</col> <col>0</col>