Age | Commit message (Expand) | Author |
2003-12-22 | actually, converting a sound handle to a sound index is an evil hack, too... :-) | Max Horn |
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more natural;... | Max Horn |
2003-12-21 | cleanup | Max Horn |
2003-12-21 | added convenience SoundMixer::playVorbis variant which calls through to playS... | Max Horn |
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi... | Max Horn |
2003-12-21 | Incorrect use of stopChannel (must be stopHandle); replaced single remaining ... | Max Horn |
2003-12-18 | cleanup | Max Horn |
2003-12-13 | * don't call a variable 'bit' which stores a byte' | Max Horn |
2003-12-10 | Removed #include "midiparser.h". It was only there for the early Humongeous X... | Jamieson Christian |
2003-11-29 | added API to query CD playback status; renamed AudioCDManager methods | Max Horn |
2003-11-29 | moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma... | Max Horn |
2003-11-18 | Alter old demo check | Travis Howell |
2003-11-18 | COMI demos only have 3 fonts files. | Travis Howell |
2003-11-17 | added voice support for mac dig demo | Paweł Kołodziejski |
2003-11-17 | added voice support in dig demo | Paweł Kołodziejski |
2003-11-13 | *** empty log message *** | Travis Howell |
2003-11-12 | changed getting position of bundle song to ms | Paweł Kołodziejski |
2003-11-11 | made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ... | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-17 | renamed some Timer methods | Max Horn |
2003-10-17 | proper fix for COMI timer issue: don't let a Timer remove itself | Max Horn |
2003-10-12 | some more target<->game cleanup | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-07 | Remove comment, which is no longer needed too. | Travis Howell |
2003-10-07 | Ooops, used wrong one. | Travis Howell |
2003-10-07 | FM TOWNS sfx fix, correct sample rate. | Travis Howell |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-10-01 | A few FmTowns games don't fall under the GF_FMTOWNS flag. | Jamieson Christian |
2003-09-30 | Support for FMTowns versions of MI1/2, | Jamieson Christian |
2003-09-30 | This may be an issue in legit gameplay, but GF_FMTOWNS | Jamieson Christian |
2003-09-27 | some minor cleanup | Max Horn |
2003-09-24 | More Amiga V2/V3 sound updates from _Q_: | Travis Howell |
2003-09-24 | Whitespace changes | Torbjörn Andersson |
2003-09-16 | Partial fix for Bug [636985] ZAK256: No kazoo tune | Jamieson Christian |
2003-09-15 | cleanup | Max Horn |
2003-09-13 | Revert change, was not needed after all. | Travis Howell |
2003-09-13 | Another fm towns sound fix from Hibernatus | Travis Howell |
2003-09-13 | Another fm towns sound fix from Hibernatus | Travis Howell |
2003-09-10 | experimental fix for bug #802396 (LOOMCD: Sound lock up); it turns out this i... | Max Horn |
2003-09-10 | added refCon parameter to timer class | Max Horn |
2003-09-09 | another fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn |
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn |
2003-09-08 | fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn |
2003-09-08 | fix warning | Paweł Kołodziejski |
2003-09-07 | properly decode SBL resources by scanning the VOC header in them; added a gue... | Max Horn |
2003-09-07 | make use of voc.h; some cleanup | Max Horn |
2003-09-07 | removed the seperate 'MP3' CD methods in class Sound (besides being misnamed,... | Max Horn |
2003-09-07 | cleanup/refactoring | Max Horn |
2003-09-07 | some cleanup; clarified isSoundInUse semantics and the difference between IMu... | Max Horn |