aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-09Fixed 'Save'/'Load' button enable/disable triggering.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-09- The save list iterator should now be synced correctlyFilippos Karapetis
2008-11-09Corrected commentFilippos Karapetis
2008-11-09Gaps in the list of save games are now handled correctly in the GMM save/load...Filippos 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-09Run xmllint on our *.STX files. Fixed several XML syntax violationsMax Horn
2008-11-09minor tweaksMax Horn
2008-11-09Got rid of some more 'using' usagesMax Horn
2008-11-09Removed many unnecessary #includesMax Horn
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-09Made getSoundElapseTime() work better when the sound has been paused. A newTorbjö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-09Partially merge classes Theme and ThemeEngine (saves another couple KB), some...Max Horn
2008-11-09Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes)Max Horn
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-08Thou shalst never use the 'using' keyword in a header file, lest the wrath of...Max Horn
2008-11-08Pushing down some header depsMax Horn
2008-11-08Moved some internal stuff from ThemeEngine.h to ThemeEngine.cppMax Horn
2008-11-07DS: Fixing feof behaviour and path prefix stuff.Neil Millstone
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-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