aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-08Fix unhandled case(s) in switch warning from g++.Johannes Schickel
2010-01-08SCI: changed handling when unsupported sound type is selected, we are switchi...Martin Kiewitz
2010-01-08SCI: Use adlib music by defaultWalter van Niftrik
2010-01-08SCI: Fix view detection in Hoyle 2Walter van Niftrik
2010-01-08removed useless initializationsVladimir Menshakov
2010-01-08removed noisy debugVladimir Menshakov
2010-01-08SCI: call gui-init right after loading a saved game, fixes weird gui issue th...Martin Kiewitz
2010-01-08minor cleanupVladimir Menshakov
2010-01-08removed mark's animation z-odering, which seems to be invalidVladimir Menshakov
2010-01-08fixed inventory animation speedVladimir Menshakov
2010-01-08added zero-object special case in combine tableVladimir Menshakov
2010-01-08cleaned up blitting, fixed zoom+clipping issuesVladimir Menshakov
2010-01-08Nintendo64: some cleanup, added a workaround in case audio buffers get depletedFabio Battaglia
2010-01-07Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo...Johannes Schickel
2010-01-07SCI: remove displaying tag in menu of some games (e.g. qfg1ega)Martin Kiewitz
2010-01-07SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc...Martin Kiewitz
2010-01-07SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07Cleanup.Johannes Schickel
2010-01-07Fix a little bug in LoopingAudioStream::readBuffer.Johannes Schickel