aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2006-11-11Fix valgrind warning on unitialized variable.Travis Howell
svn-id: r24676
2006-11-08Fix bug #1590596: "HE: When 3x graphics are choosen, F5 crashes game"Eugene Sandulenko
svn-id: r24656
2006-11-08Fix bug #1592006: "IMUSE: Typo in sysex_scumm.cpp ?"Eugene Sandulenko
svn-id: r24655
2006-11-07simplified SRLE decoding, cleanupGregory Montoir
svn-id: r24653
2006-11-07Disabled an undocumented workaround for a supposed bug in FOAMax Horn
svn-id: r24652
2006-11-07cleanupMax Horn
svn-id: r24650
2006-11-06added SRLE handler, cleanupGregory Montoir
svn-id: r24643
2006-11-06cleanupJohannes Schickel
svn-id: r24642
2006-11-06Portability fix for some platforms.Eugene Sandulenko
svn-id: r24641
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
svn-id: r24636
2006-11-05SO_ROOM_INTENSITY isn't used by SCUMM V1 - 4 gamesTravis Howell
svn-id: r24616
2006-11-04SCUMM cleanupMax Horn
svn-id: r24612
2006-11-03Fixed bad namespace comments spotted by clone2727.Torbjörn Andersson
svn-id: r24588
2006-11-02Add video code for HE100 gamesTravis Howell
svn-id: r24586
2006-11-01Ooops, move code to correct functionTravis Howell
svn-id: r24585
2006-11-01Enable Bink video playback in HE100 gamesTravis Howell
svn-id: r24584
2006-11-01Workaround for bug #1586894Max Horn
svn-id: r24582
2006-11-01Removed unnecessary newline from warning message. (But why did I get thisTorbjörn Andersson
message in the first place?) svn-id: r24581
2006-10-30HACK no longer required for MM demo modeTravis Howell
svn-id: r24576
2006-10-30Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't ↵Travis Howell
checked in runScriptNested(), when restarting script in SCUMM 1/2. svn-id: r24575
2006-10-29SCUMM: Avoid crash in debugger when omitting the state value in 'object ↵Max Horn
state VALUE' svn-id: r24572
2006-10-29SCUMM: The didexec flag did not exist in V0-V2; minor cleanupMax Horn
svn-id: r24571
2006-10-29Named / documented the V0-V2 object states (we should probably rename the ↵Max Horn
corresponding opcodes here and in descumm to make reading script dumps easier) svn-id: r24566
2006-10-29cleanupMax Horn
svn-id: r24565
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-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-25Add Macintosh version of Backyard Football 2002Travis Howell
svn-id: r24490
2006-10-24const correctnessMax Horn
svn-id: r24488
2006-10-24Add back football2002 targetTravis Howell
svn-id: r24478
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-10-21cleanupMax Horn
svn-id: r24407
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
svn-id: r24395
2006-10-19SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit ↵Max Horn
easier to find spots where we convert between C64-style coordinates and pixel coordinates (but beware, this probably doesnt't cover all relevant instances) svn-id: r24384
2006-10-19cleanupMax Horn
svn-id: r24383
2006-10-18cleanupMax Horn
svn-id: r24373
2006-10-18cleanupMax Horn
svn-id: r24372
2006-10-18SCUMM: Got rid of BompHeaderMax Horn
svn-id: r24371
2006-10-18SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box ↵Max Horn
param: we now abort instead of ignoring it silently. May cause some trivial-to-fix regressions svn-id: r24369