Age | Commit message (Expand) | Author |
2010-06-09 | SCI: fix multiple playing of the same sound in a row (without using looping) ... | Martin Kiewitz |
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music lo... | Filippos Karapetis |
2010-06-03 | Replace two uses of ::qsort by Common::sort. | Johannes Schickel |
2010-06-03 | - Made some methods const | Johannes Schickel |
2010-06-03 | A first attempt at channel remapping (currently disabled) | Filippos Karapetis |
2010-05-27 | SCI: disabling music fading again, but only for sci32 - drivers seem to have ... | Martin Kiewitz |
2010-05-27 | SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma... | Martin Kiewitz |
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ... | Martin Kiewitz |
2010-05-25 | SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4 | Martin Kiewitz |
2010-05-24 | SCI: only remove isQueued status for sound sci0 | Martin Kiewitz |
2010-05-24 | SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m... | Martin Kiewitz |
2010-05-23 | SCI: use priority when queuing up music in sound sci0 -> fixes lsl3 jingle is... | Martin Kiewitz |
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-06 | Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games def... | Matthew Hoops |
2010-02-03 | Fixed the hang with the new music code after the copy protection in Island of... | Filippos Karapetis |
2010-02-02 | Use MIDI by default for SCI32. Fixes the GK2 demo. | Matthew Hoops |
2010-02-02 | SCI: Abort when sound driver fails to open. | Walter van Niftrik |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
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 |