aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-01-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
2010-01-21Fix gcc warning.Johannes Schickel
2010-01-21SCI: fixing iceman intro again (dont set datainc immediately but after delta)Martin Kiewitz
2010-01-21SCI: Saved games can now be loaded from ScummVM's launcherFilippos Karapetis
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-21SCI: CleanupWalter van Niftrik
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-21SCI: Removed seq/ directoryWalter van Niftrik
2010-01-21SCI: Add MT-32 to GM mappingWalter van Niftrik
2010-01-20SCI: control icons now use objects priority selector instead of hardcoded pri...Martin Kiewitz
2010-01-20SCI: boundary check on getPortById()Martin Kiewitz
2010-01-20SCI: kDrawCel workaround documented and not temporary anymoreMartin Kiewitz
2010-01-20SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is re...Martin Kiewitz
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-19SCI: dont directly set mouse cursor to visible state but call show() instead ...Martin Kiewitz
2010-01-19SCI: call showBits() on the line between menubar and the actual menu (because...Martin Kiewitz
2010-01-19SCI: also fix statusbarMartin Kiewitz
2010-01-19SCI: fixed displaying of menubar (fixes all sorts of ega games)Martin Kiewitz
2010-01-19SCI: use reanimate instead of BitsShow() when removing menusMartin Kiewitz
2010-01-19SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors...Martin Kiewitz
2010-01-19Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl...Filippos Karapetis
2010-01-19SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi...Martin Kiewitz
2010-01-19SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6)Martin Kiewitz
2010-01-19SCI: implemented priority bands support for sci1.1 picture resources, fixed l...Martin Kiewitz
2010-01-19SCI: added french lb2 floppyMartin Kiewitz
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-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-17SCI: CleanupWalter van Niftrik
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax 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