1
0
Fork 0

Update options.xml

This commit is contained in:
Clément de l'Hamaide 2014-08-29 13:53:59 +02:00
parent 1fa06dc92f
commit a441c3870f
2 changed files with 30 additions and 10 deletions

View file

@ -53,6 +53,7 @@
<config-desc>Load additional properties from path</config-desc>
<units-feet-desc>Use feet for distances</units-feet-desc>
<units-meters-desc>Use meters for distances</units-meters-desc>
<console-desc>Display console (Windows specific)</console-desc>
<!-- Features options -->
<environment-options>Environment Options</environment-options>
@ -135,6 +136,8 @@
<!-- Rendering options -->
<rendering-options>Rendering Options</rendering-options>
<enable-rembrandt-desc>Enable Rembrandt rendering</enable-rembrandt-desc>
<disable-rembrandt-desc>Disable Rembrandt rendering</disable-rembrandt-desc>
<bpp-desc>Specify the bits per pixel</bpp-desc>
<fog-disable-desc>Disable fog/haze</fog-disable-desc>
<fog-fastest-desc>Enable fastest fog/haze</fog-fastest-desc>
@ -192,6 +195,8 @@
<disable-terrasync-desc>Disable automatic scenery downloads/updates</disable-terrasync-desc>
<enable-terrasync-desc>Enable automatic scenery downloads/updates</enable-terrasync-desc>
<terrasync-dir-desc>Set target directory for scenery downloads</terrasync-dir-desc>
<enable-fgcom-desc>Enable FGCom built-in</enable-fgcom-desc>
<disable-fgcom-desc>Disable FGCom built-in</disable-fgcom-desc>
<!-- MultiPlayer options -->
<multiplayer-options>MultiPlayer Options</multiplayer-options>

View file

@ -135,6 +135,11 @@
<description>units-meters-desc</description>
</option>
<option>
<name>console</name>
<description>console-desc</description>
</option>
</section>
<section>
@ -318,6 +323,16 @@
<section>
<name>rendering-options</name>
<option>
<name>enable-rembrandt</name>
<description>enable-rembrandt-desc</description>
</option>
<option>
<name>disable-rembrandt</name>
<description>disable-rembrandt-desc</description>
</option>
<option>
<name>disable-splash-screen</name>
<description>disable-splash-screen-desc</description>
@ -437,16 +452,6 @@
<description>shading-smooth-desc</description>
</option>
<option>
<name>disable-textures</name>
<description>disable-textures-desc</description>
</option>
<option>
<name>enable-textures</name>
<description>enable-textures-desc</description>
</option>
<option>
<name>materials-file</name>
<arg>file</arg>
@ -1012,6 +1017,16 @@
<description>terrasync-dir-desc</description>
</option>
<option>
<name>enable-fgcom</name>
<description>enable-fgcom-desc</description>
</option>
<option>
<name>disable-fgcom</name>
<description>disable-fgcom-desc</description>
</option>
</section>
<section>