view 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
line wrap: on
line source

{MT01}
{misc}
<bool|useThreads=false>
<bool|exitImmediately=false>
<char[]|L10n="en-GB">
<int|logLevel=1>
<int|logOptions=0x1003>
<double|pollInterval=0.01>

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

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