log engine/core/controller/enginesettings.h @ 695:47d58c7a95d7

age author description
Fri, 05 Nov 2010 15:21:10 +0000 helios2000 * Merged the light branch back into trunk.
Thu, 14 Oct 2010 15:32:09 +0000 prock * Fixed some more integer definitions
Thu, 07 Oct 2010 18:37:02 +0000 prock * Added the ability to set/get the video driver used using the settings interface. Note that the default driver for the OS will be used unless explicitly specified.
Tue, 05 Oct 2010 19:42:54 +0000 prock * A little data type cleanup in the FIFE::EngineSettings class
Fri, 01 Oct 2010 14:09:47 +0000 prock * Removed the image chunking size variable from engine settings.
Wed, 24 Mar 2010 13:29:16 +0000 helios2000 * Fixed the sld typo. fixes[ticket:463]
Sat, 20 Feb 2010 19:11:01 +0000 vtchill A client can now specify a global color key to be used with all images. The default color key is (255,0,255) in RGB format. Also the client can enable/disable the color key feature by using the setColorKeyEnabled function in the EngineSettings class. By default the color key feature is disabled. fixes[t:451]