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