aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2006-01-16Move over more version specific index blocks.Travis Howell
svn-id: r20051
2006-01-16Merge back into single switch.Travis Howell
svn-id: r20050
2006-01-16Index block are specific to later HE games.Travis Howell
svn-id: r20048
2006-01-16Index block doesn't exist.Travis Howell
svn-id: r20047
2006-01-15Add another French version of loom & indy3.Travis Howell
Add Macintosh demo of Pajama Sam 3. svn-id: r20046
2006-01-15Add support for another sound flag in HE games.Travis Howell
svn-id: r20045
2006-01-15Add missing check for talk sounds in HE games.Travis Howell
Fixes cut off speech regression in spyfox. svn-id: r20044
2006-01-15Ooops, looping should have been left enabled.Travis Howell
svn-id: r20041
2006-01-15Fix sound channel selection in HE95+ games.Travis Howell
svn-id: r20040
2006-01-15Cleanup unused parts of HE sound code.Travis Howell
svn-id: r20039
2006-01-15Fix sound priority value in HE games.Travis Howell
svn-id: r20035
2006-01-14Added an error() to drawString to catch charset mask usage in V7+ games, if ↵Max Horn
any exists svn-id: r20033
2006-01-14Print out save version and stored MD5 on debug level 2.Eugene Sandulenko
svn-id: r20028
2006-01-14HE80+ games may redraw all actors via scumm variable.Travis Howell
Used by many of the arcade games. svn-id: r20020
2006-01-14Should have commited this too.Travis Howell
svn-id: r20018
2006-01-14UpdateTravis Howell
svn-id: r20017
2006-01-14Add SegaCD platform and remove SegaCD specific game Id.Travis Howell
svn-id: r20015
2006-01-14Switch warning to debug message.Travis Howell
svn-id: r20014
2006-01-14Fix detection of Maniac Mansion V1 demo.Travis Howell
svn-id: r20013
2006-01-14HE99+ games may run an additional script during main loop.Travis Howell
Fixes the missing magnifying glass in puttcircus. svn-id: r20012
2006-01-14Correct HE version for several Germans demos.Travis Howell
svn-id: r20011
2006-01-14A few fixes for sound opcodes in HE games.Travis Howell
svn-id: r20010
2006-01-14Correct HE version for several Germans versions.Travis Howell
svn-id: r20009
2006-01-13Correct HE version for several Germans versions.Travis Howell
svn-id: r20005
2006-01-13Add German version of Putt-Putt Travels Through Time demo.Travis Howell
svn-id: r19998
2006-01-13Add German version of Pajama Sam 2 demo.Travis Howell
svn-id: r19997
2006-01-13Add German version of Spy Fox 1 demo.Travis Howell
svn-id: r19996
2006-01-13Add German version of Freddi Fish 3 demo.Travis Howell
svn-id: r19995
2006-01-13OoopsTravis Howell
svn-id: r19994
2006-01-13Add German version of Pajama Sam 1.Travis Howell
svn-id: r19993
2006-01-11Free _storedFlObjectsTravis Howell
svn-id: r19978
2006-01-10Get rid of unused variables and removed them from the save data ; ↵Gregory Montoir
FloodFill.unk1C and _curExecScript. Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977
2006-01-10Minor cleanup.Gregory Montoir
svn-id: r19976
2006-01-10Free the palette before re-using a 'cached cursor' slot.Gregory Montoir
svn-id: r19975
2006-01-10Small correction.Travis Howell
svn-id: r19970
2006-01-10Reset sound flags for HE100 games.Travis Howell
svn-id: r19965
2006-01-10Correct HE sound flags in HE100 games.Travis Howell
svn-id: r19964
2006-01-10Cleanup; moving things around a bitMax Horn
svn-id: r19961
2006-01-10Refactoring to remove CharsetRenderer::_ignoreCharsetMaskMax Horn
svn-id: r19960
2006-01-09Fix regressions in earliest HE games again.Travis Howell
Remove pointless scumm var reset to zero. svn-id: r19956
2006-01-08Moved the workaround for bug #864030 in drawBlastText to fix bug #1399843.Gregory Montoir
svn-id: r19948
2006-01-07No longer used by HE games.Travis Howell
svn-id: r19940
2006-01-07Remove function without purpose.Travis Howell
svn-id: r19939
2006-01-06Rename variables.Travis Howell
svn-id: r19935
2006-01-06Finally fix MM NES crash.Eugene Sandulenko
svn-id: r19933
2006-01-06Fix typo in one md5. Fix DOTT CD Mac bundle name.Eugene Sandulenko
svn-id: r19932
2006-01-06Partial fix for MM NES crash. Thanks to QuietustEugene Sandulenko
svn-id: r19931
2006-01-06HE90+ games use difference value for actor conditions.Travis Howell
Fixes animation regressions during speech. svn-id: r19927
2006-01-06Avoid invalid read/writes in createSound() for now.Travis Howell
svn-id: r19926
2006-01-06Adjustments to createSound().Travis Howell
svn-id: r19925