aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-09Fix Timestamp::addMsecs; some cleanupMax Horn
2010-01-09SCI: kPortrait - drawing base bitmap before drawing animation bitmapMartin Kiewitz
2010-01-09kPortrait: found the coordinate offsets, corrected actual bitmap size (someti...Martin Kiewitz
2010-01-09SCI: deleting _bitmaps and unlocking sync resource in kPortraitMartin Kiewitz
2010-01-09SCI: kPortrait - animation included, doesnt seem right currently coordinate o...Martin Kiewitz
2010-01-09Register default setting for 'mute' optionWillem Jan Palenstijn
2010-01-09SCI: kPortrait almost fully implemented (animation bitmaps still missing)Martin Kiewitz
2010-01-09Implement some safer handling of the "Extended" block in VOC files.Johannes Schickel
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-09removed useless rtl logsVladimir Menshakov
2010-01-09fixed RTLVladimir Menshakov
2010-01-09log when EVENT_RTL receivedVladimir Menshakov
2010-01-09Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause a...Paul Gilbert
2010-01-09Yup, not checking for stereo sound was an accident hereSven Hesse
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: Fix handling of output rate in PCJr driverWalter van Niftrik
2010-01-09SCI: Fix crash on exit when using PCJr driver.Walter van Niftrik
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08SCI: Ctrl-Z now supported as well :DMartin Kiewitz
2010-01-08Use DisposeAfterUse::FlagWillem Jan Palenstijn
2010-01-08SCI: removed controlify() to ease readability of codeMartin Kiewitz
2010-01-08SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke...Martin Kiewitz
2010-01-08Fix LinearMemoryStream::seek, when the stream was created without request to ...Johannes Schickel
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Fix header guardMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
2010-01-08Fix sound effects in Sword1 PSX, regression from r47132.Johannes Schickel
2010-01-08SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ...Martin Kiewitz
2010-01-08SCI: fixing sq3 again (state selector wasnt updated anymore)Martin Kiewitz
2010-01-08Fix documentation for setMouseCursor's format paramenter.Johannes Schickel
2010-01-08SCI: updateCues() cleanupMartin Kiewitz
2010-01-08This should fix bug #2928411, "SWORD1: Macintosh Demo crashes after Intro".Torbjörn Andersson
2010-01-08Properly fix creditsEugene Sandulenko
2010-01-08minor fixesVladimir Menshakov
2010-01-08added configurable timers/fast mode with ctrl-f hotkeyVladimir Menshakov
2010-01-08Remove custom AiffAudioStream and replace it by the use of makeLoopingAudioSt...Johannes Schickel
2010-01-08SCI: support "Ctrl-" prefix keys in menu, makes Ctrl-keys work in lsl6Martin Kiewitz
2010-01-08SCI: support "+" and "-" for menu (fixes speed changes via those keys in all ...Martin Kiewitz
2010-01-08Add some warning inside makeLoopingAudioStream, in case the give start time i...Johannes Schickel
2010-01-08fixed invalid volume settingVladimir Menshakov
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-08Add another makeLoopingAudioStream factory for transparently looping a certai...Johannes Schickel
2010-01-08added warning on invalid soundVladimir Menshakov