aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
AgeCommit message (Collapse)Author
2003-01-16Remove dodgy fix for verb backgrounds.James Brown
svn-id: r6476
2003-01-15COMI conversation verb fixMax Horn
svn-id: r6465
2003-01-12indention fixMax Horn
svn-id: r6436
2003-01-12Fhew. Fix crash.James Brown
svn-id: r6418
2003-01-12New method of local object management. Buggy, segfaults on the Part 1 screen ↵James Brown
and I don't know why yet.. svn-id: r6416
2002-12-31added V8 support to drawVerbBitmap - not even sure if that is used in COMI, ↵Max Horn
though svn-id: r6286
2002-12-29Remove translation code from verbageJames Brown
svn-id: r6255
2002-12-26fixed compilation under VC6Paweł Kołodziejski
svn-id: r6158
2002-12-25moved CharsetRendere into its own header/source file; changed ↵Max Horn
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
svn-id: r6119
2002-12-21use dbAllowMaskOr instead of 'true' (which was confusing)Max Horn
svn-id: r6033
2002-12-13removed debug code I accidentally left inMax Horn
svn-id: r5922
2002-12-13cleanupMax Horn
svn-id: r5921
2002-12-04more cleanupMax Horn
svn-id: r5837
2002-11-29more cleanupMax Horn
svn-id: r5752
2002-11-29oops, left in debug outputMax Horn
svn-id: r5749
2002-11-29cleanupMax Horn
svn-id: r5747
2002-10-27removed hardcoded valuesPaweł Kołodziejski
svn-id: r5330
2002-10-24changed number strips to dynamic and increased arrays tdirty and bdirty to 80Paweł Kołodziejski
svn-id: r5296
2002-10-01Patch #616092: Full Throttle dialog fixJames Brown
svn-id: r5058
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I ↵Max Horn
originally reworked StringTab, but then noticed the save game format depends on it <sigh>) svn-id: r4995
2002-08-21Initial revisionMax Horn
svn-id: r4785