aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/saud_channel.cpp
AgeCommit message (Collapse)Author
2005-08-19typoGregory Montoir
svn-id: r18707
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-02-14Use correct order, to prevent mingw warnings.Travis Howell
svn-id: r12865
2004-02-14Fix valgrind warningTravis Howell
svn-id: r12862
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
o Support transparency for characters. Needed for cockpit rendering o Fixed bug in NUT renderer which drawed transparent characters garbled o Fixed long-standing (and outstanding) bug with SAUD error o Previous fix fixed music in some cases (scene transitions) o Fixed bug with palette being reset when smush video is rewind o Made debug level for insane adjustable at compile time (maybe I will remove it later) svn-id: r12717
2004-01-30Fix for bug #887167 (FT: Sound/Music/speech (almost) mute)Max Horn
svn-id: r12675
2004-01-09handle volume and pan by SoundMixer not SmushMixerPaweł Kołodziejski
svn-id: r12287
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-25added support for start play ft smush audio from middle of san filePaweł Kołodziejski
svn-id: r11903
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-07-20fixed regression caused by mePaweł Kołodziejski
svn-id: r9097
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
svn-id: r9077
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-07adhere to our coding style conventions; removed some unneccessary codeMax Horn
svn-id: r8376
2003-05-25renamed ContChunk -> MemoryChunk; avoid code duplication by introducing ↵Max Horn
BaseChunk svn-id: r7935
2003-04-30som changes to make Palm OS happyMax Horn
svn-id: r7216
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more pedantic cleanupPaweł Kołodziejski
svn-id: r6707
2002-11-02Hack for Full Throttle - aquadran, are you sure these ranges are right?James Brown
svn-id: r5384
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-30some cleanupPaweł Kołodziejski
svn-id: r4870
2002-08-25Endian fixRuediger Hanke
svn-id: r4858
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
svn-id: r4842
2002-08-24fixed warningsMax Horn
svn-id: r4833
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
svn-id: r4829
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821