aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
AgeCommit message (Expand)Author
2003-08-30Fixed bad AND operator. May invalidate savegames from the last 24 hoursJamieson Christian
2003-08-29Only needed for versions 1 - 4Travis Howell
2003-08-29Replaced VER_V* notation for savegames withJamieson Christian
2003-08-29Added _roomPalette to savegame.Jamieson Christian
2003-08-16FixedChris Apers
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
2003-08-07In fact, Nicolas, this is no more needed :)Chris Apers
2003-08-06Remove old tweak that can break the music when restoring now ... Chris, you s...Nicolas Bacca
2003-08-05V1 preposition support, but broken.James Brown
2003-07-28Fix for bug #778060 ("DOTT: Subtitle drawing glitch").Torbjörn Andersson
2003-07-15Fix for Bug [766851] ALL: MIDI fragment repeats after close upsJamieson Christian
2003-07-14Redraw screen when loading v1 saved gameTravis Howell
2003-07-14Split the v1 palette, since there is a minor difference.Travis Howell
2003-07-11Missed one sectionTravis Howell
2003-06-17Cleanup.Torbjörn Andersson
2003-06-15made stuff in class Sound protected where possible; moved readCreativeVocFile...Max Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-06-05added v1 gfx codec, (not working)Paweł Kołodziejski
2003-06-05restricted check to V2, stupid mistakeMax Horn
2003-06-05modified commentMax Horn
2003-06-05Regenerate strip table when loadingMax Horn
2003-06-01charset masking fixes, mostly for The Dig (hey I think I finally almost under...Max Horn
2003-05-31FIXME comment addedMax Horn
2003-05-29removed obsoleteMax Horn
2003-05-28Patch #743228: Storing mouse cursor info in savegames; Also, increased NUM_SC...Max Horn
2003-05-26No more neededChris Apers
2003-05-26moved Actor SaveLoadEntry definition to actor.cpp; made findPathTowards/findP...Max Horn
2003-05-23Fixed VC++ warningsJamieson Christian
2003-05-23added support in the save/load system for 2 dimensional arrays; used this for...Max Horn
2003-05-22from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence p...Max Horn
2003-05-22renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrameMax Horn
2003-05-22Fix V2 userface stuff in savestateJames Brown
2003-05-19renamed ScriptSlot::unk1/unk2 to freezeResistant/recursiveMax Horn
2003-05-16SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with o...Max Horn
2003-05-15some more ScummVM::RectMax Horn
2003-05-15Make use of ScummVM::RectMax Horn
2003-05-15_saveSound implementationJamieson Christian
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-12swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-05renamed XYFactor/YXFactor to XYFactor, YXFactor/deltaYFactor (they denote how...Max Horn
2003-05-03Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA)Max Horn
2003-05-01various music related changes and cleanup; also modified MonkeyVGA music sync...Max Horn
2003-04-30PalmOS changesMax Horn
2003-04-28get rid of one of the obscure variable namesJonathan Gray
2003-04-23fix loading GF_OLD_BUNDLE gamesJonathan Gray
2003-04-11fix for ega palette, morePaweł Kołodziejski
2003-03-18cleanupMax Horn