aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
AgeCommit message (Expand)Author
2003-12-26when introducing a constant used throughout multiple files, best assign a *na...Max Horn
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
2003-12-26Set _sfxMode in HE games.Travis Howell
2003-12-25cleanup; fix File::open usage (do not hardocde constant values, rather use th...Max Horn
2003-12-25opsPaweł Kołodziejski
2003-12-25some changes to digital imusePaweł Kołodziejski
2003-12-25start sound call directly digital imuse, only script part handled by mainloop...Paweł Kołodziejski
2003-12-24cleanupMax Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-23Replace the DOTT/SAM hack (which ensures that only one SFX is being played at...Max Horn
2003-12-23cleanupMax Horn
2003-12-22actually, converting a sound handle to a sound index is an evil hack, too... :-)Max Horn
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more natural;...Max Horn
2003-12-21cleanupMax Horn
2003-12-21added convenience SoundMixer::playVorbis variant which calls through to playS...Max Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21Incorrect use of stopChannel (must be stopHandle); replaced single remaining ...Max Horn
2003-12-18cleanupMax Horn
2003-12-13* don't call a variable 'bit' which stores a byte'Max Horn
2003-12-10Removed #include "midiparser.h". It was only there for the early Humongeous X...Jamieson Christian
2003-11-29added API to query CD playback status; renamed AudioCDManager methodsMax Horn
2003-11-29moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...Max Horn
2003-11-18Alter old demo checkTravis Howell
2003-11-18COMI demos only have 3 fonts files.Travis Howell
2003-11-17added voice support for mac dig demoPaweł Kołodziejski
2003-11-17added voice support in dig demoPaweł Kołodziejski
2003-11-13*** empty log message ***Travis Howell
2003-11-12changed getting position of bundle song to msPaweł Kołodziejski
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-17renamed some Timer methodsMax Horn
2003-10-17proper fix for COMI timer issue: don't let a Timer remove itselfMax Horn
2003-10-12some more target<->game cleanupMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-07Remove comment, which is no longer needed too.Travis Howell
2003-10-07Ooops, used wrong one.Travis Howell
2003-10-07FM TOWNS sfx fix, correct sample rate.Travis Howell
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-01A few FmTowns games don't fall under the GF_FMTOWNS flag.Jamieson Christian
2003-09-30Support for FMTowns versions of MI1/2,Jamieson Christian
2003-09-30This may be an issue in legit gameplay, but GF_FMTOWNSJamieson Christian
2003-09-27some minor cleanupMax Horn
2003-09-24More Amiga V2/V3 sound updates from _Q_:Travis Howell
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-16Partial fix for Bug [636985] ZAK256: No kazoo tuneJamieson Christian
2003-09-15cleanupMax Horn
2003-09-13Revert change, was not needed after all.Travis Howell
2003-09-13Another fm towns sound fix from HibernatusTravis Howell