aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.cpp
AgeCommit message (Expand)Author
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-18SCUMM: Check the sound channel is valid, before checking the sound channel.Travis Howell
2010-10-18SCUMM: Check the sound channel is valid, before checking the sound channel.Travis Howell
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-27Fix sound regression in HE games.Travis Howell
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2009-11-22Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino...Travis Howell
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-08-21Improved comments.Robin Watts
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-06-05Update sound code in HE80+ games, for sound rate differences.Travis Howell
2009-06-03Correct sound timer and disable sound offsets, in later HE games.Travis Howell
2009-01-10setQuickStartFlag is different value in HE100 games.Travis Howell
2009-01-10Correct sound timer, when sound compression is used in HE games.Travis Howell
2009-01-10Fix warning.Travis Howell
2009-01-10Fix compiling SCUMM engine, with HE71+ games disabled.Travis Howell
2009-01-09Correct sound priority and SBNG offsets, in later HE games.Travis Howell
2009-01-09Fix bug #2029639 - PAJAMA1: Lip Syncing.Travis Howell
2007-11-23don't pass a pointer in a middle of a resource buffer with mixer AUTOFREE fla...Gregory Montoir
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can automatica...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-02cleanupMax Horn
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2006-10-21cleanupMax Horn
2006-10-15Got rid of ScummEngine::_confirmExit, and some other minor cleanupMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-09HE80+ games ignore subtitle speed, due to sound code been used. Fixes glitche...Travis Howell
2006-05-24Downgraded startHETalkSound() error (when the speech file isn't open) to aTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-26isSoundRunning always returns sound id in HE gamesTravis Howell
2006-04-23Some more cleanup in class Scumm::SoundMax Horn
2006-04-23Fix access to .he3/.he4 filesMax Horn
2006-04-23Moved _heTimers to ScummEngine_v60heMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-22- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it isEugene Sandulenko
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell