aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
AgeCommit message (Collapse)Author
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