aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
AgeCommit message (Collapse)Author
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵Max Horn
for loading and one for saving svn-id: r17517
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-30Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ↵Max Horn
the command line option has higher priority); i.e. it's affecting the config system (see also bug #1045171) svn-id: r16391
2004-12-11Update CE default savepathNicolas Bacca
svn-id: r16027
2004-11-27Moved 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-25Cleaned up SaveFileManager stuff a little bitMax Horn
svn-id: r14056
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ↵Max Horn
mails on scummvm-devel) svn-id: r13595
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
svn-id: r11544
2003-11-30zlib compression works *very* well, factor 3-6 in my test cases. Personally ↵Max Horn
I'd make zlib support the default... svn-id: r11435
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
svn-id: r11433
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-10-12EVC : compile differentNicolas Bacca
svn-id: r10744
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10149
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626