index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
scumm
/
imuse_digi
Age
Commit message (
Expand
)
Author
2011-05-14
SCUMM: Remove some unused var warnings (see bug #3293800)
Max Horn
2011-05-13
SCUMM: Move class ResourceManager to its own header
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-14
SCUMM: Typo
Max Horn
2011-04-13
SCUMM: Use shared ADPCM data tables
Max Horn
2011-04-13
SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15)
Max Horn
2011-04-13
SCUMM: Resolve some code duplication
Max Horn
2011-04-13
SCUMM: Move ADPCM decoder into separate function
Max Horn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
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-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
[next]