aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi
AgeCommit message (Collapse)Author
2005-02-12fix/workaround for bug: 1120625Paweł Kołodziejski
svn-id: r16779
2005-02-06return null if sound is not foundPaweł Kołodziejski
svn-id: r16737
2005-01-30added support for *.map files version 2Paweł Kołodziejski
svn-id: r16709
2005-01-28Fix mp3/vorbis detectionNicolas Bacca
svn-id: r16681
2005-01-28Use class Mutex instead of MutexRefMax Horn
svn-id: r16679
2005-01-28more proper checksPaweł Kołodziejski
svn-id: r16667
2005-01-28IndentationTorbjörn Andersson
svn-id: r16666
2005-01-28added error message for lack of library supportPaweł Kołodziejski
svn-id: r16663
2005-01-28fixed restoration of sounds params after cross non/compressed bundlesPaweł Kołodziejski
svn-id: r16660
2005-01-28add checks for mad and vorbis definePaweł Kołodziejski
svn-id: r16659
2005-01-28double checkPaweł Kołodziejski
svn-id: r16658
2005-01-28ah, forgot thatPaweł Kołodziejski
svn-id: r16657
2005-01-28added support for mp3 compressed bundlesPaweł Kołodziejski
svn-id: r16656
2005-01-28clear compressed entries before restore for compatibility with old savegamesPaweł Kołodziejski
svn-id: r16655
2005-01-27fix for shadowed variablePaweł Kołodziejski
svn-id: r16646
2005-01-27fix for shadowed variablePaweł Kołodziejski
svn-id: r16643
2005-01-26fix for compressed bun soundsPaweł Kołodziejski
svn-id: r16641
2005-01-25added support for compressed bun filesPaweł Kołodziejski
svn-id: r16639
2005-01-25fixed volume channel in fade trackPaweł Kołodziejski
svn-id: r16638
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
svn-id: r16534
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-09Moving AppendableAudioStream into SCUMM engine, as it is only used thereMax Horn
svn-id: r16494
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-27Add 'speech' sound type to mixer; make use of that in iMuse DigitalMax Horn
svn-id: r16331
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵Max Horn
SFX and music; volume is now controlled based on the sound type svn-id: r16330
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
svn-id: r15950
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed ↵Max Horn
MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly svn-id: r15944
2004-11-25Initialize variable to avoid warning and possibly undefined behaviour.Torbjörn Andersson
svn-id: r15879
2004-11-24(Partial) fix for bug #1035690 (COMI: cannon shooting uses a lot of ↵Max Horn
performance) -- remember, busy waiting is almost always bad, esp. when waiting for another thread... svn-id: r15875
2004-11-24Some code transformations (no functional change)Max Horn
svn-id: r15874
2004-11-10This is really an IMA codec...Max Horn
svn-id: r15776
2004-10-17Fix compilation.Eugene Sandulenko
svn-id: r15598
2004-10-17cleanupMax Horn
svn-id: r15597
2004-10-07Fix doxygen warningMax Horn
svn-id: r15452
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-25Fix doxygen warningsMax Horn
svn-id: r15277
2004-09-18workaround for decode bundle bug (it overloaded memory)Paweł Kołodziejski
svn-id: r15165
2004-09-12Fixed some other cases where the number of parameters to our message-Torbjörn Andersson
printing functions didn't agree with the format strings. GCC will find a couple of other things to warn about if these functions are labelled as printf()-style functions, but those were less important, I think. svn-id: r15081
2004-09-12On PalmOS tooChris Apers
svn-id: r15026
2004-09-04added error info for bundle mgr bugPaweł Kołodziejski
svn-id: r14893
2004-09-04fixde bug IMUSE+DEBUGPaweł Kołodziejski
svn-id: r14892
2004-09-04added comment for insane hackPaweł Kołodziejski
svn-id: r14891
2004-08-28more cleanupMax Horn
svn-id: r14816
2004-08-28Reduce code duplicationMax Horn
svn-id: r14815
2004-08-28Cleaning up code a bit while trying to understand it...Max Horn
svn-id: r14814
2004-08-25Fix compileTravis Howell
svn-id: r14745
2004-08-25added comment for insane hack and not tested fix for deadlock bug imuse + ↵Paweł Kołodziejski
debugger svn-id: r14742
2004-08-16Added another sanity assert (I got one crash in this sport while using a ↵Max Horn
memory debugger -- likely a thread race condition svn-id: r14635
2004-08-07Init _compInput (prevents bad free)Max Horn
svn-id: r14506
2004-07-19Valgrind complained about an uninitialized value. This appears to fix it,Torbjörn Andersson
and anyway it won't hurt. svn-id: r14279