Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Littleboy | |
SaveFileManager::renameSavefile() to use it | |||
2010-06-15 | Fix spelling, cleanup | Max Horn | |
svn-id: r49843 | |||
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn | |
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ↵ | Max Horn | |
error handling in DefaultSaveManager svn-id: r34915 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34910 | |||
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn | |
svn-id: r33606 | |||
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented ↵ | Max Horn | |
DumpFile::flush() svn-id: r33604 | |||
2008-02-22 | Some corrections to the SaveFileManager Doxygen comments | Max Horn | |
svn-id: r30913 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-30 | Clarify SaveFileManager::listSavefiles usage | Max Horn | |
svn-id: r30077 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-23 | SaveFileManager::setError is an internal method; also, pass string to it ↵ | Max Horn | |
by-ref not by-value svn-id: r29967 | |||
2007-11-06 | Patch #1825132: SAVEFILEMAN: renameSavefile implementation | Max Horn | |
svn-id: r29433 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new ↵ | David Corrales | |
Common::File::remove(). svn-id: r28282 | |||
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ↵ | David Corrales | |
TODO's in the default-saves implementation. svn-id: r28140 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn | |
svn-id: r26163 | |||
2007-02-17 | Get rid of Common::SaveFile | Max Horn | |
svn-id: r25666 | |||
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2006-06-24 | Typo, and stress that getSavePath() is not to be used for storing savegames ↵ | Max Horn | |
via Common::File svn-id: r23286 | |||
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn | |
svn-id: r23282 | |||
2006-04-26 | Changed InSaveFile (part of the save file system) to inherit from ↵ | Max Horn | |
SeekableReadStream, meaning that savegames opened for reading now are seekable (DC, PS2, Palm ports will have to be updated accordingly) svn-id: r22180 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18449 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-08 | New method InSaveFile::skip() | Max Horn | |
svn-id: r17979 | |||
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn | |
WriteStream are now subclasses of it. * Added new methods eos(), ioFailed(), clearIOFailed() to all streams. This allows better error checking. * SaveFile classes take advantage of these new standard stream APIS * Removed File::gets() * Added SeekableReadStream::readLine() (replaces File::gets) * Added WriteStream::writeString, for convenience svn-id: r17752 | |||
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile ↵ | Max Horn | |
classes (they are ugly, and to simple, but better than nothing) svn-id: r17589 | |||
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵ | Max Horn | |
for loading and one for saving svn-id: r17517 | |||
2005-01-09 | Ensure these headers match the rest of ScummVM | Max Horn | |
svn-id: r16505 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn | |
svn-id: r14056 | |||
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ↵ | Max Horn | |
mails on scummvm-devel) svn-id: r13595 | |||
2003-11-30 | oops forgot to commit this one, it seems | Max Horn | |
svn-id: r11434 | |||
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt | |
svn-id: r9626 | |||
2003-08-10 | Doesn't look like these are used anymore. | Marcus Comstedt | |
svn-id: r9623 | |||
2003-08-07 | Fix newline warning | Chris Apers | |
svn-id: r9587 | |||
2003-08-07 | No more needed ... Arisme, your turn | Chris Apers | |
svn-id: r9586 |