aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2006-05-20Pass values by-reference, using C++ references, and not by using pointersMax Horn
2006-05-20Apparently, passing a file handle directly to a function causes that fileTorbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson
2006-05-19Update HE version for another English version of socksTravis Howell
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-05-18Plug memory leakEugene Sandulenko
2006-05-18Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". AlsoEugene Sandulenko
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
2006-05-18Update HE version for another English version of socksTravis Howell
2006-05-18Give more feedback to users who misused our SAN compression tool and ignoredEugene Sandulenko
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-16Tell people to only report the MD5 if it's a regular version of the game (and...Max Horn
2006-05-16If the options dialog calls it "Subtitle speed", then so should the indicatorTorbjörn Andersson
2006-05-15Ignore unknown SysEx manufacturer IDs, rather than erroring on them. This doesTorbjörn Andersson
2006-05-14Fixed regression in Maniac/Zak inventory drawing.Torbjörn Andersson
2006-05-14Cleanup.Torbjörn Andersson
2006-05-14Specify the right edge of the sentence line in Maniac/Zak. This fixes bugTorbjörn Andersson
2006-05-14Setting VAR_CHARINC = _defaultTalkDelay cannot possibly be right. It's not theTorbjörn Andersson
2006-05-14Check if VAR_CHARINC exists, before setting value in updateSoundSettings()Travis Howell
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-05-13Add newly discovered HE demos.Eugene Sandulenko
2006-05-12Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...Max Horn
2006-05-12Removing some unused code from INSANEMax Horn
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-05-08Avoid closing a video file in HE games twiceTravis Howell
2006-05-08Fix regression in lost, the middle directories were removedTravis Howell
2006-05-08Fix off by one in rect when capturing imageTravis Howell
2006-05-08Init. videoParams vars for HE90+Travis Howell
2006-05-08Add initial DXA support for HE gamesTravis Howell
2006-05-08Add missing file details for HE gamesTravis Howell
2006-05-07Turning this warning into an error, since I never got any feedback on itMax Horn
2006-05-07Handle line breaks/overflow for V1-V3 games *after* processing newline codes,...Max Horn
2006-05-07Perform (horizontal) charset text clipping for V1-V3, tooMax Horn
2006-05-06Fix for bug #1449597 (MANIAC: Incorrect word wrapping)Max Horn
2006-05-05Add another English version of socksTravis Howell
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-03Moved some code from SCUMM's detectGames function into a separate function (i...Max Horn
2006-05-03Removed CharsetRendererV3::getFontHeight (it was identical to CharsetRenderer...Max Horn
2006-05-02Fix insult fight (MI1) mouse wheel scrolling, hopefully also for the SEGA ver...Max Horn
2006-05-02Update language details for filenames of a few gamesTravis Howell
2006-05-02Update language details for filenames of several HE gamesTravis Howell
2006-05-02Add gameFilenamesTable[] entries for activity, fbpack and funpackTravis Howell
2006-05-02Fix detection of Windows version of puttmoonTravis Howell
2006-05-02Add support for reading/writing config files through saveGameManager and use ...Travis Howell
2006-05-01Some cleanup, and added a FIXME comment concerning the wrong usage of getSave...Max Horn
2006-04-30Do not set VAR_VOICE_MODE in ScummEngine_v7::resetScummVars() (since it is al...Max Horn
2006-04-30Invoke updateSoundSettings a bit later, since it can only correctly set VAR_V...Max Horn
2006-04-30Honor the 'platform' override when choosing between game variants (this shoul...Max Horn
2006-04-29Moved queryResString from class ScummDialog to class InfoDialog; some cleanupMax Horn
2006-04-29Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles...Max Horn