log engine/core/controller/engine.i @ 652:da9c4cfe8f8e

age author description
Thu, 14 Oct 2010 15:32:09 +0000 prock * Fixed some more integer definitions
Fri, 08 Oct 2010 21:22:02 +0000 prock * Added the ability to query the current running screen mode
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.
Thu, 07 Oct 2010 16:44:44 +0000 prock * Improvements for DeviceCaps. It now stores a list of valid SDL drivers. Currently in windows we are limited to the windows GDI (which is slow). This could mean that SDL users could benifit from hardware acceleration with directx (a valid SDL driver).
Wed, 06 Oct 2010 19:19:08 +0000 prock * Added a simple method to query the default video card capabilities. This is still a work in progress. You can now get a list of ScreenModes the device supports. ScreenMode includes information on the screen resolution, if the mode is fullscreen/windowed and if it would use the OpenGL or SDL renderer.
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.