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.h
Age
Commit message (
Expand
)
Author
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-06-27
cleanup
Max Horn
2003-05-31
fixed bug #739560: COMI: crash at start of part III
Max Horn
2003-05-31
make some stuff private
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-03-07
changed voice buffer allocation to needed size
Paweł Kołodziejski
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-01-25
implemented properly comi sound codecs
Paweł Kołodziejski
2003-01-20
patch #670660 by Daniel Schepler, properly handle disc switching wrt voice fi...
Jonathan Gray
2003-01-18
Fix shadowed variable in debugger, change bundle compression tables to be dyn...
James Brown
2003-01-14
revert changes
Paweł Kołodziejski
2003-01-14
increased compression table for comi music, and added assert for it
Paweł Kołodziejski
2003-01-12
Fix ComI music bundle switching on disk change
James Brown
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
Add skeleton music support for CMI (but codec not implemented)
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-21
Initial revision
Max Horn