aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/saveload.cpp
AgeCommit message (Expand)Author
2010-03-29Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,...Nicola Mettifogo
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-15Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg...Nicola Mettifogo
2009-10-15Save/load dialog now uses GUI::SaveLoadChooser.Nicola Mettifogo
2009-07-31When renaming old savefiles for Nippon Safes, don't assert if a file that mat...Nicola Mettifogo
2009-07-30Fixed typo in user message.Nicola Mettifogo
2009-07-30Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa...Nicola Mettifogo
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-04-29* Refactored existing save/load code to ease extensionNicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
2008-12-03Replaced remaining usages of readLine_OLD with readLine.Nicola Mettifogo
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-16Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,...Vicent Marti
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-06-25Parallaction now uses the new _quit flagChristopher Page
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-12-10Updated outdated comment.Nicola Mettifogo
2007-12-10Added 90 extra save slots for Nippon Safes.Nicola Mettifogo
2007-12-10* Switched Nippon Safes to use new names for savefiles. User will be asked to...Nicola Mettifogo
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-01Consolidated game data cleanup in a single routine to location switches more ...Nicola Mettifogo
2007-11-01Fix regression introduced in revision 29355. First loadgame performed was des...Nicola Mettifogo
2007-11-01More refactoring for gui code.Nicola Mettifogo
2007-10-21Now stopping music when loading a game in Amiga versions of Nippon Safes.Nicola Mettifogo
2007-10-19Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu...Nicola Mettifogo
2007-09-24Fixed inventory regression introduced with yesterday's commit.Nicola Mettifogo
2007-09-23Moved most of inventory-related code inside classes Inventory and InventoryRe...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-31Pushed current save/load code from Parallaction down to Parallaction_ns.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-07Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn