Age | Commit message (Expand) | Author |
2003-09-02 | Unless I'm gravely mistaken, StreamCompMusic() should always create a new | Torbjörn Andersson |
2003-09-02 | Moved the sound initialisation to the Sword2Sound constructor to avoid | Torbjörn Andersson |
2003-09-02 | Another untested endian fix. | Torbjörn Andersson |
2003-09-02 | Add missing verbOps cse for loomcd, needs work. | Travis Howell |
2003-09-02 | Use the new per-channel pausing. This allows us to play the music for the | Torbjörn Andersson |
2003-09-02 | Added per-channel pausing. Maybe I should have named the pauseChannel() | Torbjörn Andersson |
2003-09-02 | Since soundHandleMusic[] is now an array of sound handles instead of | Torbjörn Andersson |
2003-09-02 | This changes applies to both version 3 and 4, according to disasm. | Travis Howell |
2003-09-02 | Re-formatted the code to be a bit more in line with the rest of ScummVM, | Torbjörn Andersson |
2003-09-02 | Re-formatted the code to be a bit more in line with the rest of ScummVM. | Torbjörn Andersson |
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski |
2003-09-02 | fixed if check | Paweł Kołodziejski |
2003-09-02 | add note about FluidSynth to ALSA section | Jonathan Gray |
2003-09-02 | Fix from Hibernatus, correct start position for sfx in Amiga maniac/zak. | Travis Howell |
2003-09-01 | Add sound looping for Amiga zak/maniac | Travis Howell |
2003-09-01 | Fix from Hibernatus, indy3 has black shadows | Travis Howell |
2003-09-01 | forgot this | Paweł Kołodziejski |
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski |
2003-09-01 | The channel could be destroyed so changeVolumeAndPan can't access it in that ... | Chris Apers |
2003-09-01 | Add v1 maniac load/save screen support | Travis Howell |
2003-09-01 | Add missing break | Travis Howell |
2003-09-01 | Another attempt at fixing the music1.clu / music2.clu thing. | Torbjörn Andersson |
2003-09-01 | possibly fixes for not exist id stream channel | Paweł Kołodziejski |
2003-09-01 | added warkaround for not exist music stream id at appendStream call | Paweł Kołodziejski |
2003-09-01 | Minor cleanup of color cycle resource loading | Travis Howell |
2003-09-01 | Add work around for color cycling been used in monkeyvga when it shouldn't. | Travis Howell |
2003-09-01 | Add CD audio check for loomcd | Travis Howell |
2003-09-01 | Override default initial setting of subtitles enabled in loomcd | Travis Howell |
2003-08-31 | added comments: | Paweł Kołodziejski |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-08-31 | Untested (because I don't have any savegames on this computer) support for | Torbjörn Andersson |
2003-08-31 | When a fading music channel is freed to make room for new music, or when a | Torbjörn Andersson |
2003-08-31 | cleanup and make script_v2 use o5_saveLoadGame | Jonathan Gray |
2003-08-31 | some things needed for supporting original save/load screens in v3 games, doe... | Jonathan Gray |
2003-08-31 | No longer assume that all sound effects are 22 kHz. Some are 11 kHz. | Torbjörn Andersson |
2003-08-31 | Cleaned up StreamCompMusic(), including some untested endian-fixes. | Torbjörn Andersson |
2003-08-31 | support having speech clusters named speech1.clu and speech2.clu cd.bin is ne... | Jonathan Gray |
2003-08-31 | Update indy3 | Travis Howell |
2003-08-31 | Add note about roland update for loom/mi1 [ega] | Travis Howell |
2003-08-31 | fix compilation | Jonathan Gray |
2003-08-30 | BS2 crashed because it passed a buffer of uneven length to the mixer. This | Torbjörn Andersson |
2003-08-30 | Set a default music volume so that we can actually hear it. :-) | Torbjörn Andersson |
2003-08-30 | fixed not cleared sound handle for music | Paweł Kołodziejski |
2003-08-30 | Made PlayingSoundHandle unsigned again, since the mixer change was | Torbjörn Andersson |
2003-08-30 | Reverted previous change since the mixer change was reverted. | Torbjörn Andersson |
2003-08-30 | ah | Paweł Kołodziejski |
2003-08-30 | revert id handle stuff | Paweł Kołodziejski |
2003-08-30 | Fixed Simon 2 intro regression (and possibly others as well) caused by | Torbjörn Andersson |
2003-08-30 | If -1 is going to be a valid value for a PlayingSoundHandle, the data type | Torbjörn Andersson |
2003-08-30 | added func isChannelActive for mixer, and fixed handling numbers of channel 0 | Paweł Kołodziejski |