aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2005-11-15Fix Kanji regression in FOA, due to lost code.Travis Howell
svn-id: r19606
2005-11-15SCUMM 6 games use VAR_VOICE_MODE too, based on Sam & Max win32 disasm.Travis Howell
Minor cleanup. svn-id: r19604
2005-11-15Allow subtitles to be disabled in HE70 - HE73 games.Travis Howell
svn-id: r19603
2005-11-10V8 uses 4 variables to handle mouse buttons state (like V7), cleanup ↵Gregory Montoir
processKbd() accordingly. svn-id: r19553
2005-11-10Made drawStripToScreen() return when width=0, this prevents ↵Gregory Montoir
copyRectToScreen() from asserting during the cannon sequence in COMI. svn-id: r19552
2005-11-09sync head with branch.Robert Göffringmann
svn-id: r19535
2005-11-08Fix for ScummEngine::drawStripToScreen: do nothing if height is negativeMax Horn
svn-id: r19519
2005-11-07Fix for bug #1350645 (Playtime corrupted if save name is >=32 chars)Max Horn
svn-id: r19498
2005-11-07Correct HE version for German version of freddi3.Travis Howell
svn-id: r19497
2005-11-07Add German version of freddi3.Travis Howell
svn-id: r19493
2005-11-07Add German version of Monkey Island 1 EGA 4 Disk.Travis Howell
svn-id: r19490
2005-11-07Add German version of freddi2/freddi4.Travis Howell
svn-id: r19489
2005-11-06Should be int32 in HE games, to avoid possible overflow.Travis Howell
svn-id: r19485
2005-11-06Correct charset palette in HE games.Travis Howell
svn-id: r19484
2005-11-06Revert +1 change, causes more glitches in lost.Travis Howell
svn-id: r19483
2005-11-06Cleanup.Travis Howell
svn-id: r19482
2005-11-06Fix regression, must not be an int16.Travis Howell
svn-id: r19481
2005-11-05Add Macintosh version of updated spyfox demo.Travis Howell
svn-id: r19479
2005-11-05Correct version of German version of putttime.Travis Howell
svn-id: r19478
2005-11-05Detect where wizImage type 1 should be flipped.Travis Howell
Show images without zoom or angle in ski ride of pajama3 for now. svn-id: r19462
2005-11-05Update debug output.Travis Howell
svn-id: r19442
2005-11-05Add missing else.Travis Howell
svn-id: r19433
2005-11-05Correct value.Travis Howell
svn-id: r19431
2005-11-05Match original games, caused assert in earlt versions of freddi.Travis Howell
svn-id: r19430
2005-11-04Add missing case for HE games.Travis Howell
Fix regression in HE games I caused. svn-id: r19429
2005-11-04OoopsTravis Howell
svn-id: r19428
2005-11-04Update HE version for German version of freddi/putttime.Travis Howell
svn-id: r19427
2005-11-04Cleanup, remove hacks.Travis Howell
svn-id: r19425
2005-11-04Correction for shapes drawing in fun shop titles.Travis Howell
svn-id: r19424
2005-11-04Fix subtitle regressions.Travis Howell
svn-id: r19423
2005-11-04Corrections to fillWizRect().Travis Howell
Fixes asserts in pearl locations of spyozon. svn-id: r19422
2005-11-04Values should only be set in HE99+.Travis Howell
Remove fixme, that difference in normal for ScummVM. svn-id: r19421
2005-11-03Add german version of putttime.Travis Howell
Make guess at correct HE version for german version of freddi/putttime. svn-id: r19413
2005-11-03Add another freddi2 verison.Travis Howell
svn-id: r19409
2005-11-03OoopsTravis Howell
svn-id: r19407
2005-11-03Add safety check for charset codes in HE72+ games.Travis Howell
Since charset codes and characters share some values. svn-id: r19406
2005-11-03Cleanup HE changes.Travis Howell
Fix 0xFE check in drawString() too. svn-id: r19399
2005-11-02To match the original v7/v8 interpreters, use BlastTexts to display the ↵Gregory Montoir
subtitles. This allows to fix the bug #1092993. As this is quite an important change, regressions may appear. You've been warned :) svn-id: r19398
2005-11-02Fix error in HTML md5 presentation.Eugene Sandulenko
svn-id: r19395
2005-11-02Fixed compile error.Torbjörn Andersson
svn-id: r19393
2005-11-02German freddi1Eugene Sandulenko
svn-id: r19391
2005-11-02Add German putttime and possible fix for German Freddi1.Eugene Sandulenko
svn-id: r19390
2005-11-02Add contributed md5 for indy3 5.25" EGA.Eugene Sandulenko
svn-id: r19389
2005-11-01forgot to clear _colorUsedByCycle at startup.Gregory Montoir
svn-id: r19383
2005-11-01Wrap sentance lines in NES maniac.Travis Howell
svn-id: r19382
2005-11-01in v7/v8, remapPaletteColor() ignores color 255Gregory Montoir
in v7, remapPaletteColor() ignores colors setup by initCycle() svn-id: r19380
2005-11-01Add floodFill support for wizImages.Travis Howell
svn-id: r19379
2005-10-31- VAR_CHARCOUNT isn't set in v7/v8, removed reference to it from v7::actorTalk()Gregory Montoir
- simplified some versions related checks svn-id: r19378
2005-10-30Correct kernelSet case function.Travis Howell
svn-id: r19369
2005-10-30Shadows are used in HE90 too.Travis Howell
svn-id: r19368