aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Collapse)Author
2002-12-21increased a little speed of dig demo smushPaweł Kołodziejski
svn-id: r6047
2002-12-21fix smush for compatible with dig demoPaweł Kołodziejski
svn-id: r6043
2002-12-16refactoring: use inheritance to mode the relations between the various ↵Max Horn
engine versions. E.g. the V6 opcodes are now in Scumm_v6, the V5 opcodes in Scumm_v5 (from which we now derive v2-v4. which is a bit odd - maybe we should move the v5 opcodes to Scumm_v3 ?) svn-id: r5994
2002-12-15added comparision methods for ScummPointMax Horn
svn-id: r5981
2002-12-15oopsMax Horn
svn-id: r5979
2002-12-15cleanup - we now know that the frame field in Actor is needed, we just have ↵Max Horn
to figure out how to set it correctly svn-id: r5978
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown
svn-id: r5915