aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/vmsave.cpp
AgeCommit message (Collapse)Author
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
svn-id: r20441
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-13Improved savefile error handling:Marcus Comstedt
* New flush() method in WriteStream class to flush pending I/O, in order to detect any I/O errors * Use of flush() and ioFailed() added to scumm engine save function * Dreamcast backend extended to support the new checks svn-id: r19066
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-27Implemented InVMSave::skip().Marcus Comstedt
svn-id: r18471
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-04Dispense with the filename field of InVMSaves.Marcus Comstedt
svn-id: r17911
2005-05-04Cleanup of the cleanup code. :-)Marcus Comstedt
svn-id: r17910
2005-05-04Split VMSave into InVMSave and OutVMSave.Marcus Comstedt
svn-id: r17909
2005-04-27Added eos() method.Marcus Comstedt
svn-id: r17843
2005-04-11TypoMax Horn
svn-id: r17547
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵Max Horn
for loading and one for saving svn-id: r17517
2005-04-03SaveFile stuff now resides in <common/savefile.h>.Marcus Comstedt
svn-id: r17351
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the ↵Max Horn
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-08-26Don't return -1 from read/write, they are uint32...Marcus Comstedt
svn-id: r14788
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
svn-id: r14056
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
svn-id: r11433
2003-11-26GUI now has its own namespace, use it.Marcus Comstedt
svn-id: r11377
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-04-03zlib.h is no longer in ronin/.Marcus Comstedt
svn-id: r6904
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-12-06Display status after saving.Marcus Comstedt
svn-id: r5850
2002-10-18Removed dependency on GameDetector.Marcus Comstedt
svn-id: r5180
2002-09-13Updated for new directory layout.Marcus Comstedt
svn-id: r4931
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-21Initial revisionMax Horn
svn-id: r4785