Age | Commit message (Expand) | Author |
2010-05-28 | SCI: read out vol selector on initSound/playSound for sci1early (soundversion... | Martin Kiewitz |
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: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor... | Martin Kiewitz |
2010-05-23 | SCI: fix regression of r49156 - if multiple songs are stored for resume-play,... | 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: updated comment on kDoSound(12) | Martin Kiewitz |
2010-05-19 | SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ... | Martin Kiewitz |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-05-18 | SCI: set signal on fadeOut and also set signal when fade is requested but sou... | Martin Kiewitz |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-11 | SCI: remove unneeded _mutex lock to fix deadlock issue | Martin Kiewitz |
2010-05-10 | SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co... | Martin Kiewitz |
2010-05-03 | SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe... | Martin Kiewitz |
2010-05-03 | SCI: reverting r48805 - caused regression in sq3new/kq1 | Martin Kiewitz |
2010-05-03 | SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema... | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as well | Martin Kiewitz |
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |
2010-04-26 | SCI: changing comment slightly about setting signal selector in stopSound for... | Martin Kiewitz |
2010-04-26 | SCI: also set signal selector when stopping sounds for SCI0 as well - fixes s... | Martin Kiewitz |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-16 | SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301) | Martin Kiewitz |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Rename some members of class Resource | Max Horn |
2010-02-15 | SCI: Remove sound/audio.h include from engine/state.h | Max Horn |
2010-02-13 | SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabled | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | 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-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
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-02-02 | SCI: Fix bug in keyshift handling in midi driver. | 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-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-29 | Don't cripple setVolume(), but throw a warning when receiving invalid volumes... | Filippos Karapetis |
2010-01-29 | Disabled the MIDI volume changing code till we figure out why it's getting vo... | Filippos Karapetis |
2010-01-29 | Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't clea... | Filippos Karapetis |
2010-01-29 | Always prefer MIDI drivers over the other ones | Filippos Karapetis |