aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-01-19Make the workaround for the Riven intro background music work in the DVD vers...Matthew Hoops
2010-01-19SWORD1: Fix (?) sfx loopingMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-18SCI: added comment about resource.p01 etc. (including possible TODO)Martin Kiewitz
2010-01-18SCI: added comment for merging together resource.p* files, if no volume file ...Martin Kiewitz
2010-01-18SCI: dont set dataInc selector inside updateCues when dataInc is not availableMartin Kiewitz
2010-01-18Add detection for another french ADI4 environment diskArnaud Boutonné
2010-01-18LOL: minor key map fixFlorian Kagerer
2010-01-18Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition.Torbjörn Andersson
2010-01-18LOL: cleanup last commitFlorian Kagerer
2010-01-18LOL: fixed spell array sizeFlorian Kagerer
2010-01-17SCI: added warning() when detection fails to detect map and volume versionMartin Kiewitz
2010-01-17SCI: fixed detection to not crash when adding sierras pinball creep, also cha...Martin Kiewitz
2010-01-17Mark lsl3 as a workaround.Eugene Sandulenko
2010-01-17SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix push...Martin Kiewitz
2010-01-17SCI: Check GM patch before loading itWalter van Niftrik
2010-01-17SCI: Add MT-32 support for early SCI0Walter van Niftrik
2010-01-17SCI: speed throttler changed, now gets triggered by kAnimate, removed initial...Martin Kiewitz
2010-01-17SCI: another speed throttler, delays decrementing cycles/cycleCnt selectors, ...Martin Kiewitz
2010-01-17SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal)Martin Kiewitz
2010-01-17SCI: CleanupWalter van Niftrik
2010-01-17SCI: Add comment to channel mask codeWalter van Niftrik
2010-01-17Delay the time a sysEx takes to send instead of the old (incorrect) way of de...Johannes Schickel
2010-01-17SCI: CleanupWalter van Niftrik
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-16cleanupMax Horn
2010-01-16SCI: fix kNewWindow code to match the code in gregs engineMartin Kiewitz
2010-01-16SCI: Fix percussion volume adjustWalter van Niftrik
2010-01-16SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...Martin Kiewitz
2010-01-16SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :PMartin Kiewitz
2010-01-16SCI: support for upscaling implemented, included clippingMartin Kiewitz
2010-01-16SCI: CleanupWalter van Niftrik
2010-01-16SCI: Fix rhythm channel handling in SCI0Walter van Niftrik
2010-01-16SCI: scaling support, upscaling not yet supported - not really tested, so the...Martin Kiewitz
2010-01-16Disabled code which causes crashes/and or oddities with MIDI in later SCI gam...Filippos Karapetis
2010-01-16Added detection for the appropriate GM music channel play maskFilippos Karapetis
2010-01-16SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...Martin Kiewitz
2010-01-16SCI: Add support for earlier MT-32 patch formatWalter van Niftrik
2010-01-16Fixed a Valgrind warning about an uninitialized variable, from waltervnFilippos Karapetis
2010-01-16SCI: created getCelScaledRect() inside view classMartin Kiewitz
2010-01-16The GM patches from Sierra's GM utility can now also be processed with their ...Filippos Karapetis
2010-01-15Send a velocity off signal to all channels when a song is loadedFilippos Karapetis
2010-01-15SCI: more detail info about scaleSignal bit 1Martin Kiewitz
2010-01-15SCI: added enum for ScaleSignalMartin Kiewitz
2010-01-15SCI: changed scalesignal to scaleSignal - selector works now :)Martin Kiewitz
2010-01-15SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate()Martin Kiewitz
2010-01-15Fixed warning.Torbjörn Andersson
2010-01-15SCI: adjust kNewWindow to support argc==15 (on mac according [md5])Martin Kiewitz