index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sound
Age
Commit message (
Expand
)
Author
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
2010-01-29
Wording
Filippos Karapetis
2010-01-29
Don't modify the objects of sound slots that are already stopped, as the asso...
Filippos Karapetis
2010-01-29
SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...
Max Horn
2010-01-29
SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode.
Walter van Niftrik
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-27
SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This fix...
Matthew Hoops
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-26
Fixed loading of old saved games
Filippos Karapetis
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-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-25
Replace some more Adlib uses by AdLib.
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
Reset the value of _resetOnPause when a song is loaded/unloaded
Filippos Karapetis
2010-01-22
- The reverb value is now obtained from the music driver
Filippos Karapetis
2010-01-22
SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation
Walter van Niftrik
2010-01-21
SCI: fixing iceman intro again (dont set datainc immediately but after delta)
Martin Kiewitz
2010-01-21
- Fixed pausing of all sounds in the playlist
Filippos Karapetis
2010-01-21
SCI: Cleanup
Walter van Niftrik
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik
2010-01-21
SCI: Removed seq/ directory
Walter van Niftrik
2010-01-21
SCI: Add MT-32 to GM mapping
Walter van Niftrik
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-18
SCI: dont set dataInc selector inside updateCues when dataInc is not available
Martin Kiewitz
2010-01-17
SCI: Check GM patch before loading it
Walter van Niftrik
2010-01-17
SCI: Add MT-32 support for early SCI0
Walter van Niftrik
2010-01-17
SCI: Cleanup
Walter van Niftrik
[next]