Age | Commit message (Expand) | Author |
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-20 | - Committed Max' compressed save backseeking support from patch #2050337 "KYR... | 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 |
2007-12-28 | Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath | Max Horn |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-12-10 | When renaming a savefile, close the old file before deleting it to avoid errors. | Nicola Mettifogo |
2007-11-06 | Patch #1825132: SAVEFILEMAN: renameSavefile implementation | Max Horn |
2007-11-03 | work around lack of errno in ce | Kostas Nakos |
2007-10-31 | Fixed a long due typo in the error messages inside the DefaultSaveFileManager. | David Corrales |
2007-10-31 | Fixed compilation under Windows | Filippos Karapetis |
2007-10-31 | Removed the Common::File::removeFile() methods, and moved their implementatio... | David Corrales |
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the do... | David Corrales |
2007-09-28 | Symbian OS does not have ELOOP defined as an error, so #ifdef around those tw... | Lars Persson |
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when r... | Travis Howell |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new Commo... | David Corrales |
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ... | David Corrales |
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It n... | David Corrales |
2007-07-08 | Fixed a very strange bug with strings. Also added a couple sanity checks. | David Corrales |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-07-08 | Initial patch to the listSavefiles method. Now only the existing savegames ar... | David Corrales |
2007-06-03 | Initialise _stream.next_in as well, to silence another Valgrind warning in at | Torbjörn Andersson |
2007-06-03 | Initialized _stream.avail_in (and fixed a typo in a comment) after discussing | Torbjörn Andersson |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for b... | Max Horn |
2007-03-11 | Reenabled window bit flags for automatica gzip header detection, and document... | Max Horn |
2007-03-11 | Adding extra wbits is not supported by all versions of zlib. If they should b... | Lars Persson |
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko |
2007-02-19 | Don't set ioFailed on EOS | Max Horn |
2007-02-18 | Accept zlib format files as well when reading. | Marcus Comstedt |
2007-02-18 | Const correctness | Max Horn |
2007-02-18 | Replaced the old code for compressed savegames (which was using the gzopen/gz... | Max Horn |
2007-01-21 | Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/... | Max Horn |
2006-11-04 | Fixed and updated Palm save manager | Chris Apers |
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown |