Age | Commit message (Expand) | Author |
2010-01-30 | SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking. | Walter van Niftrik |
2010-01-29 | Always prefer MIDI drivers over the other ones | Filippos Karapetis |
2010-01-28 | Always try and load the associated digital track if the requested MIDI track ... | Filippos Karapetis |
2010-01-27 | Fixed the demo version of Longbow - speech was not played at all with the new... | Filippos Karapetis |
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | Filippos Karapetis |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-26 | Removed the unnecessary fadeVolume variable | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Amiga SCI1 games had signed sound data. Fixes PQ3 Amiga | Filippos Karapetis |
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound and... | Filippos Karapetis |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |
2010-01-21 | - Fixed pausing of all sounds in the playlist | Filippos Karapetis |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played s... | Filippos Karapetis |
2010-01-19 | Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl... | Filippos Karapetis |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
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 | SCI: Add support for earlier MT-32 patch format | Walter van Niftrik |
2010-01-14 | SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. | Walter van Niftrik |
2010-01-13 | The pitch wheel is now properly reset when a song is unloaded | 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 | 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-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: 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 | 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 | SCI: releasing sample stream as well (thx to LordHoto) | Martin Kiewitz |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |