view data/conf/options.mtt @ 36:57d000574d75

Enabled drawing on demand, and made the polling interval configurable. Renamed mde.global to mde.imde. Enabled drawing on demand. Allowed options to take double values. Made the main loop's polling interval (sleep duration) settable from config files. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 02 May 2008 17:38:43 +0100
parents f985c28c0ec9
children 1530d9c04d4d
line wrap: on
line source

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

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