aboutsummaryrefslogtreecommitdiff
path: root/backends/saves
AgeCommit message (Expand)Author
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-18Code formatting fixesMax Horn
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-06-03Initialise _stream.next_in as well, to silence another Valgrind warning in atTorbjörn Andersson
2007-06-03Initialized _stream.avail_in (and fixed a typo in a comment) after discussingTorbjörn Andersson
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-03-11Reenabled window bit flags for automatica gzip header detection, and document...Max Horn
2007-03-11Adding extra wbits is not supported by all versions of zlib. If they should b...Lars Persson
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-02-19Don't set ioFailed on EOSMax Horn
2007-02-18Accept zlib format files as well when reading.Marcus Comstedt
2007-02-18Const correctnessMax 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-30Moved savefile.cpp to backends, to work around link errorMax Horn
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn