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
/
bomp.cpp
Age
Commit message (
Expand
)
Author
2003-11-16
changed some shift operators to *, /
Paweł Kołodziejski
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-10-02
renamed class Scumm to ScummEngine (consisten with other engine names; also m...
Max Horn
2003-08-18
some changes for smush codec 1 and 3, handled by bomp decompression
Paweł Kołodziejski
2003-06-19
the _bompBitsTable really tells the number of 1 bits in a given byte
Max Horn
2003-06-19
made scale table const again; some cleanup in setupBompScale
Max Horn
2003-06-19
use default scale table for bomb codec
Paweł Kołodziejski
2003-06-07
follow our coding conventions
Max Horn
2003-06-01
added a getMaskBuffer method (makes it easier to read some of the code); merg...
Max Horn
2003-06-01
cleanup / added comments / code unification
Max Horn
2003-06-01
cleanup
Max Horn
2003-05-31
make some stuff private
Max Horn
2003-05-30
made decompressBomp use bompDecodeLine
Max Horn
2003-05-30
moved bomp stuff into own files; removed some of our 6 (!) bomp decoders
Max Horn