index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
bundle.cpp
Age
Commit message (
Expand
)
Author
2003-07-19
added vc7 files and fixed warnings. vc6 is no longer supported by me
Paweł Kołodziejski
2003-06-27
cleanup
Max Horn
2003-06-15
fixed leaks
Max Horn
2003-05-31
fixed bug #739560: COMI: crash at start of part III
Max Horn
2003-05-28
cleanup
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-20
init all Bundle members properly; make _voiceFile/_musicFile protected
Max Horn
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-04-07
Patch #712493: CMI: Object line
Max Horn
2003-03-10
tiny improvement <g>
Max Horn
2003-03-08
more cleanup; added an error in case we encounter a 'real' input overflow (mo...
Max Horn
2003-03-08
cleanup / optimization
Max Horn
2003-03-08
cleanup; added warning for decoder overflows in COMI (it writes 1 byte past t...
Max Horn
2003-03-08
hack for comi bundle codec, i hope it fix valgrid warnings
Paweł Kołodziejski
2003-03-07
changed voice buffer allocation to needed size
Paweł Kołodziejski
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup
Paweł Kołodziejski
2003-01-25
fixed compiler warnings
Max Horn
2003-01-25
some cleanup
Paweł Kołodziejski
2003-01-25
implemented properly comi sound codecs
Paweł Kołodziejski
2003-01-18
fix for the music crash, I hope... hm
Max Horn
2003-01-18
Init and cleanup compression tables
James Brown
2003-01-18
Fix shadowed variable in debugger, change bundle compression tables to be dyn...
James Brown
2003-01-17
fixed OOB access introduced in my last commit; leaving in my debug asserts th...
Max Horn
2003-01-17
fixed decoding bug for COMI bundle audio; this resolves an OOB access and sho...
Max Horn
2003-01-15
made NUT font rendered honor _ignoreCharsetMask
Max Horn
2003-01-14
err, not at this point
Paweł Kołodziejski
2003-01-14
increased compression table for comi music, and added assert for it
Paweł Kołodziejski
2002-12-29
removed handle codec 14
Paweł Kołodziejski
2002-12-29
Remove overly verbose debug message :)
James Brown
2002-12-29
various small fixes; first sample of CMI now is audible (a start at least :-)
Max Horn
2002-12-28
fix for CMI codec
Paweł Kołodziejski
2002-12-28
typo :-)
Max Horn
2002-12-28
fixed several warnings; added a FIXME to a suspicious variable usage; use sam...
Max Horn
2002-12-28
added CMI sound codec
Paweł Kołodziejski
2002-12-27
Voice sample support, again missing a required codec
James Brown
2002-12-27
Fix GCC3.1 compile problem
James Brown
2002-12-27
Add skeleton music support for CMI (but codec not implemented)
James Brown
2002-10-21
The terms Word and DWord are somewhat Windows centric; in fact there are syst...
Max Horn
2002-10-10
Work around crash in The Dig, which occurs when the music reaches the
James Brown
2002-09-15
improved open function in File class
Paweł Kołodziejski
2002-08-31
changed Bundle to File class, cleanup
Paweł Kołodziejski
2002-08-25
fixed some endian issues in the new SMUSH decoder; cleanup
Max Horn
2002-08-21
Initial revision
Max Horn