index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
savefile.h
Age
Commit message (
Expand
)
Author
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