aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.cpp
AgeCommit message (Collapse)Author
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-07-13C64 costumes work now enough to be recognizableMax Horn
svn-id: r8970
2003-07-13fix x/y limb offsets and transparancy with C64 costume rendererMax Horn
svn-id: r8962
2003-07-08made ignorePakCols exactly match CostumeRenderer::proc3 to make comparisions ↵Max Horn
easier svn-id: r8863
2003-07-08costume code cleanup & some more C64 tweaksMax Horn
svn-id: r8854
2003-07-08move V1_ignorePakCols to CostumeRenderer (it makes absolutely no sense to ↵Max Horn
keep it in BaseCostumeRenderer), and renamed it to c64_ignorePakCols to avoid confusion (V1 in the context of costumes means the original costume format, as opposed to AKOS; and *not* the scumm version); added FIXME to cost_decodeData (have my doubts about it being correct) svn-id: r8852
2003-07-05Attempt some more V1 costume work. Not that it helps yet.James Brown
svn-id: r8773
2003-05-29Fxi win32 compileTravis Howell
svn-id: r8089
2003-05-29more costuem code mergingMax Horn
svn-id: r8088