comparison 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
comparison
equal deleted inserted replaced
93:08a4ae11454b 94:9520cc0448e5
1 {MT01} 1 {MT01}
2 {misc} 2 {MiscOptions}
3 <int|maxThreads=1> 3 <int|maxThreads=1>
4 <bool|exitImmediately=false> 4 <bool|exitImmediately=false>
5 <char[]|L10n="en-GB"> 5 <char[]|L10n="en-GB">
6 <int|logOptions=0x3000> 6 <int|logOptions=0x3000>
7 <double|pollInterval=0.01> 7 <double|pollInterval=0.01>
8 8
9 {font} 9 {FontOptions}
10 <int|lcdFilter=2> 10 <int|lcdFilter=2>
11 <int|renderMode=0x30000> 11 <int|renderMode=0x30000>
12 12
13 {video} 13 {VideoOptions}
14 <bool|noFrame=false> 14 <bool|noFrame=false>
15 <bool|resizable=true> 15 <bool|resizable=true>
16 <bool|hardware=false> 16 <bool|hardware=false>
17 <bool|fullscreen=false> 17 <bool|fullscreen=false>
18 <int|screenW=1280> 18 <int|screenW=1280>