aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.cpp
AgeCommit message (Expand)Author
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-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-08-11Fixed compilation.Torbjörn Andersson
2007-08-11SDL backend cleanup (minor)Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
2006-11-01Added Audio::Mixer::setReady method to work around bug #1588848Max Horn
2006-10-22SDL backend: got rid of setTimerCallback and clearSoundCallbackMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-07Instantiate and hook up the plugin providers in the main() function of the co...Max Horn
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to t...Max Horn
2006-06-24Started to move 'monolithic' parts of our ports to the new 'background/platfo...Max Horn