aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi/dimuse_sndmgr.cpp
AgeCommit message (Expand)Author
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-03SCUMM: Fix potential memory leak. CID 1003586Eugene Sandulenko
2013-10-03SCUMM: Fix unused variable warningsRodrigo Rebello
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-13SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15)Max Horn
2011-04-13SCUMM: Resolve some code duplicationMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ma...Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-06Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on th...Johannes Schickel
2010-01-05- Put the new factories for MP3, Vorbis and FLAC in place.Johannes Schickel
2009-09-11Remove excess spaces.Travis Howell
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2008-07-20cleanupMax Horn
2008-01-20added experimental hack to code to prevent the same start music again if old ...Paweł Kołodziejski
2008-01-20fix/workaround for bug #1624464, as we do not support game playing on two dif...Paweł Kołodziejski
2008-01-19malloc -> new, free -> delete, added few assertsPaweł Kołodziejski
2008-01-19fixed, it might overflow int32Paweł Kołodziejski
2008-01-16experimental seek in compressed streams in dimuse in time ms resolutionPaweł Kołodziejski
2008-01-16opsPaweł Kołodziejski
2008-01-16clarify warningPaweł Kołodziejski
2008-01-15Fixed bad memory access. (Wrong index variable when reading sound->marker[].)Torbjörn Andersson
2008-01-15Use scumm_stricmp() instead of plain stricmp().Torbjörn Andersson
2008-01-15implement dimuse transition 12, not tested yetPaweł Kołodziejski
2008-01-15Since the mixer uses 'delete' to free memory, we should allocate it with 'new'.Torbjörn Andersson
2008-01-15opsPaweł Kołodziejski
2008-01-15fix last commit to release, and add version 2 fallback for compressed filesPaweł Kołodziejski
2008-01-15forgot release string in the 'marker'Paweł Kołodziejski
2008-01-15implement loading markers "exit". dumped version 3 for compressed bun files, ...Paweł Kołodziejski
2008-01-06store the disk sounds/music were actually *loaded* from, instead of the 'curr...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-30Fixing Full Throttle. If I understand the code correctly, this *should* be co...Sven Hesse
2007-07-27Only set soundMode, if compressed segment exists.Travis Howell
2007-07-27Fix for bug #1761530 - "COMI: iMUSE-related crash on startup"Filippos Karapetis
2007-07-23Add support for FLAC compression of sound bundles in The Dig and COMI.Travis Howell
2007-07-22cleanup (in particular, don't call something 'soundHandle' which is not a Mix...Max Horn
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-06-01rename some imuse variablesPaweł Kołodziejski
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-13added missing MKID_BE macrosGregory Montoir
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson