aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi
AgeCommit message (Expand)Author
2005-04-26Reduce dependencies on saveload.hMax Horn
2005-04-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); mo...Max Horn
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-08Change some iMuseDigital debug messagesMax Horn
2005-04-03revert last change, it's too much experimentalPaweł Kołodziejski
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-12some experimental changesPaweł Kołodziejski
2005-03-12backport fix from residual imusePaweł Kołodziejski
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06OopsMax Horn
2005-03-06Fix for bug #1153648 (Compressed BUN files play incorrectly on BE systems)Max Horn
2005-02-12fix/workaround for bug: 1120625Paweł Kołodziejski
2005-02-06return null if sound is not foundPaweł Kołodziejski
2005-01-30added support for *.map files version 2Paweł Kołodziejski
2005-01-28Fix mp3/vorbis detectionNicolas Bacca
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-28more proper checksPaweł Kołodziejski
2005-01-28IndentationTorbjörn Andersson
2005-01-28added error message for lack of library supportPaweł Kołodziejski
2005-01-28fixed restoration of sounds params after cross non/compressed bundlesPaweł Kołodziejski
2005-01-28add checks for mad and vorbis definePaweł Kołodziejski
2005-01-28double checkPaweł Kołodziejski
2005-01-28ah, forgot thatPaweł Kołodziejski
2005-01-28added support for mp3 compressed bundlesPaweł Kołodziejski
2005-01-28clear compressed entries before restore for compatibility with old savegamesPaweł Kołodziejski
2005-01-27fix for shadowed variablePaweł Kołodziejski
2005-01-27fix for shadowed variablePaweł Kołodziejski
2005-01-26fix for compressed bun soundsPaweł Kołodziejski
2005-01-25added support for compressed bun filesPaweł Kołodziejski
2005-01-25fixed volume channel in fade trackPaweł Kołodziejski
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Moving AppendableAudioStream into SCUMM engine, as it is only used thereMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Add 'speech' sound type to mixer; make use of that in iMuse DigitalMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-25Initialize variable to avoid warning and possibly undefined behaviour.Torbjörn Andersson
2004-11-24(Partial) fix for bug #1035690 (COMI: cannon shooting uses a lot of performan...Max Horn
2004-11-24Some code transformations (no functional change)Max Horn
2004-11-10This is really an IMA codec...Max Horn
2004-10-17Fix compilation.Eugene Sandulenko
2004-10-17cleanupMax Horn
2004-10-07Fix doxygen warningMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-25Fix doxygen warningsMax Horn
2004-09-18workaround for decode bundle bug (it overloaded memory)Paweł Kołodziejski