aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
AgeCommit message (Collapse)Author
2004-01-06synced imuse digital with local treePaweł Kołodziejski
svn-id: r12187
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
svn-id: r12079
2003-12-25cleanupMax Horn
svn-id: r11924
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more ↵Max Horn
natural; and allows for various cleanup) svn-id: r11846
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
svn-id: r11315
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
svn-id: r10703
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
svn-id: r9077
2003-06-27cleanupMax Horn
svn-id: r8662
2003-06-15fixed leaksMax Horn
svn-id: r8491
2003-05-31fixed bug #739560: COMI: crash at start of part IIIMax Horn
svn-id: r8162
2003-05-28cleanupMax Horn
svn-id: r8044
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-05-20init all Bundle members properly; make _voiceFile/_musicFile protectedMax Horn
svn-id: r7718
2003-05-18warning() automatically outputs a newline after the warning message; adding ↵Max Horn
a newline into the format string adds another newline (which contains the single char '!') svn-id: r7647
2003-04-07Patch #712493: CMI: Object lineMax Horn
svn-id: r6930
2003-03-10tiny improvement <g>Max Horn
svn-id: r6793
2003-03-08more cleanup; added an error in case we encounter a 'real' input overflow ↵Max Horn
(more than one byte, or one byte overflow but number of bits needed exceeds 8) svn-id: r6780
2003-03-08cleanup / optimizationMax Horn
svn-id: r6779
2003-03-08cleanup; added warning for decoder overflows in COMI (it writes 1 byte past ↵Max Horn
the output buffer...) svn-id: r6778
2003-03-08hack for comi bundle codec, i hope it fix valgrid warningsPaweł Kołodziejski
svn-id: r6777
2003-03-07changed voice buffer allocation to needed sizePaweł Kołodziejski
svn-id: r6737
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanupPaweł Kołodziejski
svn-id: r6718
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