aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
AgeCommit message (Collapse)Author
2003-01-25fixed compiler warningsMax Horn
svn-id: r6542
2003-01-25some cleanupPaweł Kołodziejski
svn-id: r6540
2003-01-25implemented properly comi sound codecsPaweł Kołodziejski
svn-id: r6538
2003-01-18fix for the music crash, I hope... hmMax Horn
svn-id: r6503
2003-01-18Init and cleanup compression tablesJames Brown
svn-id: r6500
2003-01-18Fix shadowed variable in debugger, change bundle compression tables to be ↵James Brown
dynamic svn-id: r6499
2003-01-17fixed OOB access introduced in my last commit; leaving in my debug asserts ↵Max Horn
this time, in case there are more svn-id: r6490
2003-01-17fixed decoding bug for COMI bundle audio; this resolves an OOB access and ↵Max Horn
should enable stereo music, but both music and voice still 'pops' a lot svn-id: r6489
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
svn-id: r6466
2003-01-14err, not at this pointPaweł Kołodziejski
svn-id: r6457
2003-01-14increased compression table for comi music, and added assert for itPaweł Kołodziejski
svn-id: r6456
2002-12-29removed handle codec 14Paweł Kołodziejski
svn-id: r6248
2002-12-29Remove overly verbose debug message :)James Brown
svn-id: r6247
2002-12-29various small fixes; first sample of CMI now is audible (a start at least :-)Max Horn
svn-id: r6244
2002-12-28fix for CMI codecPaweł Kołodziejski
svn-id: r6239
2002-12-28typo :-)Max Horn
svn-id: r6237
2002-12-28fixed several warnings; added a FIXME to a suspicious variable usage; use ↵Max Horn
same procedure brace style as in our other source files. And boy, this source file really really should have more (read: any) comments :-) svn-id: r6236
2002-12-28added CMI sound codecPaweł Kołodziejski
svn-id: r6232
2002-12-27Voice sample support, again missing a required codecJames Brown
svn-id: r6195
2002-12-27Fix GCC3.1 compile problemJames Brown
svn-id: r6194
2002-12-27Add skeleton music support for CMI (but codec not implemented)James Brown
svn-id: r6193
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are ↵Max Horn
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216
2002-10-10Work around crash in The Dig, which occurs when the music reaches theJames Brown
end svn-id: r5123
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
2002-08-31changed Bundle to File class, cleanupPaweł Kołodziejski
svn-id: r4874
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
svn-id: r4842
2002-08-21Initial revisionMax Horn
svn-id: r4785