Age | Commit message (Expand) | Author |
2011-12-08 | SCI: Add preliminary support for SCI1 early Amiga sound patches | Matthew Hoops |
2011-11-20 | SCI: Reset parameters for all channels used by a song when it starts | Filippos Karapetis |
2011-11-05 | SCI: add Japanese MUMG detection entry and adapt Fm-Towns sound driver | athrxx |
2011-11-04 | SCI: Removed a duplicate variable assignment | Filippos Karapetis |
2011-11-02 | SCI: Remove unnecessary semicolon | Torbjörn Andersson |
2011-11-01 | SCI: Fixed bug #3430834 - "SCI: KQ6: Music stops after leaving shop" | Filippos Karapetis |
2011-11-01 | SCI: Fixed unexpected end of file in fmtowns.cpp | Filippos Karapetis |
2011-11-01 | SCI: limit new FM-Towns driver to KQ5 | athrxx |
2011-11-01 | SCI: (KQ5 FM-Towns) - fix voice mapping | athrxx |
2011-11-01 | SCI: add sound driver for KQ5 FM-Towns | athrxx |
2011-10-20 | SCI: The demo of GK1 has no alternate sound effects. | Filippos Karapetis |
2011-10-13 | SCI: Updated a comment inside processPlaySound() | Filippos Karapetis |
2011-10-12 | SCI: Fixed a long-standing bug in kDoSound(init) | Filippos Karapetis |
2011-10-10 | SCI: Mixed Adlib/MIDI mode for audio resources should always be enabled in SCI32 | Filippos Karapetis |
2011-10-10 | SCI: Fixed menu music in GK1 when multi MIDI is disabled | Filippos Karapetis |
2011-10-06 | SCI: Also default to MIDI for Windows versions of SCI1.1 games | Filippos Karapetis |
2011-09-26 | SCI: Changes to the sound resource initialization code | Filippos Karapetis |
2011-09-24 | SCI: Always reset hold when starting a new song. Fixes bug #3413589 - "SCI: K... | Filippos Karapetis |
2011-09-23 | SCI: Fixed bug #3413301 - "SCI: KQ6CD: Game stops responding at the bookworm" | Filippos Karapetis |
2011-09-08 | SCI: Made some static data const. | Johannes Schickel |
2011-08-28 | SCI: Fixed bug #3297883 - "SCI: LB1 (Amiga) - Intro stuck" | Filippos Karapetis |
2011-08-26 | SCI: Fixed bug #3311911 - "SCI: QFG3: Intro music abruptly stops" | Filippos Karapetis |
2011-08-25 | SCI: Fixed bug #3392767 - "SCI: SQ4 (English/CD/Win): Engine Abort In Timepod... | Filippos Karapetis |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-07 | SCI: Add more debug output to AmigaMac sound driver | Walter van Niftrik |
2011-06-07 | SCI: Use Sound debug channel in AmigaMac sound driver. | Walter van Niftrik |
2011-05-13 | SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined | md5 |
2011-05-12 | SCI: Added a warning for SCI0 games like in bug #3297881 | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | SCI: Clarify comment from rev 5654e12 further | Willem Jan Palenstijn |
2011-04-28 | SCI: Clarified comment in rev 5654e12 | md5 |
2011-04-28 | SCI: Added a more specific workaround for bug #3267956. This fixes bug #32911... | md5 |
2011-04-27 | SCI: Removed unused variables | md5 |
2011-04-15 | SCI: Some initial work on supporting patch.005 in KQ1 Amiga | md5 |
2011-04-13 | SCI: Added handling for another version of mt32.drv (bug #3285556) | md5 |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-03 | SCI: Fixed fading-related bugs #3267956 and #3041738 | md5 |
2011-04-03 | SCI: Show object names in the songlib console command | md5 |
2011-04-03 | SCI: Fixed bug #3266480 and partially fixed bug #3041738 | md5 |
2011-04-02 | SCI: Replace not required emumidi header | dhewg |
2011-03-27 | SCI: Fix default pan value in MIDI driver. | Walter van Niftrik |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-03-23 | ENGINES: Use Common::StackLock in more places | Max Horn |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-03 | SCI: Always clear looping and hold before jumpToTick() is called | md5 |
2011-03-03 | SCI: Don't ignore SysEx messages at the driver level but warn instead | md5 |
2011-03-03 | SCI: Slight cleanup of some sound drivers | md5 |
2011-03-01 | SCI: Fixed bug #3039188 - "LSL2 Amiga: Failed to Initialize Sound Driver error" | md5 |