aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
AgeCommit message (Expand)Author
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
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-05Patch #697846: Fix for graphics glitches after savingMax Horn
2003-02-08more access cleanup; also reorderd some method/function declarations in class...Max Horn
2003-01-26Patch 671701: SO_TALK_FREQUENCYJames Brown
2003-01-16fix off by one bug in gfxUsageBits code; fixed small glitch the actor iterati...Max Horn
2003-01-15localvar fix take 2. Note that ship-to-ship combat is still impossible (canno...James Brown
2003-01-15ComI uses more localsJames Brown
2003-01-15increased variable size from 16 to 32 bitsMax Horn
2003-01-15Comments regarding use of sle16 for 32bit variables.. :PJames Brown
2003-01-14fix saveload bug introduced 2 days agoMax Horn
2003-01-14Patch 667613: Extend gfxUsageBits[]James Brown
2003-01-13added V8 scaling codeMax Horn
2003-01-09fixed the 'too many verbs' bug: verbid is 16 bits but was stored in save game...Max Horn
2002-12-31more cleanupMax Horn
2002-12-26fixed verb scriptsMax Horn
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-23renamed new_1, new_2, new_3 in class ActorMax Horn
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
2002-12-16stop CD when loading a savegameMax Horn
2002-12-15cleanup - we now know that the frame field in Actor is needed, we just have t...Max Horn
2002-12-13cleaned up autosave codeMax Horn
2002-12-10Fix for bug #651310: Crash when savingMax Horn
2002-12-09cleanupMax Horn
2002-12-08Patch #650085: Make saveload system extensibleMax Horn