aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07QUEEN: Implement original music volume handlingWalter van Niftrik
2015-07-07GOB: Implement custom AdLib volume controlWalter van Niftrik
2015-07-07SKY: Implement original music volume handlingWalter van Niftrik
2015-07-07AGOS: Use the built-in OPL timerMatthew Hoops
2015-07-07SHERLOCK: Use the built-in OPL timerMatthew Hoops
2015-07-07GOB: Use the built-in OPL timerMatthew Hoops
2015-07-07MADS: Use the built-in OPL timerMatthew Hoops
2015-07-07TSAGE: Use the built-in OPL timerMatthew Hoops
2015-07-07QUEEN: Use the built-in OPL timerMatthew Hoops
2015-07-07SKY: Use the built-in OPL timerMatthew Hoops
2015-07-07PARALLACTION: Use the built-in OPL timerMatthew Hoops
2015-07-07KYRA: Use the built-in OPL timerMatthew Hoops
2015-07-07CRUISE: Use the built-in OPL timerMatthew Hoops
2015-07-07CINE: Use the built-in OPL timerMatthew Hoops
2015-07-07SCI: Use the built-in OPL timerMatthew Hoops
2015-07-07SCUMM: Use the built-in OPL timer for Player_ADMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2015-07-07MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me MacMatthew Hoops
Fixes bug #6294
2015-07-08SAGA: Add another German version of ITE - bug #6428Filippos Karapetis
This is the German Windows/Mac version distributed by GoG
2015-07-08ZVISION: Fix buildWillem Jan Palenstijn
2015-07-07ZVISION: Reorganize detection dataDavid Russo
Migrated static detection data to detection_tables.h and removed the need for detection.h includes. Also edited game option descriptions.
2015-07-07ZVISION: Correct code styleDavid Russo
2015-07-07ZVISION: Change mentions of ZVision to Z-VisionDavid Russo
To match official documentation (e.g. game manual, credits).
2015-07-07ZVISION: Correct function documentationDavid Russo
2015-07-07SHERLOCK: RT: Fix Valgrind issuesPaul Gilbert
2015-07-06SHERLOCK: RT: Fix characters walking off-screenPaul Gilbert
2015-07-07AGOS: Remove unused fieldTorbjörn Andersson
Should have been removed in a4b8c6e054fec4a3555970a70430a90fa96db12e but wasn't.
2015-07-05SHERLOCK: RT: Don't run secondary scripts if an anim is activePaul Gilbert
2015-07-05SHERLOCK: RT: Changes for doScript method ending codePaul Gilbert
2015-07-05SHERLOCK: RT: Simplify restoreBackgroundPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup of walk-related script opcodesPaul Gilbert
2015-07-05SHERLOCK: RT: Fix People::reset when _scriptMoreFlag is setPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup and fleshing out of savingPaul Gilbert
2015-07-05SHERLOCK: RT: Fixes to display talk windowPaul Gilbert
2015-07-05MADE: Music: initialize musicType variableMartin Kiewitz
wasn't initialized in case milesAudio was disabled
2015-07-05ACCESS: Increase delay in Amazon intro to allow fanfare to finishTorbjörn Andersson
There's probably a better way of handling this, but as long as we hard-code a delay, we may as well try to make it fit.
2015-07-05SHERLOCK: RT: Cleanup of cmdWalkHolmesToCoordsPaul Gilbert
2015-07-05SHERLOCK: RT: Fix splitting lines in setStatementLinesPaul Gilbert
2015-07-05ACCESS: fix valgrind errors in decompressorMartin Kiewitz
2015-07-05MOHAWK: Document and skip Arthur's Reading Race minigamesMatthew Hoops
2015-07-05AGOS: Fix turning music on and off in Amiga versions.Kirben
2015-07-05AGOS: The sound effects in Simon the Sorcerer 1 (Floppy) are only meant for ↵Kirben
Adlib.
2015-07-05AGOS: Revert 46d1c106ca560c285c556a0b02b54d76bc6a29ba:Kirben
AGOS: Give each MIDI track its own loop flag Since the changes broke looping in Simon the Sorcerer 2.
2015-07-05MADE: Delete AdLib instrument stream after driver initializationTorbjörn Andersson
2015-07-05MADE: Cleanup AdLib driver initialization...Torbjörn Andersson
... as per m_kiewitz's suggestions.
2015-07-05MADE: Allow loading of sample.ad from rtzcd.redTorbjörn Andersson
At the moment, AdLib music doesn't work yet though. At least not for this particular case.
2015-07-04TINSEL: DW1: enable Miles Audio for DOS onlyMartin Kiewitz
2015-07-04SHERLOCK: SS: Fix crash in intro when music finishesPaul Gilbert