Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Sat, 09 Oct 2010 17:00:33 +0000 | prock | * Modified the way we detect valid resolutions because SDL_VideoModeOK() was unreliable on a Mac when passed values returned from SDL_ListModes(). It now uses a pre-canned list of common resolutions to check. |
Fri, 08 Oct 2010 21:22:02 +0000 | prock | * Added the ability to query the current running screen mode |
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. |