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
/
platform
/
dc
/
vmsave.cpp
Age
Commit message (
Expand
)
Author
2016-09-28
DC: Fix indentation
Marcus Comstedt
2016-09-27
DC: Ignore case for VM filenames
Marcus Comstedt
2016-08-31
DC: Fix VMSaveManager
Alexander Tkachev
2016-08-04
DC: Fix compilation
Eugene Sandulenko
2016-08-04
BACKENDS: Fix DC's OutVMSave to have pos()
Alexander Tkachev
2016-02-26
DREAMCAST: Re-fix listing of savegames
Marcus Comstedt
2016-02-25
DREAMCAST: Fix listing of savefiles.
Johannes Schickel
2014-02-18
DC: Make GPL headers consistent in themselves.
Johannes Schickel
2012-06-25
COMMON: Also adapt openForSaving() in the DC and N64 backends
Filippos Karapetis
2011-06-06
DC: Allow use of all symbols
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
DC: Fix various forbidden symbol clashes
Max Horn
2011-05-03
BACKENDS: Allow various files to use stuff from time.h
Max Horn
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-03-18
Convert some occurences of StringList to StringArray;
Max Horn
2010-01-28
Silenced some more cppcheck style warnings.
Torbjörn Andersson
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-03-21
Fixed some warnings.
Marcus Comstedt
2009-03-17
Removed superfluous comma and namespace specifier.
Marcus Comstedt
2009-01-22
Get rid of the wrappers around the zlib stream wrapper wrappers ;)
Max Horn
2009-01-02
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...
Johannes Schickel
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-02-03
Use vmsfs_delete_file now that libronin supports it...
Marcus Comstedt
2007-12-08
Use "new" framework for compressed saves...
Marcus Comstedt
2007-12-08
Fixed bug in glob matching function.
Marcus Comstedt
2007-10-03
* Added removeSavefile()
Marcus Comstedt
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-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-18
flush()->finalize()
Marcus Comstedt
2006-10-22
Modularization.
Marcus Comstedt
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-06-30
Moved backends/dc into new platform directory.
Marcus Comstedt