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-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: 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-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2010-01-08
SCI: fixing sq3 again (state selector wasnt updated anymore)
Martin Kiewitz
2010-01-08
SCI: updateCues() cleanup
Martin Kiewitz
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
Some formatting fixes.
Johannes Schickel
2010-01-07
Make makeWAVStream return a RewindableAudioStream.
Johannes Schickel
2010-01-07
SCI: releasing sample stream as well (thx to LordHoto)
Martin Kiewitz
2010-01-05
Cleanup, fixed fading of digital sound effects
Filippos Karapetis
2010-01-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis