Mercurial > fife-parpg
view demos/pychan_demo/settings-dist.xml @ 695:47d58c7a95d7
Fixed a bug in VFSDirectory that prevented absolute paths from being resolved.
* Modified the VFSDirectory constructor so that it now adds the drive root as the VFS root by default, instead of the current working directory.
* Added the current working directory to the VFS in Engine::preInit in addition to the default drive root.
* Reverted a change to EventManager::processMouseEvent which prevents GUIChan from grabbing mouse input. The fact that GUIChan grabs all mouse input will need to be addressed once the GUI code is modularized.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Fri, 10 Jun 2011 23:36:14 -1000 |
parents | e3140f01749d |
children |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="FIFE"> <Setting name="FullScreen" type="bool"> False </Setting> <Setting name="PlaySounds" type="bool"> True </Setting> <Setting name="RenderBackend" type="str"> OpenGL </Setting> <Setting name="ScreenResolution" type="str">1024x768</Setting> <Setting name="BitsPerPixel" type="int"> 0 </Setting> <Setting name="InitialVolume" type="float"> 5.0 </Setting> <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> <Setting name="WindowTitle" type="str"> Pychan demo [FIFE Client] </Setting> <Setting name="WindowIcon" type="str"> gui/icons/pychan_logo.png </Setting> <Setting name="Font" type="str"> fonts/freefont/FreeMono.ttf </Setting> <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> <Setting name="DefaultFontSize" type="int"> 16 </Setting> <Setting name="LogModules" type="list"> controller ; GUI </Setting> <Setting name="PychanDebug" type="bool"> True </Setting> <Setting name="LogToPrompt" type="int"> 1 </Setting> <Setting name="LogToFile" type="int"> 0 </Setting> <Setting name="ColorKeyEnabled" type="bool"> False </Setting> <Setting name="ColorKey" type="string"> 255,0,255 </Setting> <Setting name="Lighting" type="int"> 0 </Setting> </Module> </Settings>