aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.cpp
AgeCommit message (Expand)Author
2010-11-28SDL: Reduce redundant deletes from OSystem_SDL destructorMax Horn
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-21OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd...Johannes Schickel
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-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-23SDL/OPENGL: Fix segfault when using -g command line option.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-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.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
2010-07-12Get rid of yet another global object with constructorMax Horn
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-10Added BaseSdlGraphicsManager. Added GLTexture. Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
2010-06-26Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu...Alejandro Marzini
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so allowing...Alejandro Marzini
2010-06-24Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.Alejandro Marzini
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
2010-06-20Created win32 port from sdl backend.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-15Improved ModularBackend and OSystem_SDL destructors.Alejandro Marzini
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini
2010-06-12Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...Alejandro Marzini
2010-06-11Fixed compilation error on Mac.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-10Made creation of SdlMutexManager earlier than other modules.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-07Removed code that is now in managers. Added mutex and graphics manager initia...Alejandro Marzini
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn