aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
AgeCommit message (Expand)Author
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-28Fix load/save game regression in HE90+ games.Travis Howell
2005-05-26Fix bad endian bug in thumbnails codeMax Horn
2005-05-23Add Sprite class and move over related functions.Travis Howell
2005-05-23Turn Wiz struct into class as requested.Eugene Sandulenko
2005-05-21Add patch from cyx for:Travis Howell
2005-05-18Add C64 palette.Eugene Sandulenko
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
2005-05-13Didn't need to break HE70 saved games after all.Travis Howell
2005-05-13Comment typo.Torbjörn Andersson
2005-05-11Broke HE70 saved games too, due to activity.Travis Howell
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-09Last part of patch #1163026 (Thumbnails for ScummEngine)Max Horn
2005-04-26Added a few more commentsMax Horn
2005-04-26Fixed incorrect use of kMainVirtScreenMax Horn
2005-04-26Save _hePalettes in HE99+ games.Travis Howell
2005-04-26Save addtion HE opcodes specific variables.Travis Howell
2005-04-26Make use of the new loadRoomSubBlocks (which only loads static room data now)...Max Horn
2005-04-26Clean up HE save/load code, at the cost of savegame compatibility (v71he and ...Max Horn
2005-04-26Comment correctionsMax Horn
2005-04-26Added/corrected some comments; moved NES costume init code to a more appropri...Max Horn
2005-04-26Removed the ugly saveOrLoadCursorImages hack and instead properly overload Sc...Max Horn
2005-04-26Call setupVolumes in a more appropriate part of the save/load codeMax Horn
2005-04-26Use an intermediate variable, to ease debuggingMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-08load/save sprite data in HE90+ games.Travis Howell
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-04-05Clear the text surface when loading a saved game, otherwise any text thatTorbjörn Andersson
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-28typoMax Horn
2005-03-25MM NES fixes:Eugene Sandulenko
2005-03-25Moved _roomStrips to class Gdi; put some GFX pre-room init code into the new ...Max Horn
2005-03-25Cleanup: collect the C64 specific render data into a struct inside class GdiMax Horn
2005-03-15Use better variable names...Max Horn
2005-03-07Allow EGA option in Amiga/Atari ST games.Travis Howell
2005-03-02When restoring older savegames, fill the script slot 'cycle' fields withTorbjörn Andersson
2005-02-28Add support for script cycles used by HE90+ games.Travis Howell
2005-01-29Renamed _localScriptList to _localScriptOffsets for clarityMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Fixed bug #1093845 after discussing with Fingolfin.Torbjörn Andersson
2005-01-01Updated copyrightMax Horn
2004-12-21Missed lineTravis Howell
2004-12-21_HEV7ActorPalette doesn't need to be saved.Travis Howell
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actu...Gregory Montoir
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-27fixed potiential problem in scumm save/load codeGregory Montoir
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and simp...Gregory Montoir
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn