aboutsummaryrefslogtreecommitdiff
path: root/backends/saves
AgeCommit message (Expand)Author
2011-05-23BACKENDS: Move SCUMMVM_SAVEPATH env var handling to POSIX savefile managerMax Horn
2011-05-23SAMSUNGTV: update portPawel Kolodziejski
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-08IRIX: Fix compilationJoost Peters
2011-05-03PSP: Fix more forbidden symbol clashesMax Horn
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-03-24COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renam...Littleboy
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-05WINCE: Remove tons of obsolete workaround code for 'missing' headers and funcsMax Horn
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-09added support for samsung tvPaweł Kołodziejski
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
2009-07-10Recreate FSNode after calling checkPath since checkPath mayWillem Jan Palenstijn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-02-28Fix annoying warnings in the default savemanagerMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-22Get rid of the wrappers around the zlib stream wrapper wrappers ;)Max Horn
2009-01-22Revert my previous commit. File still produces error 'wrapCompressedReadStre...Max Horn
2009-01-22Removed incorrect Common:: prefix from stuff that is not part of namespace Co...Max Horn
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-21Since we don't have FSNode::lookupFile() any more, switch to usingTorbjörn Andersson
2008-11-06Merged SFMError into Common::Error, added some new error codes; revised some ...Max Horn
2008-11-03add PSPSaveFileManager class (subclassed DefaultSaveFileManager)Joost Peters
2008-11-03* turned DefaultSaveFileManager::checkPath into a virtual methodMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
2008-09-15Turned compressed savefile wrapper into a generic stream wrapperMax Horn
2008-09-15fix eos() behaviour for CompressedInSaveFileWillem Jan Palenstijn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-07Remove SYMBIAN special handing from default handler.Lars Persson
2008-09-03Some cleanup by peresMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02Added missing include.Johannes Schickel
2008-08-20- Committed Max' compressed save backseeking support from patch #2050337 "KYR...Johannes Schickel
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port specif...Max Horn
2008-08-04Modified DefaultSaveFileManager::checkPath to perform at least basic checks o...Max Horn
2008-08-04Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e...Max Horn
2008-08-04DefaultSaveFileManager: Killed class StdioSaveFile, used FilesystemNode::open...Max Horn
2008-08-04Removed join_paths from default save manager, and use FSNode API instead (may...Max Horn
2008-07-07Don't let listSavefiles() search subdirectories. Files with the same name (in...Sven Hesse
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-10Fix DefaultSaveFileManager::listSavefiles to return the savefile *name*, not ...Max Horn