aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-07-07AUDIO: Fix abuse of driver IDs in OPL code.Johannes Schickel
If the driver id did not match the array index, the wrong driver entry would be accessed causing a crash in the worst case.
2015-07-07MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me MacMatthew Hoops
Fixes bug #6294
2015-07-08SAGA: Add another German version of ITE - bug #6428Filippos Karapetis
This is the German Windows/Mac version distributed by GoG
2015-07-08ZVISION: Fix buildWillem Jan Palenstijn
2015-07-08Merge pull request #601 from elQuotho/zvision-polishFilippos Karapetis
Z-Vision polish
2015-07-07ZVISION: Reorganize detection dataDavid Russo
Migrated static detection data to detection_tables.h and removed the need for detection.h includes. Also edited game option descriptions.
2015-07-07ZVISION: Correct code styleDavid Russo
2015-07-07ZVISION: Change mentions of ZVision to Z-VisionDavid Russo
To match official documentation (e.g. game manual, credits).
2015-07-07ZVISION: Correct function documentationDavid Russo
2015-07-07SHERLOCK: RT: Fix Valgrind issuesPaul Gilbert
2015-07-06SHERLOCK: RT: Fix characters walking off-screenPaul Gilbert
2015-07-07AGOS: Remove unused fieldTorbjörn Andersson
Should have been removed in a4b8c6e054fec4a3555970a70430a90fa96db12e but wasn't.
2015-07-05SHERLOCK: RT: Don't run secondary scripts if an anim is activePaul Gilbert
2015-07-05SHERLOCK: RT: Changes for doScript method ending codePaul Gilbert
2015-07-05SHERLOCK: RT: Simplify restoreBackgroundPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup of walk-related script opcodesPaul Gilbert
2015-07-05SHERLOCK: RT: Fix People::reset when _scriptMoreFlag is setPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup and fleshing out of savingPaul Gilbert
2015-07-05SHERLOCK: RT: Fixes to display talk windowPaul Gilbert
2015-07-05MADE: Music: initialize musicType variableMartin Kiewitz
wasn't initialized in case milesAudio was disabled