aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.cpp
AgeCommit message (Collapse)Author
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
svn-id: r46379
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
svn-id: r45617
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-27TINSEL: Formatting cleanup, remove a dead var, tweaked comment to ↵Max Horn
Get/SetNoBlocking svn-id: r45450
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-27TINSEL: cleanupMax Horn
svn-id: r44416
2009-09-26FLAC support had a typo in detection, fixedMartin Kiewitz
svn-id: r44379
2009-07-02Added support for compressed sample files (patch #2815426 by m_kiewitz)Sven Hesse
svn-id: r42020
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-24tinsel: sound samples and speech support for Discworld PSX using VAG. Based ↵Fabio Battaglia
on a patch provided by clone2727 svn-id: r40852
2009-04-25Added code to enable Discworld 2 to play directly from the CD (only the ↵Paul Gilbert
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
svn-id: r39203
2009-01-17Since users need to rename the sound and index files in DW2, throw nice GUI ↵Filippos Karapetis
error messages when these files are not found before dying with an error svn-id: r35886
2009-01-12CleanupFilippos Karapetis
svn-id: r35838
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-01Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵Filippos Karapetis
should be completable svn-id: r35196
2008-09-13Big patch changing the signature of various Stream methods (some ports may ↵Max Horn
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514
2008-07-24cleanupMax Horn
svn-id: r33263
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230