diff 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 diff
--- a/data/conf/options.mtt	Mon Jun 02 14:34:24 2008 +0100
+++ b/data/conf/options.mtt	Thu Jun 05 17:16:52 2008 +0100
@@ -4,11 +4,12 @@
 <bool|exitImmediately=false>
 <char[]|L10n="en-GB">
 <int|logLevel=1>
+<int|logOptions=0x1003>
 <double|pollInterval=0.01>
 
 {font}
-<int|lcdFilter=0>
-<int|renderMode=0>
+<int|lcdFilter=2>
+<int|renderMode=0x30000>
 
 {video}
 <bool|noFrame=false>
@@ -16,7 +17,7 @@
 <bool|hardware=false>
 <bool|fullscreen=false>
 <int|screenW=1280>
-<int|windowW=1272>
+<int|windowW=800>
 <int|screenH=1024>
-<int|windowH=993>
+<int|windowH=600>