comparison data/conf/options.mtt @ 53:f000d6cd0f74

Changes to paths, command line arguments and font LCD rendering. Use "./" instead of "" as default install dir on windows. Implemented a command-line argument parser. Changes to LCD filter/render-mode option handling after testing what actually happens. Changed some FontTexture messages and internals.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 05 Jun 2008 17:16:52 +0100
parents 387a80724c35
children f3d8c0441408
comparison
equal deleted inserted replaced
51:387a80724c35 53:f000d6cd0f74
2 {misc} 2 {misc}
3 <bool|useThreads=false> 3 <bool|useThreads=false>
4 <bool|exitImmediately=false> 4 <bool|exitImmediately=false>
5 <char[]|L10n="en-GB"> 5 <char[]|L10n="en-GB">
6 <int|logLevel=1> 6 <int|logLevel=1>
7 <int|logOptions=0x1003>
7 <double|pollInterval=0.01> 8 <double|pollInterval=0.01>
8 9
9 {font} 10 {font}
10 <int|lcdFilter=0> 11 <int|lcdFilter=2>
11 <int|renderMode=0> 12 <int|renderMode=0x30000>
12 13
13 {video} 14 {video}
14 <bool|noFrame=false> 15 <bool|noFrame=false>
15 <bool|resizable=true> 16 <bool|resizable=true>
16 <bool|hardware=false> 17 <bool|hardware=false>
17 <bool|fullscreen=false> 18 <bool|fullscreen=false>
18 <int|screenW=1280> 19 <int|screenW=1280>
19 <int|windowW=1272> 20 <int|windowW=800>
20 <int|screenH=1024> 21 <int|screenH=1024>
21 <int|windowH=993> 22 <int|windowH=600>
22 23