Age | Commit message (Expand) | Author |
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 |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile c... | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-01-09 | Ensure these headers match the rest of ScummVM | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn |
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ma... | Max Horn |
2003-11-30 | oops forgot to commit this one, it seems | Max Horn |
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt |
2003-08-10 | Doesn't look like these are used anymore. | Marcus Comstedt |
2003-08-07 | Fix newline warning | Chris Apers |
2003-08-07 | No more needed ... Arisme, your turn | Chris Apers |
2003-05-21 | more pedantic changes | Max Horn |
2003-04-30 | more PalmOS changes | Max Horn |
2002-12-17 | added missing #include <string.h> (for memset) | Max Horn |
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt |