Mercurial > fife-parpg
view clients/editor/settings-dist.xml @ 374:1115f7cae9a3
Editor:
* The editor will now force filenames to be lowercase, as VFS does not like uppercase path names.
* If a map filename does not have a .xml extension on save, it will be automatically added.
* Log modules set to "all" by default. Only new users will be affected by this without having to modify or remove their configuration file.
* Log level set to LOGLEVEL_WARN
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 21 Nov 2009 13:11:56 +0000 |
parents | 51cc05d862f2 |
children |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="FIFE"> <Setting name="FullScreen" type="int"> 0 </Setting> <Setting name="PlaySounds" type="int"> 1 </Setting> <Setting name="RenderBackend" type="str"> OpenGL </Setting> <Setting name="ScreenWidth" type="int"> 1024 </Setting> <Setting name="ScreenHeight" type="int"> 768 </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"> FIFE - Editor </Setting> <Setting name="WindowIcon" type="str"></Setting> <Setting name="MapFile" type="str"> maps/shrine.xml </Setting> <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> <Setting name="LogModules" type="list"> all </Setting> <Setting name="PychanDebug" type="bool"> False </Setting> <Setting name="LogToPrompt" type="int"> 1 </Setting> <Setting name="LogToFile" type="int"> 0 </Setting> <Setting name="LogLevel" type="string"> Warn </Setting> </Module> <Module name="Plugins"> <Setting name="HistoryManager" type="bool">True</Setting> <Setting name="LayerTool" type="bool">True</Setting> <Setting name="ObjectEdit" type="bool">True</Setting> <Setting name="ObjectSelector" type="bool">True</Setting> </Module> </Settings>