aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
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
2005-10-28Fix long standing regression actually caused by compiler bug. ProperEugene Sandulenko
fix is required. svn-id: r19331
2005-10-27Set machine speed to fast in all HE games.Travis Howell
Fixes missing animation in old freddemo and maybe others too. svn-id: r19327
2005-10-26added optimisation on sound file name searchingPaweł Kołodziejski
svn-id: r19322
2005-10-26fixed memleakPaweł Kołodziejski
svn-id: r19321
2005-10-26that 3 memset() are not neededPaweł Kołodziejski
svn-id: r19320
2005-10-26fixed compilation, changed to struct as it's declaredPaweł Kołodziejski
svn-id: r19319
2005-10-26Add missing break. Thanks to Cody56Eugene Sandulenko
svn-id: r19309
2005-10-26Add patch, with slight change to dialog title:Travis Howell
1338105 - Possible fix for confusing "talk speed" behaviour svn-id: r19307
2005-10-26Limit to Macintosh versions, otherwise filenames in PC versions get scrambled.Travis Howell
svn-id: r19306
2005-10-26UpdateTravis Howell
svn-id: r19294
2005-10-26Add Macintosh version of Baseball2003 & Soccer2004Travis Howell
Add missing Pajama Sam 1 demo Remove duplicate entry. svn-id: r19292
2005-10-26OoopsTravis Howell
svn-id: r19288