Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-07 | AUDIO: Add a class representing a real OPL | Matthew Hoops | |
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops | |
2015-07-07 | AUDIO: Change callback frequency without restarting the audio stream | Matthew Hoops | |
2015-07-07 | AUDIO: Be consistent with calling stop() in OPL destructors | Matthew Hoops | |
2015-07-07 | QUEEN: Implement original music volume handling | Walter van Niftrik | |
2015-07-07 | GOB: Implement custom AdLib volume control | Walter van Niftrik | |
2015-07-07 | SKY: Implement original music volume handling | Walter van Niftrik | |
2015-07-07 | AUDIO: Use the built-in OPL timer for MidiDriver_Miles_AdLib | Matthew Hoops | |
2015-07-07 | AGOS: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | SHERLOCK: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | GOB: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | AUDIO: Allow for changing the OPL timer rate | Matthew Hoops | |
2015-07-07 | AUDIO: Limit the DOSBox start(0) hack to only being called once | Matthew Hoops | |
2015-07-07 | MADS: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | TSAGE: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | QUEEN: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | SKY: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | PARALLACTION: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | KYRA: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | CRUISE: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | CINE: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | SCI: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | AUDIO: Use the built-in OPL timer for MidiDriver_ADLIB | Matthew Hoops | |
2015-07-07 | SCUMM: Use the built-in OPL timer for Player_AD | Matthew Hoops | |
2015-07-07 | AUDIO: Introduce a callback to the OPL code | Matthew Hoops | |
Currently unused, but ready to be hooked up to various classes using it. | |||
2015-07-07 | AUDIO: Remove the sample rate configuration from the OPL code | Matthew Hoops | |
2015-07-07 | AUDIO: Remove the legacy OPL API | Matthew Hoops | |
2015-07-07 | GUI: Simplify OPL option code a bit. | Johannes Schickel | |
2015-07-07 | AUDIO: 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-07 | MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me Mac | Matthew Hoops | |
Fixes bug #6294 | |||
2015-07-08 | SAGA: Add another German version of ITE - bug #6428 | Filippos Karapetis | |
This is the German Windows/Mac version distributed by GoG | |||
2015-07-08 | ZVISION: Fix build | Willem Jan Palenstijn | |
2015-07-08 | Merge pull request #601 from elQuotho/zvision-polish | Filippos Karapetis | |
Z-Vision polish | |||
2015-07-07 | ZVISION: Reorganize detection data | David Russo | |
Migrated static detection data to detection_tables.h and removed the need for detection.h includes. Also edited game option descriptions. | |||
2015-07-07 | ZVISION: Correct code style | David Russo | |
2015-07-07 | ZVISION: Change mentions of ZVision to Z-Vision | David Russo | |
To match official documentation (e.g. game manual, credits). | |||
2015-07-07 | ZVISION: Correct function documentation | David Russo | |
2015-07-07 | SHERLOCK: RT: Fix Valgrind issues | Paul Gilbert | |
2015-07-06 | SHERLOCK: RT: Fix characters walking off-screen | Paul Gilbert | |
2015-07-07 | AGOS: Remove unused field | Torbjörn Andersson | |
Should have been removed in a4b8c6e054fec4a3555970a70430a90fa96db12e but wasn't. | |||
2015-07-05 | SHERLOCK: RT: Don't run secondary scripts if an anim is active | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Changes for doScript method ending code | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Simplify restoreBackground | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Cleanup of walk-related script opcodes | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Fix People::reset when _scriptMoreFlag is set | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Cleanup and fleshing out of saving | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Fixes to display talk window | Paul Gilbert | |
2015-07-05 | MADE: Music: initialize musicType variable | Martin Kiewitz | |
wasn't initialized in case milesAudio was disabled | |||
2015-07-05 | AUDIO: Miles Audio AdLib: set default volume 0x7F | Martin Kiewitz | |
set default volume of every midi channel to 0x7F right on startup fixes Amazon Guardians of Eden logo jingle music those values were actually sent to the driver right on startup default value for panning was 0x40, this was adjusted as well | |||
2015-07-05 | ACCESS: Increase delay in Amazon intro to allow fanfare to finish | Torbjörn Andersson | |
There's probably a better way of handling this, but as long as we hard-code a delay, we may as well try to make it fit. |