Add ithe enable-/disable-save-on-exit and the season options.
This commit is contained in:
parent
e6ba63050e
commit
daa428dbe8
3 changed files with 22 additions and 0 deletions
|
@ -81,6 +81,8 @@
|
|||
<enable-game-mode-desc>Enable full-screen game mode</enable-game-mode-desc>
|
||||
<disable-splash-screen-desc>Disable splash screen</disable-splash-screen-desc>
|
||||
<enable-splash-screen-desc>Enable splash screen</enable-splash-screen-desc>
|
||||
<disable-save-on-exit>Don't save preferences upon program exit</disable-save-on-exit>
|
||||
<enable-save-on-exit>Allow saving preferences at program exit</enable-save-on-exit>
|
||||
<disable-intro-music-desc>Disable introduction music</disable-intro-music-desc>
|
||||
<enable-intro-music-desc>Enable introduction music</enable-intro-music-desc>
|
||||
<disable-mouse-pointer-desc>Disable extra mouse pointer</disable-mouse-pointer-desc>
|
||||
|
@ -214,6 +216,7 @@
|
|||
<!-- Time options -->
|
||||
<time-options>Time Options</time-options>
|
||||
<timeofday-desc>Specify a time of day</timeofday-desc>
|
||||
<season-desc>Specify the startup season</season-desc>
|
||||
<time-offset-desc>Add this time offset</time-offset-desc>
|
||||
<time-match-real-desc>Synchronize time with real-world time</time-match-real-desc>
|
||||
<time-match-local-desc>Synchronize time with local real-world time</time-match-local-desc>
|
||||
|
|
18
options.xml
18
options.xml
|
@ -79,6 +79,18 @@
|
|||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-save-on-exit</name>
|
||||
<description>strings/disable-save-on-exit</description>
|
||||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-save-on-exit</name>
|
||||
<description>strings/enable-save-on-exit</description>
|
||||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-intro-music</name>
|
||||
<description>strings/disable-intro-music-desc</description>
|
||||
|
@ -497,6 +509,12 @@
|
|||
<description>strings/timeofday-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>season</name>
|
||||
<arg>{summer,winter}</arg>
|
||||
<description>strings/season-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>time-offset</name>
|
||||
<arg>[+-]hh:mm:ss</arg>
|
||||
|
|
|
@ -36,6 +36,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<game-mode type="bool">false</game-mode>
|
||||
<fullscreen type="bool">false</fullscreen>
|
||||
<units>feet</units>
|
||||
<save-on-exit userarchive="y">true</save-on-exit>
|
||||
<browser-app>netscape</browser-app><!-- help viewer -->
|
||||
</startup>
|
||||
<rendering>
|
||||
|
|
Loading…
Reference in a new issue