view tools/editor/settings-dist.xml @ 579:b2feacaed53c

* Added the colorbuffer patch with a small change due to SDL. Performance boost between 20-30% under OpenGL. * Improved the most renderers with setColor() function. * Fixed the genericrenderer, is now tested whether the images are in the viewport. * Fixed the gridrenderer, the grid is now drawn only up to the viewport. * Changed the vertex functions in opengl/renderbackendopengl.cpp from vertex3f() to vertex2f(). * Improved the Editor, now you can use blocking, grid and coordinate renderer over gui or keys. Additionally, the colors can be changed with the settings.xml.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 31 Jul 2010 17:46:19 +0000
parents 8d0a4e87f24d
children 6e53cc43402e
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"> 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.,!?-+/():;%&amp;`'*#=[]\"</Setting>
		<Setting name="LogModules" type="list"> controller</Setting>
		<Setting name="PychanDebug" type="bool"> False </Setting>
		<Setting name="LogToPrompt" type="int"> 1 </Setting>
		<Setting name="LogToFile" type="int"> 0 </Setting>
	</Module>
	<Module name="Plugins">
		<Setting name="HistoryManager" type="bool">True</Setting>
		<Setting name="LayerTool" type="bool">True</Setting>
		<Setting name="CameraEdit" type="bool">True</Setting>
		<Setting name="ObjectEdit" type="bool">True</Setting>
		<Setting name="ObjectSelector" type="bool">True</Setting>
	</Module>
  <Module name="Colors">
    <Setting name="Blocking" type="str">0,255,0</Setting>
    <Setting name="Grid" type="str">0,255,0</Setting>
    <Setting name="Coordinate" type="str">255,255,255</Setting>
    <Setting name="CellSelection" type="str">255,0,0</Setting>
  </Module>
</Settings>