aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
AgeCommit message (Expand)Author
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
2002-12-07Fixed bad music volumes after loadJamieson Christian
2002-12-07Fixed music overlaps when running ScummVM with the -x optionJamieson Christian
2002-12-04even more cleanupMax Horn
2002-12-04lots of cleanup to the graphics code; removed various global states (makes it...Max Horn
2002-12-01moved RNG to common/util.cppOliver Kiehl
2002-11-29cleanupMax Horn
2002-11-10increasing actor palette to 256Paweł Kołodziejski
2002-11-06applied patch: #634326, and changed strip ranges for after and before scumm v7,Paweł Kołodziejski
2002-11-06added a FIXMEMax Horn
2002-10-28Add support for aliased scummvm config entries.James Brown
2002-10-24TODO commentMax Horn
2002-10-23Actor::frame is never set, this should be researchedMax Horn
2002-10-15cleanup sfx and music in imuse, changed talkdelay description(disable) in the...Paweł Kołodziejski
2002-10-01added stopAll in ImusePaweł Kołodziejski
2002-09-24Patch 609334: PalManip save/load/init fixes.James Brown
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-22tied to fix 'non-POD type' warning in some GCC versions; moved some common co...Max Horn
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I origina...Max Horn
2002-09-21Add the following patches:Travis Howell
2002-08-31changed resolution values from static to dynamic, I hope I don't break somethingPaweł Kołodziejski
2002-08-29sound system cleanupMax Horn
2002-08-29some cleanup/refactoringMax Horn
2002-08-26some cleanup to the save/load code... I think some more wouldn't hurt :-)Max Horn
2002-08-26fix endian issue for old savegames created on big endian system when trying t...Max Horn
2002-08-25Fix for #556564Ralph Brorsen