aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/saveload.cpp
AgeCommit message (Expand)Author
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-27AGI: Null terminate string. CID 1003890Eugene Sandulenko
2013-04-27AGI: Null terminate string. CID 1003889Eugene Sandulenko
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-10GUI: Refactor default savegame description creation.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-05-03AGI: Proper handling of the cancel button when saving/loadingFilippos Karapetis
2012-03-27AGI: Add played time information to saved gamesFilippos Karapetis
2012-03-27AGI: Use the ScummVM dialogs for saving/loadingFilippos Karapetis
2012-02-22ALL: Fix some signed/unsigned comparison warnings.Johannes Schickel
2011-12-10AGI: Replace usage of 'goto'.D G Turner
2011-11-02AGI: Fix warningsEugene Sandulenko
2011-09-26AGI: Clean up save/load String usageWillem Jan Palenstijn
2011-09-25AGI: Fix compilationFilippos Karapetis
2011-09-25AGI: Switched to Common::String in the save/load codeFilippos Karapetis
2011-09-25AGI: Rewrite getSavegameFilename() so that it doesn't try to return a pointer...Filippos Karapetis
2011-09-25AGI: Replaced odd usage of sprintf() with strcpy()Filippos Karapetis
2011-08-14AGI: Renamed some #defines to our code conventions and moved them to enumsEugene Sandulenko
2011-08-07ALL: Use Graphics::skipThumbnail() where appropriate.Christoph Mallon
2011-06-02AGI: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-10-03AGI: Properly detect the autosave slot in the save dialogTorbjörn Andersson
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-06-18AGI: Change some #defines to enumsMax Horn
2010-06-15AGI: Fix bug #2960567.Eugene Sandulenko
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBaseMax Horn
2009-10-19AGI: cleanupMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-23Commit modified patch from bug report #2849084 "AGI: Crash when saving fallba...Johannes Schickel
2009-08-03Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays):Kari Salminen
2009-07-22Move functions from agi.cpp to more appropriate files.Eugene Sandulenko
2009-06-06Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F...Eugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Stop abusing game flag.Eugene Sandulenko
2009-06-06Store and compare MD5s in the savesEugene Sandulenko
2009-06-06Fix bug #2721940: "AGI: Gold Rush! Restart Option differs from original"Eugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-06-06Decrease number of free memory pages to realistic valueEugene Sandulenko
2009-05-21Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches".Eugene Sandulenko