Age | Commit message (Expand) | Author |
2013-04-06 | SCI: Revert "Fixed fading-related bugs #3267956 and #3041738" | Willem Jan Palenstijn |
2013-04-06 | SCI: Re-initialize more of MusicEntry on play | Willem Jan Palenstijn |
2013-04-06 | SCI: Notify scripts of completed fade when aborting it | Willem Jan Palenstijn |
2013-04-06 | SCI: Revert "Added a more specific workaround for bug #3267956.[...]" | Willem Jan Palenstijn |
2013-04-06 | SCI: Revert "Clarify comment from rev 5654e12 further" | Willem Jan Palenstijn |
2013-04-06 | SCI: Revert "Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze"" | Willem Jan Palenstijn |
2013-04-06 | SCI: Revert "Properly fix bugs #3267956 and #3605377" | Willem Jan Palenstijn |
2013-04-06 | SCI: Revert "Add a hack to fix bug #3596335" | Willem Jan Palenstijn |
2013-04-05 | SCI: Revert "Add a more generic solution for the problem found in bug #3605269" | Willem Jan Palenstijn |
2013-04-04 | SCI: Add a hack to fix bug #3596335 | Filippos Karapetis |
2013-04-04 | Properly fix bugs #3267956 and #3605377 | Filippos Karapetis |
2013-04-02 | SCI: Add a more generic solution for the problem found in bug #3605269 | Filippos Karapetis |
2013-04-01 | SCI: Set the song's sound queue signal to -1 when stopping a sound, like SSCI... | Filippos Karapetis |
2013-04-01 | SCI: Fix bug #3605269 - "SCI: KQ5 Windows CD - Game Hangs Before Final Battle" | Filippos Karapetis |
2013-03-29 | SCI: Stop and clear sounds that have no data. Fixes an issue in KQ6 Mac | Filippos Karapetis |
2013-03-27 | SCI: Remove some useless checks in the MIDI driver | Filippos Karapetis |
2013-01-29 | SCI: Use correct priority selector in SoundCmd | Willem Jan Palenstijn |
2012-10-22 | SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing... | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn |
2012-09-01 | SCI: Limit the hack used for sound initialization to the Fun Seeker's demo only | Filippos Karapetis |
2012-09-01 | SCI: Allow the Fun Seeker's Guide demo to run | Filippos Karapetis |
2012-08-20 | SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709 | Filippos Karapetis |
2012-08-20 | SCI: Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze" | Filippos Karapetis |
2012-06-26 | SCI: Remove a music fading hack used for the intro of Longbow | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-04-29 | SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" | Filippos Karapetis |
2012-04-05 | SCI: Do not cast away const qualifier. | Johannes Schickel |
2012-03-31 | ENGINES: Return all available custom GUI options if no target is specified | Filippos Karapetis |
2012-03-25 | SCI: Hook up the digital SFX and CD audio options | Filippos Karapetis |
2012-03-05 | SCI: Fix GK1 demo sounds | Matthew Hoops |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-12-28 | SCI: Always prefer digital sound effects to prevent confusion to users | Filippos Karapetis |
2011-12-28 | SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside Sound... | Filippos Karapetis |
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 |