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
/
iterator
Age
Commit message (
Expand
)
Author
2010-02-13
SCI: Add global g_sci pointer to the active SciEngine instance
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-30
SCI: Remove extra '\n's in debugC messages
Willem Jan Palenstijn
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-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
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-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-09
SCI: Cleanup
Walter van Niftrik
2010-01-09
SCI: Move music device IDs to drivers.
Walter van Niftrik
2010-01-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis