Commit Graph

16 Commits

Author SHA1 Message Date
Max Horn
d852e2855a cleanup (make some more use of class Common::Rect)
svn-id: r12232
2004-01-08 03:10:16 +00:00
Max Horn
033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
Paweł Kołodziejski
d5eddef057 changed some shift operators to *, /
svn-id: r11315
2003-11-16 20:52:57 +00:00
Max Horn
d7660a2662 introduced namespace Scumm; made #include statements use scumm/ prefix explicitly
svn-id: r10571
2003-10-03 18:33:57 +00:00
Max Horn
3f55f2669d renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace)
svn-id: r10549
2003-10-02 22:42:03 +00:00
Paweł Kołodziejski
c9b0544625 some changes for smush codec 1 and 3, handled by bomp decompression
svn-id: r9766
2003-08-18 15:13:15 +00:00
Max Horn
2421128e8e the _bompBitsTable really tells the number of 1 bits in a given byte
svn-id: r8563
2003-06-19 17:50:18 +00:00
Max Horn
440100606c made scale table const again; some cleanup in setupBompScale
svn-id: r8559
2003-06-19 16:03:12 +00:00
Paweł Kołodziejski
9f55203302 use default scale table for bomb codec
svn-id: r8556
2003-06-19 12:41:28 +00:00
Max Horn
49b9a8fc9d follow our coding conventions
svn-id: r8377
2003-06-07 00:49:36 +00:00
Max Horn
cb5fb5d403 added a getMaskBuffer method (makes it easier to read some of the code); merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen
svn-id: r8241
2003-06-01 14:30:26 +00:00
Max Horn
9cbcde684b cleanup / added comments / code unification
svn-id: r8235
2003-06-01 13:09:30 +00:00
Max Horn
70e2b20c0b cleanup
svn-id: r8209
2003-06-01 02:07:23 +00:00
Max Horn
e2ffbc1f8f make some stuff private
svn-id: r8161
2003-05-31 00:02:59 +00:00
Max Horn
fd6dd17685 made decompressBomp use bompDecodeLine
svn-id: r8152
2003-05-30 19:09:41 +00:00
Max Horn
c6b35e15a0 moved bomp stuff into own files; removed some of our 6 (!) bomp decoders
svn-id: r8151
2003-05-30 19:00:33 +00:00