aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/vmsave.cpp
AgeCommit message (Collapse)Author
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-09-13Big patch changing the signature of various Stream methods (some ports may ↵Max Horn
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514
2008-02-03Use vmsfs_delete_file now that libronin supports it...Marcus Comstedt
svn-id: r30772
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
svn-id: r29765
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
svn-id: r29764
2007-10-03* Added removeSavefile()Marcus Comstedt
* New style listSavefiles() using a glob svn-id: r29153
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-02-18flush()->finalize()Marcus Comstedt
svn-id: r25683
2006-10-22Modularization.Marcus Comstedt
svn-id: r24453
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357