aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/saud_channel.cpp
AgeCommit message (Expand)Author
2016-11-19SCUMM: Fix some class initializationsEugene Sandulenko
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2008-11-17Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the i...Torbjörn Andersson
2008-09-13SCUMM: Got rid of class ChunkMax Horn
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-28cleanupMax Horn
2006-11-01Workaround for bug #1586894Max Horn
2006-10-28SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclassMax Horn
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...Max Horn
2006-10-28SCUMM: Got rid of smush/chunk_type.hMax Horn
2006-10-28SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ...Max Horn
2006-10-28SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ne...Max Horn
2006-10-27SCUMM: Unified some more SMUSH audio channel codeMax Horn
2006-10-27SCUMM: Unified some SMUSH audio channel codeMax Horn
2006-10-15Replaced Chunk::ChunkString by tag2strMax Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn