index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
saves
/
default
/
default-saves.h
Age
Commit message (
Expand
)
Author
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
2010-03-18
Convert some occurences of StringList to StringArray;
Max Horn
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2008-11-03
* turned DefaultSaveFileManager::checkPath into a virtual method
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
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-01-27
Removed trailing spaces.
Jordi Vilalta Prat
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
Patch #1857121: Refactoring of the getSavePath method
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
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-12
Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...
David Corrales
2007-07-08
Initial patch to the listSavefiles method. Now only the existing savegames ar...
David Corrales
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
2006-06-24
Moved savefile code to new 'saves' backend module (work in progress)
Max Horn