view data/conf/options.mtt @ 128:41582439a42b

Added support for dynamic EnumContent loading and saving, with translation loading. WMScreen.init removed; code moved to this() since class is now created by main() instead of a static this(). Fix for SwitchWidget not passing events. Still some resizing bugs evident in SwitchWidget :-(
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 14 Jan 2009 20:24:14 +0000
parents 6acd96f8685f
children 9f035cd139c6
line wrap: on
line source

{MT01}
{MiscOptions}
<int|maxThreads=1>
<bool|exitImmediately=false>
<char[]|L10n="en">
<int|logLevel=1>
<int|logOutput=3>
<double|pollInterval=0.01>

{FontOptions}
<int|lcdFilter=2>
<int|renderMode=0x30000>
!<char[]|defaultFont="n019003l.pfb">
<char[]|defaultFont="DejaVuSans.ttf">
<int|defaultSize=16>

{VideoOptions}
<bool|noFrame=false>
<bool|resizable=true>
<bool|hardware=false>
<bool|fullscreen=false>
<int|screenW=1280>
<int|screenH=1024>
<int|windowW=1024>
<int|windowH=768>