Age | Commit message (Expand) | Author |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Added a destroy() call for SearchManager at the end of scummvm_main. | Nicola Mettifogo |
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel |
2008-11-07 | Formatting. | Johannes Schickel |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur... | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-06 | Fixed colors for the GMM save/load dialogs | Filippos Karapetis |
2008-11-06 | Fixed compilation. | Torbjörn Andersson |
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis |
2008-11-06 | Set vector renderer format | Lars Persson |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ... | Max Horn |
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the waitForTimer... | Filippos Karapetis |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-05 | Fixed compile error. | Torbjörn Andersson |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-05 | Tweaked browser dialog in 320x200 mode | Max Horn |
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn |
2008-11-05 | Tweaked classic theme in 320x200 mode, to use the available space better | Max Horn |
2008-11-05 | Paranoia check | Max Horn |
2008-11-04 | dead code | Max Horn |
2008-11-04 | Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w... | Max Horn |
2008-11-04 | cleanup | Max Horn |
2008-11-04 | Some cleanup / handle the case where the themepath is neither pointing to a d... | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-04 | Fixed leak (unreleased stream of music data). | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-11-03 | add PSPSaveFileManager class (subclassed DefaultSaveFileManager) | Joost Peters |
2008-11-03 | implement OSystem::getOverlayFormat() | Joost Peters |
2008-11-03 | Extend HACK in Engine::hasFeature, fixes GMM load dialog. | Johannes Schickel |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-11-03 | - Extended some comments | Johannes Schickel |
2008-11-03 | Check for engine support for loading/saving via GMM when enabling/disabling t... | Johannes Schickel |
2008-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel |
2008-11-03 | Updated theme files for r34883. | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-11-03 | Moved GuiObject::reflowLayout from newgui.cpp to object.cpp | Max Horn |
2008-11-03 | Renamed ThemeLayout::buildCopy to buildCopy::makeClone | Max Horn |
2008-11-03 | Fix comment | Max Horn |