aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-10- Global options dialog supportBenjamin Haisch
2008-11-09Only hide the cursor for in-game pausing. Pausing from the outside is assumed toTorbjörn Andersson
2008-11-09Disallow overwriting of slot 0, quicksave and autosave slots.Johannes Schickel
2008-11-09Update documentation.Johannes Schickel
2008-11-09Added a new SaveStateDescriptor flag, is_write_protected, which can be used t...Filippos Karapetis
2008-11-09Added a getMaximumSaveSlot() implementation for sword1 and sword2Filippos Karapetis
2008-11-09Save game descriptions are now set correctly in the GMM save dialogFilippos Karapetis
2008-11-09Updated documentation.Johannes Schickel
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-09Removed some code that was added earlier to deal with dimming/undimming theTorbjörn Andersson
2008-11-09Allow pausing (from the outside) during credits and palette fades. Refactored...Torbjörn Andersson
2008-11-09Fixed pausing during credits.Torbjörn Andersson
2008-11-09Allow pausing during cutscene movies. (This will need an update to the mixer'sTorbjörn Andersson
2008-11-09Error out on savegame load failure (again).Johannes Schickel
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
2008-11-09Fixed bug, which might mess up the description of new savegames.Johannes Schickel
2008-11-09Implemented Engine::syncSoundSettings properly for MIDI output.Johannes Schickel
2008-11-09Moved sound-related settings to syncSoundSettings() for the global options di...Torbjörn Andersson
2008-11-09Fixed warning, and what looked to me like a very minor memory leak.Torbjörn Andersson
2008-11-09Update ReadStringStream and parser to work with the new eos() logic.Nicola Mettifogo
2008-11-09Enabled flags parsing for all commands in location script. Most of them don't...Nicola Mettifogo
2008-11-09Fixed crash when closing BRA.Nicola Mettifogo
2008-11-09Better cleanup and handling of mouse when changing location in NS.Nicola Mettifogo
2008-11-09Fixed bug in introduction of NS.Nicola Mettifogo
2008-11-08* cleanupNicola Mettifogo
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-11-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
2008-11-08Pushing down some header depsMax Horn
2008-11-07Implemented RTL supportBenjamin Haisch
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-07Implemented a Common::Archive subclass to handle the content of archives in N...Nicola Mettifogo
2008-11-06Added some WIP code for the GMM save dialog (still not working correctly)Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax 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-06cleanupMax Horn
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
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-04cleanupMax 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-03Extend HACK in Engine::hasFeature, fixes GMM load dialog.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