view data/conf/options.mtt @ 94:9520cc0448e5

Boolean options are now encapsulated within a Content class (currently an experiment). This should facilitate generic option editing widgets.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 23 Oct 2008 17:45:49 +0100
parents 085f2ca31914
children 2a364c7d82c9
line wrap: on
line source

{MT01}
{MiscOptions}
<int|maxThreads=1>
<bool|exitImmediately=false>
<char[]|L10n="en-GB">
<int|logOptions=0x3000>
<double|pollInterval=0.01>

{FontOptions}
<int|lcdFilter=2>
<int|renderMode=0x30000>

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