Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-09 | ACCESS: Remove workaround delay from Amazon intro | Torbjörn Andersson | |
The delay is no longer needed, now that fade-in works. I don't get any noticeable delay after the fade-in in DOSBox either. | |||
2015-07-09 | ACCESS: Fix bug in forceFadeIn() | Torbjörn Andersson | |
The bug caused the fade-in to be instantaneous, not gradual. | |||
2015-07-09 | ACCESS: Use looping audio stream for Amazon intro's projector sound | Torbjörn Andersson | |
This is less prone to glitches than playing manually triggering the playing of the short non-looping version of the sound. | |||
2015-07-09 | SHERLOCK: Rename variable to avoid shadowing | Filippos Karapetis | |
Reported by eriktorbjorn | |||
2015-07-09 | ACCESS: Fix sound stream handling | Filippos 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-09 | Merge pull request #600 from clone2727/opl_alsa | clone2727 | |
Add support for OPL output through ALSA | |||
2015-07-08 | SHERLOCK: RT: Implement handling of 2nd object requiredFlag | Paul Gilbert | |
2015-07-08 | SHERLOCK: RT: Fix default left click actions for objects | Paul Gilbert | |
2015-07-08 | SHERLOCK: RT: Fix display of tooltips in scrolled scenes | Paul Gilbert | |
2015-07-08 | MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac version | Torbjörn Andersson | |
Did I really forget to push this until now? | |||
2015-07-08 | SHERLOCK: RT: Fix display of inventory in scrolled scenes | Paul Gilbert | |
2015-07-08 | SHERLOCK: RT: Fix screen drawing when actively scrolling screen | Paul Gilbert | |
2015-07-07 | SHERLOCK: RT: Fix display of verb menu in wide-screen scenes | Paul Gilbert | |
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 | 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 | 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 | 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 | SCUMM: Use the built-in OPL timer for Player_AD | Matthew Hoops | |
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 | 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-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 | |