aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
AgeCommit message (Expand)Author
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
2003-06-27cleanupMax Horn
2003-06-15fixed leaksMax Horn
2003-05-31fixed bug #739560: COMI: crash at start of part IIIMax Horn
2003-05-28cleanupMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-20init all Bundle members properly; make _voiceFile/_musicFile protectedMax Horn
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-04-07Patch #712493: CMI: Object lineMax Horn
2003-03-10tiny improvement <g>Max Horn
2003-03-08more cleanup; added an error in case we encounter a 'real' input overflow (mo...Max Horn
2003-03-08cleanup / optimizationMax Horn
2003-03-08cleanup; added warning for decoder overflows in COMI (it writes 1 byte past t...Max Horn
2003-03-08hack for comi bundle codec, i hope it fix valgrid warningsPaweł Kołodziejski
2003-03-07changed voice buffer allocation to needed sizePaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-01-25fixed compiler warningsMax Horn
2003-01-25some cleanupPaweł Kołodziejski
2003-01-25implemented properly comi sound codecsPaweł Kołodziejski
2003-01-18fix for the music crash, I hope... hmMax Horn
2003-01-18Init and cleanup compression tablesJames Brown
2003-01-18Fix shadowed variable in debugger, change bundle compression tables to be dyn...James Brown
2003-01-17fixed OOB access introduced in my last commit; leaving in my debug asserts th...Max Horn
2003-01-17fixed decoding bug for COMI bundle audio; this resolves an OOB access and sho...Max Horn
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
2003-01-14err, not at this pointPaweł Kołodziejski
2003-01-14increased compression table for comi music, and added assert for itPaweł Kołodziejski
2002-12-29removed handle codec 14Paweł Kołodziejski
2002-12-29Remove overly verbose debug message :)James Brown
2002-12-29various small fixes; first sample of CMI now is audible (a start at least :-)Max Horn
2002-12-28fix for CMI codecPaweł Kołodziejski
2002-12-28typo :-)Max Horn
2002-12-28fixed several warnings; added a FIXME to a suspicious variable usage; use sam...Max Horn
2002-12-28added CMI sound codecPaweł Kołodziejski
2002-12-27Voice sample support, again missing a required codecJames Brown
2002-12-27Fix GCC3.1 compile problemJames Brown
2002-12-27Add skeleton music support for CMI (but codec not implemented)James Brown
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are syst...Max Horn
2002-10-10Work around crash in The Dig, which occurs when the music reaches theJames Brown
2002-09-15improved open function in File classPaweł Kołodziejski
2002-08-31changed Bundle to File class, cleanupPaweł Kołodziejski
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
2002-08-21Initial revisionMax Horn