aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.h
AgeCommit message (Expand)Author
2019-12-09COMMON: Make save compression optional when copyingsluicebox
2019-01-05COMMON: Remove usage of ScopedPtr in OutSaveFileBastien Bouclet
2016-08-24COMMON: Fix WriteStream::pos() once againAlexander Tkachev
2016-08-24CLOUD: Make OutSaveFile start saves syncAlexander Tkachev
2016-08-24CLOUD: Make DefaultSaveFileManager ignore syncing filesAlexander Tkachev
2016-08-24COMMON: Add SaveFileManager::openRawFile()Alexander Tkachev
2016-02-25COMMON: Add documentation about savefile names.Johannes Schickel
2016-02-25COMMON: Beautify SaveFileManager documentation.Johannes Schickel
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-25COMMON: Simplify the documentation in openForSaving()Filippos Karapetis
2012-06-21COMMON: Add a detailed explanation on when to create uncompressed savesFilippos Karapetis
2012-06-21COMMON: Add documentation regarding the new parameter in openForSaving()Filippos Karapetis
2012-06-21COMMON: Allow the savefile manager to create uncompressed savesFilippos Karapetis
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-24COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renam...Littleboy
2010-06-15Fix spelling, cleanupMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2008-11-06Merged SFMError into Common::Error, added some new error codes; revised some ...Max Horn
2008-11-06cleanupMax Horn
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-02-22Some corrections to the SaveFileManager Doxygen commentsMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-30Clarify SaveFileManager::listSavefiles usageMax Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-23SaveFileManager::setError is an internal method; also, pass string to it by-r...Max Horn
2007-11-06Patch #1825132: SAVEFILEMAN: renameSavefile implementationMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-07-29Add a removeSavefile() to the default savefile manager based on the new Commo...David Corrales
2007-07-18Added error codes to the SaveFileManager via the SFMError enum. Also, solved ...David Corrales
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Added class NonCopyable, and made various things derive from itMax Horn
2007-02-17Get rid of Common::SaveFileMax Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2006-06-24Typo, and stress that getSavePath() is not to be used for storing savegames v...Max Horn
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn
2006-04-26Changed InSaveFile (part of the save file system) to inherit from SeekableRea...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn