Age | Commit message (Expand) | Author |
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 |
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to driver... | Martin Kiewitz |
2010-06-19 | SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32... | Martin Kiewitz |
2010-06-19 | SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully) | Martin Kiewitz |
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ... | Martin Kiewitz |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ... | Martin Kiewitz |
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the use... | Martin Kiewitz |
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | Martin Kiewitz |
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of dispos... | Martin Kiewitz |
2010-06-19 | SCI: AdLib: add dummy instruments when there are only 48 in the patch | Walter van Niftrik |
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI channel... | Filippos Karapetis |
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ... | Filippos Karapetis |
2010-06-18 | Added an explanation about the invalid instruments used when using the Adlib ... | Filippos Karapetis |
2010-06-18 | SCI: implementing fading for sci1 only for used channels of the object, fixes... | Martin Kiewitz |
2010-06-18 | SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi... | Martin Kiewitz |
2010-06-18 | Added information regarding a FIXME | Filippos Karapetis |
2010-06-18 | Changed an assert into a warning with a FIXME (happens in SQ1) | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-18 | SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables. | Walter van Niftrik |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | 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-17 | SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh... | Martin Kiewitz |
2010-06-17 | Fix another valgrind warning, thanks to digitall for spotting. | Matthew Hoops |
2010-06-16 | SCI: dont seek during init of music but on play, fixes assert when restoring ... | Martin Kiewitz |
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-15 | SCI: Saner and simpler conversion from msecs to ticks | Max Horn |
2010-06-15 | Modify makeAIFFStream to match the other sound decoder factories | Max Horn |
2010-06-15 | Cleanup of the savegame code: | Filippos Karapetis |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | SCI: Added a version of allNotesOff() which sends messages only to the channe... | Filippos Karapetis |