Age | Commit message (Expand) | Author |
2008-08-27 | Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIcon | Max Horn |
2008-08-22 | Remove warning about change of config file location under Windows, since it i... | Travis Howell |
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; adapted... | Max Horn |
2008-08-22 | SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting imp... | Max Horn |
2008-08-22 | Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for... | Max Horn |
2008-08-16 | Properly close files opened when checking for config file on WIN32. | Johannes Schickel |
2008-08-13 | Keymapper WIP: | Stephen Kennedy |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-08-05 | Fix win32 compile. | Travis Howell |
2008-08-04 | Remove some code which was rendered obsolete by md5's commit r33610 | Max Horn |
2008-08-04 | Fixing compilation under MSVC | Filippos Karapetis |
2008-08-03 | OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma... | Max Horn |
2008-07-29 | SDL: Properly init vars related to mixer double buffering | Max Horn |
2008-07-18 | In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the del... | Paul Gilbert |
2008-07-15 | Implemented audio double buffering (for now OSX only) | Max Horn |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-06-22 | Update comment. | Johannes Schickel |
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f... | Johannes Schickel |
2008-05-27 | Fixed choppy sound on my Vista box. (after talking with Fingolfin about it) | Johannes Schickel |
2008-05-27 | Reduce audio buffer size, as indicated on scummvm-devel | Max Horn |
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-03-12 | Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate... | Max Horn |
2008-03-11 | Added OSystem_SDL::getFilesystemFactory() | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-22 | Removed backends/intern.h | Max Horn |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-08-11 | Fixed compilation. | Torbjörn Andersson |
2007-08-11 | SDL backend cleanup (minor) | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2006-11-12 | Implement Fingolfin's modular backend timer, savefile and mixer managers | Kostas Nakos |
2006-11-01 | Added Audio::Mixer::setReady method to work around bug #1588848 | Max Horn |
2006-10-22 | SDL backend: got rid of setTimerCallback and clearSoundCallback | Max Horn |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the co... | Max Horn |
2006-10-02 | Implemented "iconify window" opcode. This, of course, needs support in the | Torbjörn Andersson |
2006-08-04 | Added new method OSystem::getScreenChangeID(), which can be used by code to t... | Max Horn |
2006-06-24 | Started to move 'monolithic' parts of our ports to the new 'background/platfo... | Max Horn |