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
/
softseq
Age
Commit message (
Expand
)
Author
2010-01-19
Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl...
Filippos Karapetis
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
2010-01-16
SCI: Fix percussion volume adjust
Walter van Niftrik
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-15
Send a velocity off signal to all channels when a song is loaded
Filippos Karapetis
2010-01-14
SCI: Add MIDI support. Currently only the later MT-32/GM patch type works.
Walter van Niftrik
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
SCI: Handle master volume inside music drivers
Walter van Niftrik
2010-01-11
- Don't set the palette per portrait frame - setting the whole screen palette...
Filippos Karapetis
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-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis