aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-05-20Pass values by-reference, using C++ references, and not by using pointersMax Horn
2006-05-20makes destructor of KyraEngine virtualJohannes Schickel
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-19Using assert(_something->init()) is a bad idea. Assertions can be disabled.Torbjörn Andersson
2006-05-19Added some FIXMEs to the kyra engineMax Horn
2006-05-19Fix warningMax Horn
2006-05-19Update HE version for another English version of socksTravis Howell
2006-05-18- load fonts for kyra3Johannes Schickel
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-18Initialise _resList to avoid crash (from freeing an invalid pointer) if theTorbjörn Andersson
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
2006-05-18Renamed screenChanged() to handleScreenChanged().Torbjörn Andersson
2006-05-18Allow changing scaler while playing MPEG cutscenes.Torbjörn Andersson
2006-05-18fixes kyra2 gameflag initJohannes Schickel
2006-05-18Removed leftover printf()Torbjörn Andersson
2006-05-18Cleanup.Torbjörn Andersson
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-17Added (optional) looping to the digital sound class.Torbjörn Andersson
2006-05-17Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to beTorbjörn Andersson
2006-05-17Loop the Kyra 3 animation indefinitely.Torbjörn Andersson
2006-05-17Maybe the svn:keywords were already set? Maybe this will fix the file headers...Torbjörn Andersson
2006-05-17Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currentlyTorbjörn Andersson
2006-05-17- adds AUD file player (has still some problems with playing)Johannes Schickel
2006-05-16Tell people to only report the MD5 if it's a regular version of the game (and...Max Horn
2006-05-16Set gameflags for kyra3 properly.Eugene Sandulenko
2006-05-16Removes ENABLE_KYRA2 and ENABLE_KYRA3.Johannes Schickel
2006-05-16Oops forgot some define checksJohannes Schickel
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
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-15When receiving a "Reset All Controllers" message, the neutral position of theTorbjörn Andersson
2006-05-14Disassembled code responsible for making NPCs walk between roomsPaul Gilbert
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-13Add newline to end of fileTravis Howell
2006-05-13extract GameDescriptions to separate files (this will help compress_saga tool...Andrew Kurushin
2006-05-13fix VS2005 compilation warningsAndrew Kurushin
2006-05-13Remove _rejectCount and cleanupTravis Howell
2006-05-13Split VGA resource management back into FF and Simon 1/2 versionsTravis Howell
2006-05-12- little cleanupsJohannes Schickel