aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2005-11-30Correct demo target.Travis Howell
svn-id: r19723
2005-11-27Actor sounds need to be saved as uint16 for HE games, fixes bug #1367798.Travis Howell
svn-id: r19720
2005-11-27Add missing akos cases for pajama, fixes bug #1367793.Travis Howell
svn-id: r19719
2005-11-27Add patch:Travis Howell
1367403 - Korean Fixes svn-id: r19718
2005-11-27Correct HE version.Travis Howell
svn-id: r19712
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
svn-id: r19710
2005-11-27Add another English version of Pajama Sam 1.Travis Howell
svn-id: r19709
2005-11-24original TheDig interpreter handles up to 200 blastObjects. Resized ↵Gregory Montoir
_blastObjectQueue accordingly, that should fix bugs #1364922 and #1356652. svn-id: r19701
2005-11-23Made the autosave period a configuration option and updated the engines ↵Gregory Montoir
using that feature (SCUMM, Queen and Sky). The value is supposed to be in seconds ; if it's set to 0 then autosaving is disabled. See also tracker item #1350187. svn-id: r19700
2005-11-23Add details for German version of pajama2/putttime for Macintosh.Travis Howell
svn-id: r19696
2005-11-22Filename used by German version of pajama2 for Macintosh too.Travis Howell
svn-id: r19692
2005-11-22Add another German version of Putt Putt Travels Through Time.Travis Howell
svn-id: r19691
2005-11-20Increase maxHeapThreshold to 6M for SCUMM games with the GF_NEW_COSTUMES ↵Joost Peters
feature, the old value of 2.5M was too small to contain all resources for certain scenes in The Dig and COMI. svn-id: r19679
2005-11-20*** empty log message ***Travis Howell
svn-id: r19675
2005-11-20Fix skipping cutscene in Commodore 64 version of zak.Travis Howell
svn-id: r19674
2005-11-20Update Commodore 64 palette table.Travis Howell
Cleanup. svn-id: r19673
2005-11-20Correct face color in Commodore 64 version of zak.Travis Howell
svn-id: r19672
2005-11-19Fix for crash caused by very rapid camera movement in V7/V8 gamesMax Horn
svn-id: r19671
2005-11-19fix compile warningAndrew Kurushin
svn-id: r19664
2005-11-19Add some German HE demos.Travis Howell
svn-id: r19660
2005-11-19Fix the bundled Macintosh version of FT demo.Travis Howell
Filename substitution should only be checked for resource files, not other data files. svn-id: r19659
2005-11-18Might help bundled Macintosh version of FT demo.Travis Howell
svn-id: r19638
2005-11-18Target doesn't exist, both demos use dig.Travis Howell
svn-id: r19637
2005-11-18More changes for bundled Macintosh versions.Travis Howell
svn-id: r19633
2005-11-18Don't do full-screen updates when smooth-scrolling, but only update the ↵Joost Peters
changed part(s) (Patch from Cody56, enhanced by Fingolfin). This should help speed it up on lower-spec devices. svn-id: r19632
2005-11-17Revert to warnings when certain music/speech files aren't foundMax Horn
svn-id: r19630
2005-11-17Remove duplicate entry.Travis Howell
svn-id: r19629
2005-11-17Add correct md5s of bundled Macintosh versions.Travis Howell
Correct name as requested. svn-id: r19628
2005-11-17Fixed typo in error message.Torbjörn Andersson
svn-id: r19626
2005-11-17Add filename for bundled Macintosh version of atlantis.Travis Howell
svn-id: r19625
2005-11-17Add md5s of bundled Macintosh versions.Travis Howell
svn-id: r19623
2005-11-17Update comments.Travis Howell
svn-id: r19621
2005-11-16Still no subtitles in HE70/71 too.Travis Howell
svn-id: r19614
2005-11-16The 'TextOn' ini setting is checked by earlier HE games too.Travis Howell
svn-id: r19613
2005-11-16Missed a spot.Travis Howell
svn-id: r19612
2005-11-16Adjust HE version checks, for updated releases.Travis Howell
svn-id: r19611
2005-11-16Opcode is used by HE71 too.Travis Howell
Freddi version should be all languages (Used by English and Russian). svn-id: r19610
2005-11-16Correct HE version.Travis Howell
svn-id: r19609
2005-11-16Mixed up an md5.Travis Howell
svn-id: r19608
2005-11-16Add more English versions of HE games.Travis Howell
svn-id: r19607
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