aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-09-03Some cleanup by peresMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIconMax Horn
2008-08-22Remove warning about change of config file location under Windows, since it i...Travis Howell
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; adapted...Max Horn
2008-08-22SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting imp...Max Horn
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for...Max Horn
2008-08-16Properly close files opened when checking for config file on WIN32.Johannes Schickel
2008-08-05Fix win32 compile.Travis Howell
2008-08-04Remove some code which was rendered obsolete by md5's commit r33610Max Horn
2008-08-04Fixing compilation under MSVCFilippos Karapetis
2008-08-03OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...Max Horn
2008-07-29SDL: Properly init vars related to mixer double bufferingMax Horn
2008-07-18In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the del...Paul Gilbert
2008-07-15Implemented audio double buffering (for now OSX only)Max Horn
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-22Update comment.Johannes Schickel
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2008-05-27Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)Johannes Schickel
2008-05-27Reduce audio buffer size, as indicated on scummvm-develMax Horn
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-12Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate...Max Horn
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2007-12-29Fixed warning when DISABLE_SCALERS is defined.Torbjörn Andersson
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
2007-12-26Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi...Max Horn
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ...Nicola Mettifogo
2007-11-24Symbian build system does not cope with include file with the same name, spec...Lars Persson
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-08-11Fixed compilation.Torbjörn Andersson
2007-08-11windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZEFilippos Karapetis
2007-08-11SDL backend cleanup (minor)Max Horn
2007-06-30whitespacesMax Horn
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22fix compile (thanks salty-horse!)Matthew Hoops
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-15Fix for bug #1690813: BASS: Crash when changing scalers during introMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn