Age | Commit message (Expand) | Author |
2010-07-17 | Remove extra ";" in class declarations. | Johannes Schickel |
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t... | Martin Kiewitz |
2010-07-14 | SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(... | Martin Kiewitz |
2010-07-13 | SCI: erroring out on unsupported soundversion in midiparser | 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: fixing regression of r50414 - we set volume to standard levels inside in... | 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-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-28 | SCI: removing ignoring of channel volume change code from r50463, the lsl5 is... | Martin Kiewitz |
2010-06-28 | SCI: its lsl5 sound resource 294, not 274 (changed comment only) | Martin Kiewitz |
2010-06-28 | SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt... | Martin Kiewitz |
2010-06-28 | SCI: remove clipping of volume inside SciMidiParser::setvolume | Martin Kiewitz |
2010-06-28 | SCI: set volume all the time, fixes volume being 0 after fading in sci0 | Martin Kiewitz |
2010-06-28 | SCI: changed the way setVolume works for sci0 back to the way it was from r50... | Martin Kiewitz |
2010-06-28 | SCI: reordering and cleanup, removing debug code from sci0 mix-code | Martin Kiewitz |
2010-06-28 | SCI: implementing real setVolume() support, fixing some fading in sci1 games ... | Martin Kiewitz |
2010-06-28 | SCI: regression from implementing channel remapping and r50405 - center pitch... | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50405 - sq1vga right at the beginning - scripts are p... | Martin Kiewitz |
2010-06-27 | SCI: tell midiparser that he lost ownership of channels in case we take them ... | Martin Kiewitz |
2010-06-27 | Cleanup, remove unused/obsolete code | Filippos Karapetis |
2010-06-27 | SCI: resetting curPos as well when mixing sound resources | Martin Kiewitz |
2010-06-27 | SCI: filter out set signal commands from midi streams, if they happen at tick... | Martin Kiewitz |
2010-06-26 | SCI: fix warning | Martin Kiewitz |
2010-06-26 | SCI: do boundary checking when loading sci1 sounds and mixing them together. ... | Martin Kiewitz |
2010-06-26 | SCI: reverting r50315 - had the deadlock just again... | Martin Kiewitz |
2010-06-26 | SCI: fixing deadlock possiblity on samples (sq3 deadlocked on door opening/wh... | Martin Kiewitz |
2010-06-26 | SCI: set _driver to 0 in MidiParser_SCI destructor to stop the MidiParser des... | Martin Kiewitz |
2010-06-26 | SCI: removing fixme (issue got already solved) | Martin Kiewitz |
2010-06-26 | SCI: dont call midiparser->stop() if paused sound gets stopped | Martin Kiewitz |
2010-06-25 | SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32 | Florian Kagerer |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-25 | SCI: only send new volume to currently mapped channels, fixes assert in sq1 b... | Martin Kiewitz |
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-22 | SCI: removing unneeded capacity uint from r50143 | Martin Kiewitz |
2010-06-22 | Add support for the QFG3 demo audio map and audio resources. Based on a patch... | Matthew Hoops |
2010-06-22 | SCI: change midi queue to Common::Array and make it resize itself if needed i... | Martin Kiewitz |
2010-06-21 | SCI: fades already send out commands directly | Martin Kiewitz |
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in S... | Martin Kiewitz |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-21 | SCI: added fixme about r50110/r50073 | Martin Kiewitz |
2010-06-21 | SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga... | Martin Kiewitz |