Age | Commit message (Expand) | Author |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
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-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-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | 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-11 | Remove excess spaces. | Travis Howell |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2008-07-20 | cleanup | Max Horn |
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-19 | malloc -> new, free -> delete, added few asserts | Paweł Kołodziejski |
2008-01-19 | fixed, it might overflow int32 | Paweł Kołodziejski |
2008-01-16 | experimental seek in compressed streams in dimuse in time ms resolution | Paweł Kołodziejski |
2008-01-16 | ops | Paweł Kołodziejski |
2008-01-16 | clarify warning | Paweł Kołodziejski |
2008-01-15 | Fixed bad memory access. (Wrong index variable when reading sound->marker[].) | Torbjörn Andersson |
2008-01-15 | Use scumm_stricmp() instead of plain stricmp(). | Torbjörn Andersson |
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski |
2008-01-15 | Since the mixer uses 'delete' to free memory, we should allocate it with 'new'. | Torbjörn Andersson |
2008-01-15 | ops | Paweł Kołodziejski |
2008-01-15 | fix last commit to release, and add version 2 fallback for compressed files | Paweł Kołodziejski |
2008-01-15 | forgot release string in the 'marker' | Paweł Kołodziejski |
2008-01-15 | implement loading markers "exit". dumped version 3 for compressed bun files, ... | Paweł Kołodziejski |
2008-01-06 | store the disk sounds/music were actually *loaded* from, instead of the 'curr... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-30 | Fixing Full Throttle. If I understand the code correctly, this *should* be co... | Sven Hesse |
2007-07-27 | Only set soundMode, if compressed segment exists. | Travis Howell |
2007-07-27 | Fix for bug #1761530 - "COMI: iMUSE-related crash on startup" | Filippos Karapetis |
2007-07-23 | Add support for FLAC compression of sound bundles in The Dig and COMI. | Travis Howell |
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a Mix... | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-06-01 | rename some imuse variables | Paweł Kołodziejski |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-13 | added missing MKID_BE macros | Gregory Montoir |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-16 | added more asserts into imuse digi code | Paweł Kołodziejski |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |