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: 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-10 | SCI3: Some changes | Filippos Karapetis |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
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-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-06 | SCI: AdLib: process patch change commands when playswitch is off. | Walter van Niftrik |
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-08-19 | SCI: Added checking for the existence of a GM track, to determine if device I... | Filippos Karapetis |
2010-08-18 | SCI MIDI: adding some asserts as well as proper initialization for _velocityMap | Filippos Karapetis |
2010-07-18 | SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose. | Matthew Hoops |
2010-07-18 | SCI: Oops, silence gcc warning. | Matthew Hoops |
2010-07-18 | SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound. | Matthew Hoops |
2010-07-17 | Remove extra ";" in class declarations. | Johannes Schickel |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | 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: change error() inside adlib driver ::setPatch() to warning() again, fixi... | Martin Kiewitz |
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-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-02 | SCI: Fix bug in keyshift handling in midi driver. | Walter van Niftrik |
2010-01-29 | SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode. | Walter van Niftrik |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel |
2010-01-22 | SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation | Walter van Niftrik |
2010-01-21 | SCI: Cleanup | Walter van Niftrik |
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik |