Age | Commit message (Expand) | Author |
2010-11-23 | SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-04 | Fix 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-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-22 | SCUMM: Get rid of some redundant enum vals in iMuse digitial | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Switch SCUMM from AppendableAudioStream to QueuingAudioStream | Max Horn |
2010-01-06 | Adapt 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-23 | fix for bug #2820389 | Paweł Kołodziejski |
2009-09-23 | not need continue checks after found | Paweł Kołodziejski |
2009-09-11 | Remove excess spaces. | Travis Howell |
2009-08-01 | Added some more information to the "Compressed sound ... invalid" error. Maybe | Torbjörn Andersson |
2009-07-17 | Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech. | Travis Howell |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn |
2009-03-29 | fixed 'if' statement as should be/was. | Paweł Kołodziejski |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2009-01-10 | fixed radio chatter sfx | Paweł Kołodziejski |
2009-01-10 | - added initial radio chatter sfx, still not fully correct | Paweł Kołodziejski |
2008-12-25 | Made Engine::_timer protected | Max Horn |
2008-07-22 | shutup valgrind warning | Paweł Kołodziejski |
2008-07-20 | cleanup | Max Horn |
2008-07-08 | Remove reference to kPlainSoundType | Max Horn |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-15 | revert stateId == 4 part of code to previous ignore action to fix bug #1881415 | Paweł Kołodziejski |
2008-02-05 | silency ignored, we handle it differently | Paweł Kołodziejski |
2008-01-28 | Fixed typo in debug message. | Torbjörn Andersson |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-25 | fix for wrong imuse table entry fixes #1879940 | Paweł Kołodziejski |
2008-01-21 | moved debug log | Paweł Kołodziejski |
2008-01-21 | final fix for bug #1757010 | Paweł Kołodziejski |
2008-01-21 | disabled force restore state music, it seems fix bug #1757010, at least i see... | Paweł Kołodziejski |
2008-01-21 | fix debug output | Paweł Kołodziejski |
2008-01-21 | for debug logs for dimuse | Paweł Kołodziejski |
2008-01-20 | added experimental hack to code to prevent the same start music again if old ... | Paweł Kołodziejski |
2008-01-20 | fix/workaround for bug #1624464, as we do not support game playing on two dif... | Paweł Kołodziejski |
2008-01-20 | rename to prevent confusion | Paweł Kołodziejski |
2008-01-19 | allow force flush fade track, it happen while very fast switching rooms | Paweł Kołodziejski |
2008-01-19 | changed warning into error, to be know for sure if it still trigger | Paweł Kołodziejski |
2008-01-19 | moved fadeDelay | Paweł Kołodziejski |
2008-01-19 | revert code to fade out first region if jump hit | Paweł Kołodziejski |
2008-01-19 | missed setting trackId while starSound, | Paweł Kołodziejski |
2008-01-19 | fixed support for compressed streams in dimuse | Paweł Kołodziejski |