aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-09SHERLOCK: Rename variable to avoid shadowingFilippos Karapetis
Reported by eriktorbjorn
2015-07-09ACCESS: Fix sound stream handlingFilippos Karapetis
Fixes stopSound(), and changes all sound streams to be deleted on the next call of checkSoundQueue(), or when clearSounds() is called. This avoids ending up with invalidated sound streams in the sound queue
2015-07-09Merge pull request #600 from clone2727/opl_alsaclone2727
Add support for OPL output through ALSA
2015-07-08SHERLOCK: RT: Implement handling of 2nd object requiredFlagPaul Gilbert
2015-07-08SHERLOCK: RT: Fix default left click actions for objectsPaul Gilbert
2015-07-08SHERLOCK: RT: Fix display of tooltips in scrolled scenesPaul Gilbert
2015-07-08MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac versionTorbjörn Andersson
Did I really forget to push this until now?
2015-07-08SHERLOCK: RT: Fix display of inventory in scrolled scenesPaul Gilbert
2015-07-08SHERLOCK: RT: Fix screen drawing when actively scrolling screenPaul Gilbert
2015-07-07SHERLOCK: RT: Fix display of verb menu in wide-screen scenesPaul Gilbert
2015-07-07AUDIO: Move ALSA OPL 'driver' out of softsynthMatthew Hoops
Might eventually be worth moving to backends/
2015-07-07AUDIO: Move the common AdLib MidiDriver out of softsynthMatthew Hoops
2015-07-07AUDIO: Reset OPL registers in ALSA driverWalter van Niftrik
2015-07-07AUDIO: Fix ALSA AdLib OPL2 waveform maskWalter van Niftrik
2015-07-07AUDIO: Reset ALSA AdLib on exitWalter van Niftrik
2015-07-07AUDIO: Update 2nd operator panning for AdLib register 0xc0Walter van Niftrik
2015-07-07SCI: Delete OPL when init failsWalter van Niftrik
2015-07-07SCI: Check OPL init return codeWalter van Niftrik
2015-07-07AUDIO: List OPL3 support for ALSA AdLib driverWalter van Niftrik
Thanks clone2727
2015-07-07AUDIO: Fix bug in ALSA AdLib driverWalter van Niftrik
Thanks clone2727
2015-07-07AUDIO: Add experimental hardware OPL support using ALSAWalter van Niftrik
2015-07-07CONFIGURE: Ensure the USE_ALSA define ends up in config.mkMatthew Hoops
2015-07-07AUDIO: Add a class representing a real OPLMatthew Hoops
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07AUDIO: Change callback frequency without restarting the audio streamMatthew Hoops
2015-07-07AUDIO: Be consistent with calling stop() in OPL destructorsMatthew Hoops
2015-07-07QUEEN: Implement original music volume handlingWalter van Niftrik
2015-07-07GOB: Implement custom AdLib volume controlWalter van Niftrik
2015-07-07SKY: Implement original music volume handlingWalter van Niftrik
2015-07-07AUDIO: Use the built-in OPL timer for MidiDriver_Miles_AdLibMatthew Hoops
2015-07-07AGOS: Use the built-in OPL timerMatthew Hoops
2015-07-07SHERLOCK: Use the built-in OPL timerMatthew Hoops
2015-07-07GOB: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Allow for changing the OPL timer rateMatthew Hoops
2015-07-07AUDIO: Limit the DOSBox start(0) hack to only being called onceMatthew Hoops
2015-07-07MADS: Use the built-in OPL timerMatthew Hoops
2015-07-07TSAGE: Use the built-in OPL timerMatthew Hoops
2015-07-07QUEEN: Use the built-in OPL timerMatthew Hoops
2015-07-07SKY: Use the built-in OPL timerMatthew Hoops
2015-07-07PARALLACTION: Use the built-in OPL timerMatthew Hoops
2015-07-07KYRA: Use the built-in OPL timerMatthew Hoops
2015-07-07CRUISE: Use the built-in OPL timerMatthew Hoops
2015-07-07CINE: Use the built-in OPL timerMatthew Hoops
2015-07-07SCI: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Use the built-in OPL timer for MidiDriver_ADLIBMatthew Hoops
2015-07-07SCUMM: Use the built-in OPL timer for Player_ADMatthew Hoops
2015-07-07AUDIO: Introduce a callback to the OPL codeMatthew Hoops
Currently unused, but ready to be hooked up to various classes using it.
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2015-07-07GUI: Simplify OPL option code a bit.Johannes Schickel