aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-11-24SCI: Added a getReverb() accessor to the SciMusic classFilippos Karapetis
2010-11-24SCI: Added a TODO for the default reverb valueFilippos Karapetis
2010-11-24SCI: Read MT-32 reverb data correctly (patch #3117434)Filippos Karapetis
2010-11-23SCI: Also send a sustain off on a notes off event (patch from bug #3116608)Filippos Karapetis
2010-11-23SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l...Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-10SCI3: Some changesFilippos Karapetis
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-02SCI: Remove any use of printfMax Horn
2010-10-31SCI: Removing obsolete function parameterFilippos Karapetis
2010-10-28SCI: Added some missing GM mappings for MT-32 instruments:Filippos Karapetis
2010-10-28SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h...Filippos Karapetis
2010-10-28SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.hFilippos Karapetis
2010-10-28SCI: Improved the description of the "map_instrument" console command a bit. ...Filippos Karapetis
2010-10-28SCI: Several changes related to MT-32 -> GM mappingFilippos Karapetis
2010-10-19SCI: fixing possible deadlock inside clearPlaylistMartin Kiewitz
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-07SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame"Filippos Karapetis
2010-09-24SCI: Implement voice mapping for CMS driver.Johannes Schickel
2010-09-19SCI: Added documentation for the different music patches in SCI gamesFilippos Karapetis
2010-09-17SCI: Fix compilation on AmigaOS.Johannes Schickel
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
2010-09-17SCI: Proper initialization in MidiPlayer's constructor.Johannes Schickel
2010-09-14SCI: Some constification.Johannes Schickel
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-09SCI: Add getLastChannel() function to MidiPlayer classWalter van Niftrik
2010-09-08SCI: dont remap to channel 9 (fix real mt32)Martin Kiewitz
2010-09-06SCI: extending comment for prev. commitMartin Kiewitz
2010-09-06SCI: dont play audio on kDoSound in hoyle4Martin Kiewitz
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-06SCI: AdLib: process patch change commands when playswitch is off.Walter van Niftrik
2010-09-05SCI: ignore kDoSound volume changes on samplesMartin Kiewitz
2010-09-05SCI: sierra sci ignores vol for kDoSound samplesMartin Kiewitz
2010-09-03SCI: Added a warning when using GM with SCI1 gamesFilippos Karapetis
2010-09-03SCI: Rewrote the game name IDs of the Mt32MemoryTimbreMaps array to be like t...Filippos Karapetis
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-08-31SCI: renaming fb01-enable to "native_fb01"Martin Kiewitz
2010-08-31SCI: forgot one rename of "enable_fb01"Martin Kiewitz
2010-08-19SCI: Added checking for the existence of a GM track, to determine if device I...Filippos Karapetis
2010-08-18SCI: Only perform queuing of song signals for SCI0, where we handle the updat...Filippos Karapetis
2010-08-18SCI MIDI: adding some asserts as well as proper initialization for _velocityMapFilippos Karapetis
2010-08-18SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-16Merge trunk, from r51777 to r52105Alejandro Marzini
2010-08-12SCI: queuing signal, if signal not passed to scriptsMartin Kiewitz
2010-08-11SCI: not pausing kDoSound samples anymoreMartin Kiewitz
2010-08-06Merged from trunk, from r51495 to r51775Alejandro Marzini
2010-08-04SCI: Turned a warning into a debugCFilippos Karapetis