aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.cpp
AgeCommit message (Collapse)Author
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-08-18some changes for smush codec 1 and 3, handled by bomp decompressionPaweł Kołodziejski
svn-id: r9766
2003-06-19the _bompBitsTable really tells the number of 1 bits in a given byteMax Horn
svn-id: r8563
2003-06-19made scale table const again; some cleanup in setupBompScaleMax Horn
svn-id: r8559
2003-06-19use default scale table for bomb codecPaweł Kołodziejski
svn-id: r8556
2003-06-07follow our coding conventionsMax Horn
svn-id: r8377
2003-06-01added a getMaskBuffer method (makes it easier to read some of the code); ↵Max Horn
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241
2003-06-01cleanup / added comments / code unificationMax Horn
svn-id: r8235
2003-06-01cleanupMax Horn
svn-id: r8209
2003-05-31make some stuff privateMax Horn
svn-id: r8161
2003-05-30made decompressBomp use bompDecodeLineMax Horn
svn-id: r8152
2003-05-30moved bomp stuff into own files; removed some of our 6 (!) bomp decodersMax Horn
svn-id: r8151