Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-12 | fix/workaround for bug: 1120625 | Paweł Kołodziejski | |
svn-id: r16779 | |||
2005-02-06 | return null if sound is not found | Paweł Kołodziejski | |
svn-id: r16737 | |||
2005-01-30 | added support for *.map files version 2 | Paweł Kołodziejski | |
svn-id: r16709 | |||
2005-01-28 | Fix mp3/vorbis detection | Nicolas Bacca | |
svn-id: r16681 | |||
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-28 | more proper checks | Paweł Kołodziejski | |
svn-id: r16667 | |||
2005-01-28 | Indentation | Torbjörn Andersson | |
svn-id: r16666 | |||
2005-01-28 | added error message for lack of library support | Paweł Kołodziejski | |
svn-id: r16663 | |||
2005-01-28 | fixed restoration of sounds params after cross non/compressed bundles | Paweł Kołodziejski | |
svn-id: r16660 | |||
2005-01-28 | add checks for mad and vorbis define | Paweł Kołodziejski | |
svn-id: r16659 | |||
2005-01-28 | double check | Paweł Kołodziejski | |
svn-id: r16658 | |||
2005-01-28 | ah, forgot that | Paweł Kołodziejski | |
svn-id: r16657 | |||
2005-01-28 | added support for mp3 compressed bundles | Paweł Kołodziejski | |
svn-id: r16656 | |||
2005-01-28 | clear compressed entries before restore for compatibility with old savegames | Paweł Kołodziejski | |
svn-id: r16655 | |||
2005-01-27 | fix for shadowed variable | Paweł Kołodziejski | |
svn-id: r16646 | |||
2005-01-27 | fix for shadowed variable | Paweł Kołodziejski | |
svn-id: r16643 | |||
2005-01-26 | fix for compressed bun sounds | Paweł Kołodziejski | |
svn-id: r16641 | |||
2005-01-25 | added support for compressed bun files | Paweł Kołodziejski | |
svn-id: r16639 | |||
2005-01-25 | fixed volume channel in fade track | Paweł Kołodziejski | |
svn-id: r16638 | |||
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn | |
svn-id: r16534 | |||
2005-01-10 | system.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-09 | Moving AppendableAudioStream into SCUMM engine, as it is only used there | Max Horn | |
svn-id: r16494 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Add 'speech' sound type to mixer; make use of that in iMuse Digital | Max Horn | |
svn-id: r16331 | |||
2004-12-27 | Added '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-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn | |
svn-id: r15950 | |||
2004-11-28 | Trying 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-25 | Initialize 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-24 | Some code transformations (no functional change) | Max Horn | |
svn-id: r15874 | |||
2004-11-10 | This is really an IMA codec... | Max Horn | |
svn-id: r15776 | |||
2004-10-17 | Fix compilation. | Eugene Sandulenko | |
svn-id: r15598 | |||
2004-10-17 | cleanup | Max Horn | |
svn-id: r15597 | |||
2004-10-07 | Fix doxygen warning | Max Horn | |
svn-id: r15452 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-25 | Fix doxygen warnings | Max Horn | |
svn-id: r15277 | |||
2004-09-18 | workaround for decode bundle bug (it overloaded memory) | Paweł Kołodziejski | |
svn-id: r15165 | |||
2004-09-12 | Fixed 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-12 | On PalmOS too | Chris Apers | |
svn-id: r15026 | |||
2004-09-04 | added error info for bundle mgr bug | Paweł Kołodziejski | |
svn-id: r14893 | |||
2004-09-04 | fixde bug IMUSE+DEBUG | Paweł Kołodziejski | |
svn-id: r14892 | |||
2004-09-04 | added comment for insane hack | Paweł Kołodziejski | |
svn-id: r14891 | |||
2004-08-28 | more cleanup | Max Horn | |
svn-id: r14816 | |||
2004-08-28 | Reduce code duplication | Max Horn | |
svn-id: r14815 | |||
2004-08-28 | Cleaning up code a bit while trying to understand it... | Max Horn | |
svn-id: r14814 | |||
2004-08-25 | Fix compile | Travis Howell | |
svn-id: r14745 | |||
2004-08-25 | added comment for insane hack and not tested fix for deadlock bug imuse + ↵ | Paweł Kołodziejski | |
debugger svn-id: r14742 | |||
2004-08-16 | Added 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-07 | Init _compInput (prevents bad free) | Max Horn | |
svn-id: r14506 | |||
2004-07-19 | Valgrind complained about an uninitialized value. This appears to fix it, | Torbjörn Andersson | |
and anyway it won't hurt. svn-id: r14279 |