Mercurial > fife-parpg
log engine/core/video/sdl/renderbackendsdl.cpp @ 641:52708806f35c
age | author | description |
---|---|---|
Thu, 07 Oct 2010 19:39:58 +0000 | prock | * Small fix for gcc on Linux. It didn't like passing a const char* to a function that requires a char*. |
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. |
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 15:44:16 +0000 | prock | * Added drawRectangle() and fillRectangle() functions to the renderers |
Fri, 13 Aug 2010 16:33:36 +0000 | helios2000 | * Fixed a bug in RenderBackendSDL, the clip area was not properly set. |