Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-07 | SCI: Fix pitch wheel bug in adlib driver | Walter van Niftrik | |
2019-08-07 | SCI: (ADL driver) - implement/fix voice mapping | athrxx | |
- Backport some code of waltervn's fork at his recommendation (taken from 97604200 and 4c3bfee5). That code has caught some bitrot and I were too lazy to manually resolve the merge conflicts. All changes have been re-checked with disasm. - Add initTrack() implementation for SCI0 EARLY/LATE - Minor cleanup - Please note that this commit does not fix any shortcomings of the SCI sound engine | |||
2019-08-07 | SCI: (ADL driver) - remove unused declaration | athrxx | |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover | |
2015-07-07 | SCI: Delete OPL when init fails | Walter van Niftrik | |
2015-07-07 | SCI: Check OPL init return code | Walter van Niftrik | |
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops | |
2015-07-07 | SCI: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | AUDIO: Remove the sample rate configuration from the OPL code | Matthew Hoops | |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-01 | SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, ↵ | Filippos Karapetis | |
1003542 | |||
2012-09-01 | SCI: Limit the hack used for sound initialization to the Fun Seeker's demo only | Filippos Karapetis | |
2011-11-04 | SCI: Removed a duplicate variable assignment | Filippos Karapetis | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-03 | SCI: Don't ignore SysEx messages at the driver level but warn instead | md5 | |
SysEx messages in the driver are usually the result of a bug which should be investigated and not silently ignored | |||
2011-03-03 | SCI: Slight cleanup of some sound drivers | md5 | |
2011-02-26 | SCI: Avoid hiding overloaded virtual methods | Ori Avtalion | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-09-14 | SCI: Some constification. | Johannes Schickel | |
svn-id: r52726 | |||
2010-09-09 | SCI: Fix last MIDI channel number for adlib driver | Walter van Niftrik | |
svn-id: r52662 | |||
2010-09-06 | SCI: AdLib: process patch change commands when playswitch is off. | Walter van Niftrik | |
svn-id: r52595 | |||
2010-06-19 | SCI: AdLib: add dummy instruments when there are only 48 in the patch | Walter van Niftrik | |
svn-id: r50035 | |||
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI ↵ | Filippos Karapetis | |
channel 15, and updated the comment regarding PQ2 accordingly (it only has 2 incorrect instruments) svn-id: r50021 | |||
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ↵ | Filippos Karapetis | |
debugging. Some cleanup svn-id: r50020 | |||
2010-06-18 | Added an explanation about the invalid instruments used when using the Adlib ↵ | Filippos Karapetis | |
driver in PQ2 svn-id: r50019 | |||
2010-06-18 | SCI: change error() inside adlib driver ::setPatch() to warning() again, ↵ | Martin Kiewitz | |
fixing pq2 svn-id: r50017 | |||
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an ↵ | Filippos Karapetis | |
error pops up from these ones, please add the game where it occurred and the steps to reproduce the error before turning it into a warning svn-id: r49973 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-02-17 | SCI: Reduce header interdependencies | Max Horn | |
svn-id: r48086 | |||
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik | |
svn-id: r47571 | |||
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel | |
svn-id: r47534 | |||
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik | |
svn-id: r47418 |