aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
AgeCommit message (Expand)Author
2004-09-02*** empty log message ***Travis Howell
2004-09-02Add extra sound check for HE gamesTravis Howell
2004-09-02HE games should check _numSounds to check whether sound type is music.Travis Howell
2004-09-01HE 80+ speech files aren't encodedTravis Howell
2004-08-30Add some WIP code for HE games.Travis Howell
2004-08-30HE 7.0+ games don'yt use imuseTravis Howell
2004-08-29Add a few akos codesTravis Howell
2004-08-29Add some charset codes for HE 7.2 gasmesTravis Howell
2004-08-28Sound change for later HE 7.x gamesTravis Howell
2004-08-28Safety checkTravis Howell
2004-08-27Correct music skip value for HE 7.2Travis Howell
2004-08-26HE 7.2 games use @ as charset codeTravis Howell
2004-08-26More code/stubs for HE 7.2 gamesTravis Howell
2004-08-26Add some stubs for HE 7.2Travis Howell
2004-08-24init var.Travis Howell
2004-08-22Basic start on freddemo (old version)Travis Howell
2004-08-22Switch to debug channelTravis Howell
2004-08-21Removed some obsolete TODO commentsMax Horn
2004-08-21Missed a spotTravis Howell
2004-08-21Missed one spotTravis Howell
2004-08-09Add patch #999887 - Possible fix for bug #998276Travis Howell
2004-08-09Fix bug #780922 - SAM: Conroy doesn't stop singing when escaping cutsceneTravis Howell
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ad...Max Horn
2004-07-26Add support for the mac (rescumm) container file format used by Sam&Max and D...Max Horn
2004-07-24Remove lefts overs of old hackTravis Howell
2004-07-24Corrtection from disasm., mouth sync uses speech timing.Travis Howell
2004-07-19removed not needed code and moved pause mixer after pause imusePaweł Kołodziejski
2004-07-17Alter check, since later games set VAR elsewhere.Travis Howell
2004-07-17Use VAR_VOICE_BUNDLE_LOADED in FT, it is need by at least one script (250)Travis Howell
2004-07-16Fix bugs:Travis Howell
2004-07-15Actually use actor talkScript when required.Travis Howell
2004-07-15Fix music volume regression in HE games.Travis Howell
2004-07-14Add support for sound offsets in HE games.Travis Howell
2004-07-14Fix speech in HE games.Travis Howell
2004-07-13Add correct sample rate for DOS HE 6.0 games.Travis Howell
2004-07-13Stop music when requested in HE games.Travis Howell
2004-07-13Fix music in 3DO versions of HE games.Travis Howell
2004-07-13Fix memory leakTravis Howell
2004-07-12CorrectionTravis Howell
2004-07-12Add HE 7.1 games music support, untested.Travis Howell
2004-07-12Add support for music in HE 7.0 games.Travis Howell
2004-07-02Caused no speech in imuse digital games.Travis Howell
2004-06-25Delay only required when using subtitlesTravis Howell
2004-06-23Remove HE7 check that wasn't needed and caused resource load failures.Travis Howell
2004-06-23Enable some sound support in HE7 games.Travis Howell
2004-06-22Add FBEAR: Partial fix for the piano, patch #977249Travis Howell
2004-06-05Check if monkey sega cd sounds have already been demangled before trying to d...Jonathan Gray
2004-04-25Fix regression in DIG demoMax Horn
2004-04-24Patch #937443 (Monkey Island SegaCD Sound Fix), and some changes by meMax Horn
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...Max Horn