Thu, 22 Aug 2013 19:50:12 +0200
Flush progress with initial commit, improve application.
michael@0 | 1 | # This file is for configuration settings for your |
michael@0 | 2 | # application. |
michael@0 | 3 | # |
michael@0 | 4 | # The syntax is similar to windows .ini files ie |
michael@0 | 5 | # |
michael@0 | 6 | # [GroupName] |
michael@0 | 7 | # Setting = Value |
michael@0 | 8 | # |
michael@0 | 9 | # Which can be read by your application using |
michael@0 | 10 | # e.g s3eConfigGetString("GroupName", "Setting", string) |
michael@0 | 11 | # |
michael@0 | 12 | # All settings must be documented in .config.txt files. |
michael@0 | 13 | # New settings specific to this application should be |
michael@0 | 14 | # documented in app.config.txt |
michael@0 | 15 | # |
michael@0 | 16 | # Some conditional operations are also permitted, see the |
michael@0 | 17 | # S3E documentation for details. |
michael@0 | 18 | |
michael@0 | 19 | [S3E] |
michael@0 | 20 | MemSize=25000000 |
michael@0 | 21 | MemSizeDebug=30000000 |
michael@0 | 22 | WinPosX=16 |
michael@0 | 23 | WinPosY=16 |
michael@0 | 24 | #SysStdOut="output.txt" |
michael@0 | 25 | |
michael@0 | 26 | [TRACE] |
michael@0 | 27 | ACCELEROMETER=0 |
michael@0 | 28 | AUDIO=0 |
michael@0 | 29 | DEBUG=0 |
michael@0 | 30 | DEVICE=0 |
michael@0 | 31 | EXT=0 |
michael@0 | 32 | FIBRE=0 |
michael@0 | 33 | FILE=0 |
michael@0 | 34 | IWCRT=0 |
michael@0 | 35 | #IW_GL=0 |
michael@0 | 36 | KEYBOARD=0 |
michael@0 | 37 | LOADER=0 |
michael@0 | 38 | MEMORY=0 |
michael@0 | 39 | THREAD=0 |
michael@0 | 40 | SOUND=0 |
michael@0 | 41 | SURFACE=0 |
michael@0 | 42 | |
michael@0 | 43 | [GL] |
michael@0 | 44 | AllowNegativeUniformLocation=1 |
michael@0 | 45 | |
michael@0 | 46 | [UTIL] |
michael@0 | 47 | MemMgrMaxAllocWarning=0 |