comparison data/conf/options.mtt @ 55:f3d8c0441408

Implemented gl.texture (without testing) & fixed log options adjusted previously. Implemented gl.texture module to load textures from file (untested). Fixed log level/option setting in Init.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 10 Jun 2008 17:35:13 +0100
parents f000d6cd0f74
children 56c0ddd90193
comparison
equal deleted inserted replaced
54:c81342b54ef2 55:f3d8c0441408
1 {MT01} 1 {MT01}
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|logOptions=0x3001>
7 <int|logOptions=0x1003>
8 <double|pollInterval=0.01> 7 <double|pollInterval=0.01>
9 8
10 {font} 9 {font}
11 <int|lcdFilter=2> 10 <int|lcdFilter=2>
12 <int|renderMode=0x30000> 11 <int|renderMode=0x30000>