log

age author description
Wed, 06 Oct 2010 21:37:46 +0000 prock * Added the ability to query some more details from the video device including the total video memory available.
Wed, 06 Oct 2010 20:54:28 +0000 prock * Changed the way screen resolutions are detected
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.
Wed, 06 Oct 2010 15:49:53 +0000 prock * Added the clearBackBuffer() function to the renderbackends.
Wed, 06 Oct 2010 14:09:24 +0000 prock * Renamed RenderBackend::isClearNeeded() to RenderBackend::setClearScreen(). It is no longer pure virtual. Also documented it's functionality.
Tue, 05 Oct 2010 19:42:54 +0000 prock * A little data type cleanup in the FIFE::EngineSettings class
Tue, 05 Oct 2010 15:44:16 +0000 prock * Added drawRectangle() and fillRectangle() functions to the renderers
Mon, 04 Oct 2010 21:29:12 +0000 prock * Removed old and unused functions: set/getSourceWidget()
Mon, 04 Oct 2010 20:52:06 +0000 prock * Removed some more unused files
Mon, 04 Oct 2010 19:44:29 +0000 prock * Removed unused files containing the unused GUIEventListener class.
Mon, 04 Oct 2010 18:15:03 +0000 prock * GLImage now uses the optimal next power of 2 size for both width and height.
Mon, 04 Oct 2010 14:55:57 +0000 prock * Applied GreyGhosts patch to fife_settings. Allows the user to load the gui XML whenever they want. Also returns a reference to the dialog so it can be worked with outside of fife_settings.