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