aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/saveload.cpp
AgeCommit message (Expand)Author
2007-03-08Clarified some commentsMax Horn
2007-02-25Rename C64 engine class, since it is been used by Apple II and Commodore 64 v...Travis Howell
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-10Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERAMax Horn
2007-02-04Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac...Max Horn
2007-02-02Broadened the fix for bug #795214 to make it work with resaves of old savegam...Max Horn
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
2007-01-28Partial fix for bug #1036707 (made by cyx): Get rid of _verbCharset, so that ...Max Horn
2006-12-25Changed ScummEngine::_actors from an Actor array to a an array of Actor point...Max Horn
2006-09-23Removed CHECK_HEAPMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-09-16cleanupMax Horn
2006-07-23No need for packing SaveInfoSection and ThumbnailHeader anymore.Johannes Schickel
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Hardcoding header size of the Thumbnail and of the Info section of scumm games.Johannes Schickel
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-14Whitespace change, and test to see if I'm able to commit now that I've changedTorbjörn Andersson
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
2006-05-29Fix Commodore 64 versionsTravis Howell
2006-04-29Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles...Max Horn
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-03-26Ooops, correct cut and past error in last commitTravis Howell
2006-03-26Increase size of _charsetData to 16 * 23 for HE games, fixes subtitle color g...Travis Howell
2006-03-26Reduce size of saved games for HE games, music/speech resources don't need to...Travis Howell
2006-03-16Add comment about future saveLoad changes C64 maniacTravis Howell
2006-02-25Removed last two uses of MKIDMax Horn
2006-02-25Some more MKID -> MKID_BE changesMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-15Fix for bug #795214 (MI1: Crash on church entry)Max Horn
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko
2006-02-11Moved engines to the new engines/ directoryMax Horn