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
/
draci
/
sound.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-23
DRACI: Allocate no-sound buffer on the heap in LegacySoundArchive::openArchive()
Julien
2011-06-02
DRACI: Remove all instances of s(n)printf
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-16
AUDIO: Renamed mute related functions in Mixer.
Johannes Schickel
2011-04-13
DRACI: Adapt to new muting style.
Johannes Schickel
2011-03-19
DRACI: Respect global mute settings
dhewg
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-10-23
ALL: Fix indention (whitespaces -> tabs)
Max Horn
2010-07-03
Finish support of compressed dubbing
Robert Špalek
2010-07-03
Dragon History tries uses compressed dubbing when available
Robert Špalek
2010-07-01
Fix a typo in the RAW format bugfix :-)
Robert Špalek
2010-07-01
Fix playing RAW and RAW80 streams
Robert Špalek
2010-07-01
Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives.
Robert Špalek
2010-06-30
Generalize the sound archive framework to be able to open new formats
Robert Špalek
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
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-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-11-28
Fixed bug with exhausting sound handles
Robert Špalek
2009-11-12
Removed 2 old TODOs
Robert Špalek
2009-11-12
Implemented "Mute All"
Robert Špalek
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Fixed svn:keywords
Robert Špalek
2009-10-29
Implement flipping the QuickHero and SpeedText flags in GPL2.
Robert Špalek
2009-10-15
Don't crash without sound support.
Robert Špalek
2009-10-13
Set all sound/subtitle-related parameters from ConfMan.
Robert Špalek
2009-10-13
Dubbing is played.
Robert Špalek
2009-10-12
Sound effects are now correctly played.
Robert Špalek
2009-10-11
Loading and caching sound samples in memory.
Robert Špalek
2009-10-11
Added support for sound archives.
Robert Špalek