view data/conf/options.mtt @ 101:71f0f1f83620

Some path adjustments for windows (untested) and fonts. All types of option can be edited. paths: support for getting the full path for a font when just the file name is entered, in order to unify usage on windows and linux. paths: Used getSpecialPath for some windows paths; needs testing. Content: Moved line-editing code to abstract ValueContent class and added some conversion functions, so that any type of ValueContent can be edited as text.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 16 Nov 2008 17:03:47 +0000
parents 0ea4a3e651ae
children 42e241e7be3e
line wrap: on
line source

{MT01}
{MiscOptions}
<int|maxThreads=1>
<bool|exitImmediately=false>
<char[]|L10n="en-GB">
<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=800>
<int|windowH=600>