aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2006-06-22Tweak SCUMM detection a bit more -- do not hard code a check for the ↵Max Horn
genmethod to determine the platform value, but rather use the platform value the GameFilenamePattern provides svn-id: r23260
2006-06-22Fix bug #1509496 - INDY3 (MAC): Map screen hangs up at azores.Travis Howell
svn-id: r23259
2006-06-22This additional check for Macintosh versions of HE games isn't required, as ↵Travis Howell
platform is already set correctly svn-id: r23258
2006-06-22Add cyx's patch for VAR_FADE_DELAY timer changes in fade effectsTravis Howell
svn-id: r23255
2006-06-21Remove duplicate left overTravis Howell
svn-id: r23228
2006-06-21Add back auto detection of Macintosh platform for HE gamesTravis Howell
svn-id: r23221
2006-06-21Move moveScreen to common surface functions for graphicsTravis Howell
svn-id: r23218
2006-06-21Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when ↵Travis Howell
video finishes svn-id: r23216
2006-06-21Revert back to original method used for scrollEffect(), fixes regressions.Travis Howell
svn-id: r23214
2006-06-20Applied my own patch #1508018. I don't know for sure that it's exactly right,Torbjörn Andersson
but it improves the Adlib sound effects in early games, e.g. the door opening and closing sounds in Indy 3 and MI1 floppy. There still appears to be some kind of looping/repeating mechanism that we don't implement, though. svn-id: r23204
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
return in a switch case. svn-id: r23198
2006-06-19Fix inventory colors regression in C64 maniacTravis Howell
svn-id: r23180
2006-06-19Fix sentence line regression in C64 maniacTravis Howell
svn-id: r23179
2006-06-19Add patch for bug #1507856 - INDY3 VGA: Crashes in SewerTravis Howell
svn-id: r23177
2006-06-19Fix screen scrolling glitch when looking at the top of closet in parents ↵Travis Howell
room of DOS version of fbear svn-id: r23174
2006-06-18Add 16bit color feature flag to Backyard Basketball tooTravis Howell
svn-id: r23173
2006-06-18Remove debug left overTravis Howell
svn-id: r23172
2006-06-18Add alternative method to prevent debug code of scripts been triggered in ↵Travis Howell
lost. Fixes regressions when convertFilePath() is used by some HE games svn-id: r23171
2006-06-18Updated comments to correspond with recent Adlib renamings.Torbjörn Andersson
svn-id: r23166
2006-06-18Added missing (but unimportant) breaks to switch default cases.Torbjörn Andersson
svn-id: r23161
2006-06-17Fixed Smushplayer for Symbian OS.__SYMBIAN32__ was defined as __SYMBIA32__.Lars Persson
svn-id: r23157
2006-06-17Fix the buttons of paintings and safe in Nogroom of spyfoxTravis Howell
svn-id: r23156
2006-06-17Limit vm.numNestedScripts to positive value, when subtracting slot in ↵Travis Howell
runScriptNested(). Fixes restart, after ending sequence in freddi4 svn-id: r23153
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
svn-id: r23146
2006-06-16Adjust akos code to only draw within bounds in HE games. Fixes many ↵Travis Howell
graphical glitches in HE games. svn-id: r23143
2006-06-15Remove error for default case of active case 6/8 in akos_increaseAnim(), a ↵Travis Howell
default case is normal in original games. Fixes bug #1506017 - HE Pajama Sam 1: ERROR while tralking to snotty trees. svn-id: r23125
2006-06-14Fix the shadow glitches in HE98 version of puttrace, the shadow mode isn't ↵Travis Howell
reset in HE90-98 games. svn-id: r23104
2006-06-13Since setCursorHotspot() does not update the cursor (should it?), we have toTorbjörn Andersson
call it before setCursorFromBuffer(), not afterwards. This fixes the cursor hotspot being temporarily wrong in HE games that use loadWizCursor(). svn-id: r23094
2006-06-13Let the [cursor] palette manager handle disableCursorPalette() too, to avoidTorbjörn Andersson
cursor glitch in at least some HE games which first set a cursor palette, and then disable it. (The disabled palette would be re-enabled after dismissing the GUI.) svn-id: r23081
2006-06-13Add another version of SoccerMLSTravis Howell
svn-id: r23077
2006-06-11Removed commented-out subtitles-related code. Requested by salty-horse.Eugene Sandulenko
svn-id: r23030
2006-06-10Update prefix filters for subtitles in HE80+ gamesTravis Howell
svn-id: r23010
2006-06-09Use convertFilePath for HE6x games too, for safetyTravis Howell
svn-id: r22994
2006-06-09Ooops, correct orderTravis Howell
svn-id: r22993
2006-06-09Add DOS and Macintosh versions of Putt-Putt & Fatty Bear's Activity PackTravis Howell
svn-id: r22991
2006-06-06Add Russian pajama1 and lost.Eugene Sandulenko
svn-id: r22953
2006-06-06Minor cleanupTravis Howell
svn-id: r22950
2006-06-06Add target for full versions of Blue's Birthday AdventureTravis Howell
svn-id: r22948
2006-06-05Fix detection of updated Spy Fox 1 demoTravis Howell
svn-id: r22934
2006-06-05Fix detection of some HE games and demosTravis Howell
svn-id: r22933
2006-06-03The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of ZakTravis Howell
svn-id: r22872
2006-06-03Update talkspeed config setting, when set by game scriptsTravis Howell
svn-id: r22854
2006-06-03Update talkspeed config setting, when set by game scriptsTravis Howell
svn-id: r22853
2006-06-03Correct setting of VAR_CHARINC in several functions, the value should only ↵Travis Howell
be reversed when using keyboard shortcuts (Due to the scrollbar) svn-id: r22850
2006-05-31Small correction, added space between filename and new line.Lars Persson
svn-id: r22805
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
svn-id: r22793
2006-05-29The ScummDebugger object needs to be created after _numVariables has been ↵Gregory Montoir
set. This is apparently only done in in readMAXS() which is called by readIndexFile(). Moved the call to the object constructor in the init() method. This fixes the 'scumm_vars' debugger command. svn-id: r22755
2006-05-29If we're going to intercept attempts to set VAR(VAR_CHARINC) in writeVar(), weTorbjörn Andersson
should probably set it the same way as updateSoundSettings() does it, i.e. to 9 - getTalkspeed(), not getTalkspeed(). I was testing the scene in Sam & Max where you give candy to Doug. I had set the talk speed to max. The script tried to set CHARINC to 3, but instead it was changed from 0 to 9... svn-id: r22748
2006-05-29adds support for filling the thumbnail display in a given color if no ↵Johannes Schickel
thumbnail is present svn-id: r22745
2006-05-29Remove printf() debug message that appears annoyingly in Zak256. Anyone know ↵James Brown
what this was added to figure out? svn-id: r22739