aboutsummaryrefslogtreecommitdiff
path: root/simon/saveload.cpp
AgeCommit message (Collapse)Author
2005-12-13Cleanup.Travis Howell
svn-id: r19787
2005-12-08Cleanup.Travis Howell
svn-id: r19759
2005-11-18Remove hard coded language values.Travis Howell
svn-id: r19636
2005-11-12Old targets will be auto updated.Travis Howell
Many non-English versions will be broken until information is updated. svn-id: r19563
2005-11-05Call flush() in the savegame stream, when saving. I think SAGA, Simon andTorbjörn Andersson
BS2 were the last engines that didn't. But I could be mistaken. svn-id: r19463
2005-10-19CleanupTravis Howell
svn-id: r19177
2005-10-19CleanupTravis Howell
svn-id: r19176
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-08Added/stubbed some Feeble opcodes, and fixed a regression that made itTorbjörn Andersson
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958
2005-10-07FF starts VGA script.Travis Howell
svn-id: r18953
2005-10-06Add FF table.Travis Howell
svn-id: r18948
2005-10-03CleanupTravis Howell
svn-id: r18929
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-05-06Use ScummVM code formatting for names.Travis Howell
svn-id: r17930
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
WriteStream are now subclasses of it. * Added new methods eos(), ioFailed(), clearIOFailed() to all streams. This allows better error checking. * SaveFile classes take advantage of these new standard stream APIS * Removed File::gets() * Added SeekableReadStream::readLine() (replaces File::gets) * Added WriteStream::writeString, for convenience svn-id: r17752
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile ↵Max Horn
classes (they are ugly, and to simple, but better than nothing) svn-id: r17589
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵Max Horn
for loading and one for saving svn-id: r17517
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-16Using errno isn't really portable; don't have time to fix this properly ↵Max Horn
right now svn-id: r16086
2004-12-16Split simon.cpp more for PalmOS port.Travis Howell
svn-id: r16078