aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
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
2005-10-29Only applies to SCUMM 3/4.Travis Howell
Fixes mask issues when lifting crate in airport. Fixes masking issues in digdemo (Bug #1288652). svn-id: r19360
2005-10-29Add additional checks in later HE games.Travis Howell
svn-id: r19359
2005-10-29Reset when not used.Travis Howell
svn-id: r19358
2005-10-29Read from XMAP resource directly, instead of reading into memory.Travis Howell
svn-id: r19357
2005-10-29Put shadow_table under DISABLE_HEEugene Sandulenko
svn-id: r19353
2005-10-28Add dummy entry at end of substResFileNameTable[] and use that like in otherEugene Sandulenko
tables. Fixes crash on PSP svn-id: r19343
2005-10-28Eliminate GF_MULTIPLE_VERSIONS. We had just few targets without thatEugene Sandulenko
flag, and potentially those could go away too. So it is less error-prone to always check additional MD5 table. svn-id: r19340
2005-10-28Update catalog2.Travis Howell
svn-id: r19338
2005-10-28Fix old airdemo/farmdemo regression.Travis Howell
Remove duplicate catalog target. svn-id: r19335
2005-10-28Remove excess newline.Travis Howell
svn-id: r19333