Age | Commit message (Expand) | Author |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-16 | SCI: Fix percussion volume adjust | Walter van Niftrik |
2010-01-16 | SCI: Cleanup | Walter van Niftrik |
2010-01-16 | SCI: Fix rhythm channel handling in SCI0 | Walter van Niftrik |
2010-01-16 | Disabled code which causes crashes/and or oddities with MIDI in later SCI gam... | Filippos Karapetis |
2010-01-16 | Added detection for the appropriate GM music channel play mask | Filippos Karapetis |
2010-01-16 | SCI: Add support for earlier MT-32 patch format | Walter van Niftrik |
2010-01-16 | Fixed a Valgrind warning about an uninitialized variable, from waltervn | Filippos Karapetis |
2010-01-15 | Send a velocity off signal to all channels when a song is loaded | Filippos Karapetis |
2010-01-15 | Fixed warning. | Torbjörn Andersson |
2010-01-15 | Unified some of the code in midiMixChannels() and midiFilterChannels() | Filippos Karapetis |
2010-01-15 | When unloading a song, only reset the channels that it actually used, not all... | Filippos Karapetis |
2010-01-14 | Hold pedal is now reset as well when a sound is unloaded | Filippos Karapetis |
2010-01-14 | SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. | Walter van Niftrik |
2010-01-13 | SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro. | Walter van Niftrik |
2010-01-13 | The pitch wheel is now properly reset when a song is unloaded | Filippos Karapetis |
2010-01-13 | Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse... | Filippos Karapetis |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-12 | Fix memory leak in MidiPlayer_Adlib. | Johannes Schickel |
2010-01-12 | Fix some memory leaks caused by never deleting the objects inside SoundComman... | Johannes Schickel |
2010-01-12 | SCI: deleting _music in destructor | Martin Kiewitz |
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik |
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI so... | Filippos Karapetis |
2010-01-11 | - Don't set the palette per portrait frame - setting the whole screen palette... | Filippos Karapetis |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Fix handling of output rate in PCJr driver | Walter van Niftrik |
2010-01-09 | SCI: Fix crash on exit when using PCJr driver. | Walter van Niftrik |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | SCI: fixing sq3 again (state selector wasnt updated anymore) | Martin Kiewitz |
2010-01-08 | SCI: updateCues() cleanup | Martin Kiewitz |
2010-01-08 | Fix unhandled case(s) in switch warning from g++. | Johannes Schickel |
2010-01-08 | SCI: changed handling when unsupported sound type is selected, we are switchi... | Martin Kiewitz |
2010-01-08 | SCI: Use adlib music by default | Walter van Niftrik |
2010-01-07 | Premiliary adaption of SCI to use LoopingAudioStream. (This could really need... | Johannes Schickel |
2010-01-07 | Some formatting fixes. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | SCI: releasing sample stream as well (thx to LordHoto) | Martin Kiewitz |
2010-01-05 | Cleanup, fixed fading of digital sound effects | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |