Age | Commit message (Expand) | Author |
2016-10-17 | ALL: Fix compilation with disabled cloud but enabled libcurl | Eugene Sandulenko |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko |
2016-09-18 | BACKEND: When removing a save files also remove entry from timestamps file | Thierry Crozat |
2016-09-18 | BACKENDS: Ignore timestamps for inexistent files in DefaultSaveFileManager | Thierry Crozat |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev |
2016-08-24 | CLOUD: Replace USE_CLOUD with USE_LIBCURL | Alexander Tkachev |
2016-08-24 | CLOUD: Fix saves sync | Alexander Tkachev |
2016-08-24 | CLOUD: Update save's timestamp on rewrite | Alexander Tkachev |
2016-08-24 | CLOUD: Make OutSaveFile start saves sync | Alexander Tkachev |
2016-08-24 | CLOUD: Fix DefaultSaveFileManager again | Alexander Tkachev |
2016-08-24 | GUI: Show "locked" saves during sync | Alexander Tkachev |
2016-08-24 | CLOUD: Make DefaultSaveFileManager ignore syncing files | Alexander Tkachev |
2016-08-24 | COMMON: Add SaveFileManager::openRawFile() | Alexander Tkachev |
2016-02-28 | BACKENDS: Remove request to mail Fingolfin. | Johannes Schickel |
2016-02-25 | BACKENDS: Make DefaultSaveFileManager case insensitive. | Johannes Schickel |
2015-09-14 | SYMBIAN: Rename define and rephrase comments | Willem Jan Palenstijn |
2015-09-14 | SYMBIAN: Fix compilation error caused by remove macro | Fedor Strizhnev |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-06-21 | COMMON: Allow the savefile manager to create uncompressed saves | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn |
2010-11-05 | WINCE: Remove tons of obsolete workaround code for 'missing' headers and funcs | Max Horn |
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn |
2009-07-10 | Recreate FSNode after calling checkPath since checkPath may | Willem Jan Palenstijn |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-02-28 | Fix annoying warnings in the default savemanager | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-21 | Since we don't have FSNode::lookupFile() any more, switch to using | Torbjörn Andersson |
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ... | Max Horn |
2008-11-03 | * turned DefaultSaveFileManager::checkPath into a virtual method | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-07 | Remove SYMBIAN special handing from default handler. | Lars Persson |
2008-09-03 | Some cleanup by peres | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-02 | Added missing include. | Johannes Schickel |
2008-08-04 | Pushed some port specific code from DefaultSaveFileManager out to port specif... | Max Horn |
2008-08-04 | Modified DefaultSaveFileManager::checkPath to perform at least basic checks o... | Max Horn |
2008-08-04 | Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e... | Max Horn |
2008-08-04 | DefaultSaveFileManager: Killed class StdioSaveFile, used FilesystemNode::open... | Max Horn |
2008-08-04 | Removed join_paths from default save manager, and use FSNode API instead (may... | Max Horn |
2008-07-07 | Don't let listSavefiles() search subdirectories. Files with the same name (in... | Sven Hesse |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-10 | Fix DefaultSaveFileManager::listSavefiles to return the savefile *name*, not ... | Max Horn |
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their SaveFi... | Max Horn |
2007-12-28 | Modify DFSM::getSavePath to return a Common::String instead of a char* | Max Horn |
2007-12-28 | Change the checkPath() method to receive a String& instead of a char*, to mak... | David Corrales |
2007-12-28 | Fixed compilation. | Torbjörn Andersson |