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
/
tinsel
/
sound.cpp
Age
Commit message (
Expand
)
Author
2010-04-17
Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-03
Yet more Flac -> FLAC changes for consistency.
Johannes Schickel
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-28
Hide VagStream implementation, only expose it via a factory method
Max Horn
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
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Convert more engines from Mixer::playRaw to Mixer::playInputStream
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
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
Make VagStream a RewindableAudioStream.
Johannes Schickel
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-11-02
TINSEL: Turn config code into a simple C++ class
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl...
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-27
TINSEL: cleanup
Max Horn
2009-09-26
FLAC support had a typo in detection, fixed
Martin Kiewitz
2009-07-02
Added support for compressed sample files (patch #2815426 by m_kiewitz)
Sven Hesse
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-24
tinsel: sound samples and speech support for Discworld PSX using VAG. Based o...
Fabio Battaglia
2009-04-25
Added code to enable Discworld 2 to play directly from the CD (only the first...
Paul Gilbert
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-01-17
Since users need to rename the sound and index files in DW2, throw nice GUI e...
Filippos Karapetis
2009-01-12
Cleanup
Filippos Karapetis
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-07-24
cleanup
Max Horn
2008-07-23
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
Max Horn