aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
AgeCommit message (Collapse)Author
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