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
/
sound.cpp
Age
Commit message (
Expand
)
Author
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-03-12
Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)
Travis Howell
2006-03-10
Adjust talk sound check in CHARSET_1(), since processSfxQueues() doesn't exis...
Travis Howell
2006-03-05
Restructured IMuse and IMuseInternal.
Jamieson Christian
2006-03-04
Removed unnecessary strcpy calls
Max Horn
2006-03-04
Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...
Max Horn
2006-03-03
Moved ScummFile etc. to the new file.cpp / file.h
Max Horn
2006-02-25
Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...
Max Horn
2006-02-25
Replaced MKID by MID_BE in most places in the SCUMM engine
Max Horn
2006-02-20
Moved iMUSE code to the new directory engines/scumm/imuse/
Max Horn
2006-02-20
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...
Max Horn
2006-02-16
Use simplier method of checking sound status in HE60/61 games
Travis Howell
2006-02-16
Only DOS & Macintosh versions of HE60/61 games require XMIDI support
Travis Howell
2006-02-16
Clear sound queue when stopping sound channel in HE games
Travis Howell
2006-02-11
Moved engines to the new engines/ directory
Max Horn