aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-27cleanupMax Horn
svn-id: r24537
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-26Increase timer accuracy againMax Horn
svn-id: r24518
2006-10-25Switch error to warning, since code is compatbile with football2002 tooTravis Howell
svn-id: r24516
2006-10-25Rewrote the DefaultTimerManager to use a priority queue instead of a fixed ↵Max Horn
size slot array (semantics of timers changed slightly due to this in lag situations) svn-id: r24515
2006-10-25cleanupMax Horn
svn-id: r24514
2006-10-25- Fix crash if theme_logo.visible is set to true in a classic theme config fileJohannes Schickel
svn-id: r24513
2006-10-25- renamed GUI::ThemeNew to GUI::ThemeModernJohannes Schickel
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512
2006-10-25Formatting.Johannes Schickel
svn-id: r24511
2006-10-25Compile fix when DISABLE_FANCY_THEMES is #definedBertrand Augereau
svn-id: r24510
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 GP2X port to support Fingolfin's ongoing implementation of the ↵John Willis
Modular Backends ideas :). Also add a few updates from my local tree (Batt level checking and STDOUT/STDERR file mapping code stolen from the Symbian backend (thanks)). svn-id: r24507
2006-10-25DS : Blind backends changes to comply to fingolfin's changesBertrand Augereau
svn-id: r24506
2006-10-25DS : Yet another scaling helpersBertrand Augereau
svn-id: r24505
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ↵Bertrand Augereau
the old callbacks svn-id: r24504
2006-10-25Compile fixBertrand Augereau
svn-id: r24503
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-25DS : 320*PAL8 to 256*1555 line scalerBertrand Augereau
svn-id: r24497
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