Age | Commit message (Expand) | Author |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-06 | Corrected 16-bit cursor blit errors on GFX mode change. | Jody Northup |
2009-06-03 | Applying the temporary 16-bit SDL hack. | Jody Northup |
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko |
2009-05-10 | Keymapper: | Eugene Sandulenko |
2009-05-08 | SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars (thi... | Max Horn |
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ... | Bertrand Augereau |
2009-02-24 | SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra... | Max Horn |
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP... | Oystein Eftevaag |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2008-12-27 | Slight simplification | Filippos Karapetis |
2008-11-14 | Init _oldVideoMode, _videoMode and _transactioDetails properly. | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-03 | * turned DefaultSaveFileManager::checkPath into a virtual method | Max Horn |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-03 | Merged revisions 34656-34661,34663-34664,34671-34672,34674-34676,34678-34686,... | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-27 | Modified Common::SearchSet to take signed integer priorities, for convenience... | Max Horn |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
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-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 |