Age | Commit message (Expand) | Author |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-09-22 | Fixed full screen toggling via alt+enter. | Johannes Schickel |
2008-09-20 | Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertion | Max Horn |
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f... | Max Horn |
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, su... | Max Horn |
2008-09-03 | Some cleanup by peres | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
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-18 | Final changes to keymapper: | Stephen Kennedy |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-16 | Properly close files opened when checking for config file on WIN32. | Johannes Schickel |
2008-08-14 | Changed Action constructor to take a pointer to the Keymap it belongs too, me... | Stephen Kennedy |
2008-08-14 | Fixed simple keymap test | Stephen Kennedy |
2008-08-13 | RemapDialog now properly uses reflowLayout() and open(), so that the same ins... | Stephen Kennedy |
2008-08-13 | Keymapper WIP: | Stephen Kennedy |
2008-08-11 | Remap dialog WIP | Stephen Kennedy |
2008-08-08 | Keymapper WIP: | Stephen Kennedy |
2008-08-07 | * Moved VK code into backends/vkeybd | 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-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-22 | Removed backends/intern.h | Max Horn |
2007-12-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson |
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert |
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi... | Max Horn |
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ... | Nicola Mettifogo |
2007-11-24 | Symbian build system does not cope with include file with the same name, spec... | Lars Persson |
2007-09-28 | Don't include windows.h for Symbian emulator builds | Lars Persson |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |