aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/saveload.cpp
AgeCommit message (Expand)Author
2016-11-29ALL: save file => saved gameBen Castricum
2016-05-28PARALLACTION: Safer string manipulationEugene Sandulenko
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-02-20PARALLACTION: Translate buttons in load and save dialogs.Thierry Crozat
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10PARALLACTION: Do not call close on a SaveLoadChooser.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2011-11-03PARALLACTION: Fix warnings. Fix nasty out-of-scope bug in parallaction_br.cppEugene Sandulenko
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-01-25PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.*David Turner
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
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