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
/
mohawk
/
sound.cpp
Age
Commit message (
Expand
)
Author
2010-02-26
Cleanup the sound code a bit.
Matthew Hoops
2010-01-31
Switch makeADPCMStream to DisposeAfterUse::Flag
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-28
Fix warning when using -Wuninitialized
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-24
Fill in the unknown values of the ADPC chunk in Mohawk sounds and update comm...
Matthew Hoops
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-22
Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...
Matthew Hoops
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
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
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-16
Switch most AudioStream factories 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-07
Remove the deprecated FLAC, Vorbis and MP3 factories.
Johannes Schickel
2010-01-07
Create a wrapper makeLoopingAudioStream to reduce code duplcation.
Johannes Schickel
2010-01-07
Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l...
Johannes Schickel
2009-12-30
Removed some unnecessary whitespace. Changed some spaces to tabs.
Torbjörn Andersson
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko