aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
AgeCommit message (Expand)Author
2003-01-12New method of local object management. Buggy, segfaults on the Part 1 screen ...James Brown
2003-01-01moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions i...Max Horn
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved re...Max Horn
2002-12-27Patch 650135 (method 3): FOA parrot hangJames Brown
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for V...Max Horn
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-12-22minor cleanupMax Horn
2002-12-16refactoring: use inheritance to mode the relations between the various engine...Max Horn
2002-12-13fix for bug #647844, but this shadowPalette stuff needs investigationMax Horn
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown