aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/default
AgeCommit message (Expand)Author
2016-09-18BACKEND: When removing a save files also remove entry from timestamps fileThierry Crozat
2016-09-18BACKENDS: Ignore timestamps for inexistent files in DefaultSaveFileManagerThierry Crozat
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24CLOUD: Replace USE_CLOUD with USE_LIBCURLAlexander Tkachev
2016-08-24CLOUD: Fix saves syncAlexander Tkachev
2016-08-24CLOUD: Update save's timestamp on rewriteAlexander Tkachev
2016-08-24CLOUD: Make OutSaveFile start saves syncAlexander Tkachev
2016-08-24CLOUD: Fix DefaultSaveFileManager againAlexander Tkachev
2016-08-24GUI: Show "locked" saves during syncAlexander Tkachev
2016-08-24CLOUD: Make DefaultSaveFileManager ignore syncing filesAlexander Tkachev
2016-08-24COMMON: Add SaveFileManager::openRawFile()Alexander Tkachev
2016-02-28BACKENDS: Remove request to mail Fingolfin.Johannes Schickel
2016-02-25BACKENDS: Make DefaultSaveFileManager case insensitive.Johannes Schickel
2015-09-14SYMBIAN: Rename define and rephrase commentsWillem Jan Palenstijn
2015-09-14SYMBIAN: Fix compilation error caused by remove macroFedor Strizhnev
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-21COMMON: Allow the savefile manager to create uncompressed savesFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
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
2009-07-10Recreate FSNode after calling checkPath since checkPath mayWillem Jan Palenstijn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
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-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-03* turned DefaultSaveFileManager::checkPath into a virtual methodMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax 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-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
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their SaveFi...Max Horn
2007-12-28Modify DFSM::getSavePath to return a Common::String instead of a char*Max Horn
2007-12-28Change the checkPath() method to receive a String& instead of a char*, to mak...David Corrales
2007-12-28Fixed compilation.Torbjörn Andersson
2007-12-28Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePathMax Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko