aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/default
AgeCommit message (Expand)Author
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
2007-11-03work around lack of errno in ceKostas Nakos
2007-10-31Fixed a long due typo in the error messages inside the DefaultSaveFileManager.David Corrales
2007-10-31Fixed compilation under WindowsFilippos Karapetis
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the do...David Corrales
2007-09-28Symbian OS does not have ELOOP defined as an error, so #ifdef around those tw...Lars Persson
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when r...Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-07-29Add a removeSavefile() to the default savefile manager based on the new Commo...David Corrales
2007-07-18Added error codes to the SaveFileManager via the SFMError enum. Also, solved ...David Corrales
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-07-08Fixed a very strange bug with strings. Also added a couple sanity checks.David Corrales
2007-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
2007-07-08Initial patch to the listSavefiles method. Now only the existing savegames ar...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-16Add a flag which makes it possible to disable the default savefile man (for b...Max Horn
2007-02-18Replaced the old code for compressed savegames (which was using the gzopen/gz...Max Horn
2007-01-21Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/...Max Horn
2006-11-04Fixed and updated Palm save managerChris Apers
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn