aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2011-04-18SCUMM: Make use of new Common::Error typeMax Horn
2011-04-18COMMON: Remove kInvalidPathErrorMax Horn
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-17SCUMM: Add md5 from bug #3264965 for fbpackEugene Sandulenko
2011-04-14SCUMM: TypoMax Horn
2011-04-13SCUMM: Use shared ADPCM data tablesMax Horn
2011-04-13SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15)Max Horn
2011-04-13SCUMM: Resolve some code duplicationMax Horn
2011-04-13SCUMM: Move ADPCM decoder into separate functionMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-05SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE...Max Horn
2011-04-05SCUMM: Rename InfoStuff to SaveStateMetaInfosMax Horn
2011-04-05SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s...Max Horn
2011-04-05SCUMM: CleanupMax Horn
2011-04-05SCUMM: Fix off-by-one mistakes in out-of-bounds checks; name some constantsMax Horn
2011-04-04SCUMM: Extend debug command 'object' to allow querying stateMax Horn
2011-04-04SCUMM: Extend workaround for bug #1668393 (see bug #3267665)Max Horn
2011-04-04SCUMM: Check for cutSceneStackPointer underflowsMax Horn
2011-04-02SCUMM: Add support for append mode to o72_openFile()Matthew Hoops
2011-04-01SCUMM: Make sure finalize is called from o60_closeFile()Matthew Hoops
2011-04-01SCUMM: Stub off file append mode in o72_openFile()Matthew Hoops
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-23SCUMM: Remove unused iMuse MIDI 'passthrough' codeMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-22I18N: Break keyboard shortcut translation by keyThierry Crozat
2011-03-22Merge branch 'master' of https://github.com/scummvm/scummvmathrxx
2011-03-22SCUMM FM-TOWNS: cleanup (thx LordHoto)athrxx
2011-03-19SCUMM: Cleanup syncSoundSettings()dhewg
2011-03-19SCUMM: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-06SCUMM: Use the new WinCursor code in SCUMM HEMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-02-22SCUMM: Use the new PEResources class for HE cursorsMatthew Hoops
2011-02-20SCUMM: More DISABLE_TOWNS_DUAL_LAYER_MODE messdhewg
2011-02-14SCUMM: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-13SCUMM FM-TOWNS: minor cleanup (git test)athrxx
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07SCUMM: Avoid hiding overloaded virtual methodMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-30SCUMM: Fix Valgrind mismatched delete errors in SMUSH channel base class.David Turner
2011-01-30SCUMM: Remove direct usage of OSystem quit() function in SCUMM engine code.David Turner
2011-01-28SCUMM: Fix bug #3167036 - BluesBirthday: Crash in the demo.Travis Howell
2011-01-25SCUMM: Restore the missing copyright for the PE code (wrongfully removed in r...Matthew Hoops
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-16SCUMM: Prefer "Could not" over "Couldn't" in some error messages.Johannes Schickel