aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-29COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place"Filippos Karapetis
2010-11-28SDL: Reduce redundant deletes from OSystem_SDL destructorMax Horn
2010-11-28SDL: Compiled POSIX sub-backend only on unix systemsMax Horn
2010-11-28SDL: Added missing #define FORBIDDEN_SYMBOL_ALLOW_ALL for the Win32 SDL backendFilippos Karapetis
2010-11-28SDL: Merge deinit() into OSystem_SDL destructor and overload fatalErrorMax Horn
2010-11-28SDL: Fix compilation on Windows too.Johannes Schickel
2010-11-28SDL: Make SDL backend compile again.Johannes Schickel
2010-11-28Merging the gsoc2010-opengl branchMax Horn
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-26I18N: Fix language detection in UNIX (not everyone speaks German yet)Jordi Vilalta Prat
2010-11-26SDL: Hook up file logger to log on Windows.Johannes Schickel
2010-11-26SDL: Hook up file logger to log on UNIX-like systems.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-24SDL/win32: fix lf, thx msvcMartin Kiewitz
2010-10-24SDL/w32: add ability to hide consoleMartin Kiewitz
2010-10-23DINGUX: fix compilation for the opengl branchFabio Battaglia
2010-10-21OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd...Johannes Schickel
2010-10-20GPH: Cleanup Readme and support scripts.John Willis
2010-10-13OPENGL: Cleanup.Johannes Schickel
2010-10-13OPENGL: Get rid of one ugly cast.Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-28SDL: Fix for 32 bit mode support (untested; might be good for backporting, no...Max Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-06SDL: Add masks to the SDL backend to support the OpenPandora backend.John Willis
2010-09-03OPENGL: Properly initialize the graphics manager again.Johannes Schickel
2010-09-03SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD.Alejandro Marzini
2010-08-31SCI: still set game cursor, when mouse outsideMartin Kiewitz
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-23SDL/OPENGL: Fix segfault when using -g command line option.Alejandro Marzini
2010-08-23AMIGAOS: Fix build.Alejandro Marzini
2010-08-23AMIGAOS: Again, fix build.Alejandro Marzini
2010-08-23AMIGAOS: Fix build.Alejandro Marzini
2010-08-19DINGOO: new port. Patch #3039277Eugene Sandulenko
2010-07-31OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL...Alejandro Marzini
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.Alejandro Marzini
2010-07-30SDL: Add SDL backend subfolders paths to makefile MODULE_DIRS.Alejandro Marzini
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-23SDL: Fix bug #3025258Eugene Sandulenko
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-16Added basic cursor drawing.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-13Check if USE_OPENGL is defined for compiling OpenGL code.Alejandro Marzini