Age | Commit message (Expand) | Author |
2010-11-25 | SCI: implemented reverb handling and related functionality | Filippos Karapetis |
2010-11-25 | SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi... | Filippos Karapetis |
2010-11-25 | SCI: Fixed digital audio at the beginning of KQ5CD and removed a hack for the... | Filippos Karapetis |
2010-11-24 | SCI: Some renaming and added several TODOs concerning reverb | Filippos Karapetis |
2010-11-24 | SCI: some changes to the way reverb is handled | Filippos Karapetis |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-09-06 | SCI: extending comment for prev. commit | Martin Kiewitz |
2010-09-06 | SCI: dont play audio on kDoSound in hoyle4 | Martin Kiewitz |
2010-09-06 | SCI: fix regression of r52569 | Martin Kiewitz |
2010-09-02 | SCI: Show a warning window regarding GM in some games. | Filippos Karapetis |
2010-09-01 | SCI: set master volume correctly | Martin Kiewitz |
2010-08-18 | SCI: Changed a warning into a debugC | Filippos Karapetis |
2010-08-04 | SCI: Turned a warning into a debugC | Filippos Karapetis |
2010-08-04 | SCI: fix fadeout on workarounds | Martin Kiewitz |
2010-08-02 | SCI: Silenced some sound related warnings. Added an empty function for kDoSou... | Filippos Karapetis |
2010-08-01 | SCI: kDoSound(mute) behaviour change | Martin Kiewitz |
2010-07-29 | SCI: Added back debug output to sound commands | Filippos Karapetis |
2010-07-22 | SCI: Cleanup leftovers from the FreeSCI sound code | Filippos Karapetis |
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz |
2010-07-19 | SCI: disabling kDoSound(StopAll) | Martin Kiewitz |
2010-07-19 | SCI: update sample ticker when paused | Martin Kiewitz |
2010-07-19 | SCI: change kDoSound(updateCues) for samples | Martin Kiewitz |
2010-07-18 | SCI: if game starts fading, stops music and later starts music again don't re... | Martin Kiewitz |
2010-07-18 | SCI: adding obj in kDoSound debug output | Martin Kiewitz |
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t... | Martin Kiewitz |
2010-07-11 | SCI: changing signature for kDoSound(resume) it seems its called right after ... | Martin Kiewitz |
2010-07-10 | SCI: updated debug output from kDoSound | Martin Kiewitz |
2010-07-09 | SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ... | Martin Kiewitz |
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-07-09 | SCI: removing unneeded mutex locking inside sci0 update cues | Martin Kiewitz |
2010-07-09 | SCI: fixing regression of r50755 - fixing kDoSoundSendMidi | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-24 | Changed a warning which seems like regular SCI behavior into a debugC | Filippos Karapetis |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no... | Martin Kiewitz |
2010-06-15 | Cleanup of the savegame code: | Filippos Karapetis |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-06-08 | SCI: if song isn't playing, set signal and don't set fadeout/fadein variables... | Martin Kiewitz |
2010-05-30 | Cleanup | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-28 | SCI: read out vol selector on initSound/playSound for sci1early (soundversion... | Martin Kiewitz |
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ... | Martin Kiewitz |
2010-05-23 | SCI: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor... | Martin Kiewitz |