aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
AgeCommit message (Expand)Author
2006-04-26Use the joined filename for savegames, otherwise saves will be stored in theTorbjörn Andersson
2006-04-26Changed InSaveFile (part of the save file system) to inherit from SeekableRea...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Change PalmOS identChris Apers
2005-08-16Added: PSP backendJoost Peters
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-08Silly copy & paste error :-)Max Horn
2005-05-08New method InSaveFile::skip()Max Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-05-05Fixed some doxygen warningsMax Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ...Max Horn
2004-12-11Update CE default savepathNicolas Bacca
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
2003-11-30zlib compression works *very* well, factor 3-6 in my test cases. Personally I...Max Horn
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
2003-10-12EVC : compile differentNicolas Bacca
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt