Age | Commit message (Expand) | Author |
2010-11-24 | SCI: Added a TODO for the default reverb value | Filippos Karapetis |
2010-11-24 | SCI: Read MT-32 reverb data correctly (patch #3117434) | Filippos Karapetis |
2010-11-23 | SCI: Also send a sustain off on a notes off event (patch from bug #3116608) | Filippos Karapetis |
2010-11-23 | SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l... | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-11-10 | SCI3: Some changes | Filippos Karapetis |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-10-31 | SCI: Removing obsolete function parameter | Filippos Karapetis |
2010-10-28 | SCI: Added some missing GM mappings for MT-32 instruments: | Filippos Karapetis |
2010-10-28 | SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h... | Filippos Karapetis |
2010-10-28 | SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h | Filippos Karapetis |
2010-10-28 | SCI: Improved the description of the "map_instrument" console command a bit. ... | Filippos Karapetis |
2010-10-28 | SCI: Several changes related to MT-32 -> GM mapping | Filippos Karapetis |
2010-10-19 | SCI: fixing possible deadlock inside clearPlaylist | Martin Kiewitz |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-10-07 | SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame" | Filippos Karapetis |
2010-09-24 | SCI: Implement voice mapping for CMS driver. | Johannes Schickel |
2010-09-19 | SCI: Added documentation for the different music patches in SCI games | Filippos Karapetis |
2010-09-17 | SCI: Fix compilation on AmigaOS. | Johannes Schickel |
2010-09-17 | SCI: Add CMS driver for SCI1-SCI1.1. | Johannes Schickel |
2010-09-17 | SCI: Proper initialization in MidiPlayer's constructor. | Johannes Schickel |
2010-09-14 | SCI: Some constification. | Johannes Schickel |
2010-09-09 | SCI: Fix last MIDI channel number for adlib driver | Walter van Niftrik |
2010-09-09 | SCI: Add getLastChannel() function to MidiPlayer class | Walter van Niftrik |
2010-09-08 | SCI: dont remap to channel 9 (fix real mt32) | Martin Kiewitz |
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-06 | SCI: AdLib: process patch change commands when playswitch is off. | Walter van Niftrik |
2010-09-05 | SCI: ignore kDoSound volume changes on samples | Martin Kiewitz |
2010-09-05 | SCI: sierra sci ignores vol for kDoSound samples | Martin Kiewitz |
2010-09-03 | SCI: Added a warning when using GM with SCI1 games | Filippos Karapetis |
2010-09-03 | SCI: Rewrote the game name IDs of the Mt32MemoryTimbreMaps array to be like t... | Filippos Karapetis |
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-31 | SCI: renaming fb01-enable to "native_fb01" | Martin Kiewitz |
2010-08-31 | SCI: forgot one rename of "enable_fb01" | Martin Kiewitz |
2010-08-19 | SCI: Added checking for the existence of a GM track, to determine if device I... | Filippos Karapetis |
2010-08-18 | SCI: Only perform queuing of song signals for SCI0, where we handle the updat... | Filippos Karapetis |
2010-08-18 | SCI MIDI: adding some asserts as well as proper initialization for _velocityMap | Filippos Karapetis |
2010-08-18 | SCI: Changed a warning into a debugC | Filippos Karapetis |
2010-08-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini |
2010-08-12 | SCI: queuing signal, if signal not passed to scripts | Martin Kiewitz |
2010-08-11 | SCI: not pausing kDoSound samples anymore | Martin Kiewitz |
2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini |
2010-08-04 | SCI: Turned a warning into a debugC | Filippos Karapetis |
2010-08-04 | SCI: fix fadeout on workarounds | Martin Kiewitz |