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
/
m4
/
sound.cpp
Age
Commit message (
Expand
)
Author
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-13
Added the beginnings of scene set-up logic
Paul Gilbert
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Started to get rid of Audio::FLAG_LOOP
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2009-09-24
Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...
Filippos Karapetis
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis