aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07Moved creation of 'beep' sound buffer to sound manager constructor.Nicola Mettifogo
2010-01-07- Adapt documentation, that keycolor in setMouseCursor may not exceed the max...Johannes Schickel
2010-01-07Get rid of calculatePlayTime, instead store playtimes as TimestampsMax Horn
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz
2010-01-07Add Timestamp::totalNumberOfFrames() method, clarify some commentsMax Horn
2010-01-07Fix warningMax Horn
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-07SCI: releasing sample stream as well (thx to LordHoto)Martin Kiewitz
2010-01-07Add important note for engine authors about SubSeekableAudioStream.Johannes Schickel
2010-01-07Add a playInputStreamLooping for RewindableAudioStream to Mixer.Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07- Strip custom looping code out of FLAC, Vorbis and MP3 streamsJohannes Schickel
2010-01-07Switch Mixer back to use only one Channel implementation. (partial revert of ...Johannes Schickel