aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-07Remove setNumLoops and getNumPlayedLoops from AudioStream.Johannes Schickel
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-07Some formatting fixes.Johannes Schickel
2010-01-07Remove the deprecated FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Make VagStream a RewindableAudioStream.Johannes Schickel
2010-01-07Do not try to destroy an object on the stack via delete.Johannes Schickel
2010-01-07Adapt TUCKER to use RewindableAudioStream and Mixer::playInputStreamLooping. ...Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-07Create a wrapper makeLoopingAudioStream to reduce code duplcation.Johannes Schickel
2010-01-07Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l...Johannes Schickel
2010-01-07Nintendo64: Add FlashRAM support for saving if a compatible cart is available.Fabio Battaglia