aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-10-28Fix cursor palette in Elvira 1Travis Howell
svn-id: r24552
2006-10-28Add shield cursor for Elvira 1Travis Howell
svn-id: r24551
2006-10-28Fix the heart beat in Elvira 2Travis Howell
svn-id: r24550
2006-10-28Update debug tablesTravis Howell
svn-id: r24549
2006-10-28Add code for vc37_pokePaletteTravis Howell
svn-id: r24548
2006-10-28Add more fixes for Elvira 1Travis Howell
svn-id: r24547
2006-10-28SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclassMax Horn
svn-id: r24546
2006-10-28SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek()Max Horn
svn-id: r24545
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from ↵Max Horn
Common::SeekableReadStream svn-id: r24544
2006-10-28SCUMM: Got rid of smush/chunk_type.hMax Horn
svn-id: r24543
2006-10-28SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ↵Max Horn
got rid of one set of memory buffers svn-id: r24542
2006-10-28SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ↵Max Horn
necessary conversions for us, no need to waste memory like this); fix SmushMixer to not allocate buffers twice as big as necessary svn-id: r24541
2006-10-27const and static, static and const, const and static, static and const... ↵Max Horn
now everybody repeat it with me... 8-) svn-id: r24540
2006-10-27Oops, forgot to check in engines/scumm/module.mkMax Horn
svn-id: r24539
2006-10-27SCUMM: Unified some more SMUSH audio channel codeMax Horn
svn-id: r24538
2006-10-27SCUMM: Unified some SMUSH audio channel codeMax Horn
svn-id: r24536
2006-10-27CleanupTravis Howell
svn-id: r24533
2006-10-27Var 254 is only reset, when reseting animations in later gamesTravis Howell
svn-id: r24532
2006-10-27CleanupTravis Howell
svn-id: r24531
2006-10-27Update commentTravis Howell
svn-id: r24530
2006-10-27Update dump code for additional gamesTravis Howell
svn-id: r24529
2006-10-27Update names in opcode tablesTravis Howell
svn-id: r24528
2006-10-27CleanupTravis Howell
svn-id: r24527
2006-10-27Script 160 is only used when clearing timers in Simon 1/2Travis Howell
svn-id: r24526
2006-10-27Ooops, fix Elvira 1 regressionTravis Howell
svn-id: r24525
2006-10-27Add code for look opcode in elvira 1Travis Howell
svn-id: r24524
2006-10-27Limit game specific codeTravis Howell
svn-id: r24523
2006-10-27Limit subtitle speed keys to Simon 1/2Travis Howell
svn-id: r24522
2006-10-26Add font table for Czech version of Simon 2Travis Howell
svn-id: r24519
2006-10-25Switch error to warning, since code is compatbile with football2002 tooTravis Howell
svn-id: r24516
2006-10-25cleanupMax Horn
svn-id: r24514
2006-10-25#ifndef DISABLE_SCUMM_7_8 missingBertrand Augereau
svn-id: r24509
2006-10-25Missing include file (for ScummEngine_v6 symbol)Bertrand Augereau
svn-id: r24508
2006-10-25Update commentsTravis Howell
svn-id: r24502
2006-10-25CleanupTravis Howell
svn-id: r24501
2006-10-25Add back delay between script restartsTravis Howell
svn-id: r24500
2006-10-25Remove unused script codeTravis Howell
svn-id: r24499
2006-10-25Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1Travis Howell
svn-id: r24498
2006-10-25Revert debug changesTravis Howell
svn-id: r24496
2006-10-25Remove unused script opcodesTravis Howell
svn-id: r24495
2006-10-25Correction to script opcode table for FFTravis Howell
svn-id: r24494
2006-10-25Corrections to script opcode table for PPTravis Howell
svn-id: r24493
2006-10-25Add more opcodes for Elvira 1/2Travis Howell
svn-id: r24492
2006-10-25Add class code used by scripts in Elvira 1Travis Howell
svn-id: r24491
2006-10-25Add Macintosh version of Backyard Football 2002Travis Howell
svn-id: r24490
2006-10-24const correctnessMax Horn
svn-id: r24488
2006-10-24Rename variableTravis Howell
svn-id: r24487
2006-10-24Add more menu code for Elvira 1Travis Howell
svn-id: r24486
2006-10-24Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". Johannes Schickel
svn-id: r24485
2006-10-24Fix for (reopened) bug #1582149 ("KYRA1: Crash when meeting Malcolm").Johannes Schickel
svn-id: r24480