aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2003-02-18cleanupMax Horn
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
2003-02-14Patch #682981: Experimental translation optimisation (version 2), andJames Brown
2003-02-08cleanupMax Horn
2003-02-08more access cleanup; also reorderd some method/function declarations in class...Max Horn
2003-02-08more stuff made 'protected'Max Horn
2003-02-06removed an obsolete member var, and started to make Scumm member vars protect...Max Horn
2003-02-02increased bufferPaweł Kołodziejski
2003-01-29add ability to specify language for comi see scummvm -h for possible valuesJonathan Gray
2003-01-29oops.. meant to add this as wellJonathan Gray
2003-01-29add list of possible languages in comi and relevant variableJonathan Gray
2003-01-26Patch 671031: Fix for MI1 intro crash + others (move new objectJames Brown
2003-01-24LCA'03 commit: Fix talking where no sound hardware is presentJames Brown
2003-01-19increasing blast text limit for COMI end creditsMax Horn
2003-01-16Patch 668634: Actor iteration fixJames Brown
2003-01-16Some cleanup, implementation of setKeyScript (F1 now attempts to start the sa...James Brown
2003-01-16first blastText version. this is work in progress (note that e.g. text is not...Max Horn
2003-01-15localvar fix take 2. Note that ship-to-ship combat is still impossible (canno...James Brown
2003-01-15ComI uses more localsJames Brown
2003-01-15Hack to make Part III startJames Brown
2003-01-14Patch 667613: Extend gfxUsageBits[]James Brown
2003-01-13fixed COMI actor scaling, againMax Horn
2003-01-13added V8 scaling codeMax Horn
2003-01-12New method of local object management. Buggy, segfaults on the Part 1 screen ...James Brown
2003-01-08our File class already makes sure we find stuff in the resource subdirectory....Max Horn
2003-01-02Plop in some better disk switching code for CMI - I have no idea how well thi...James Brown
2003-01-01moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions i...Max Horn
2003-01-01added yet another variable (for mouse-button-hold flags). Now the 'verb widge...Max Horn
2002-12-31implemented o8_getDateTimeMax Horn
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ...Max Horn
2002-12-29cleanupMax Horn
2002-12-29cleanupMax Horn
2002-12-29fix compileJames Brown
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved re...Max Horn
2002-12-27fixed flobject loading in V8Max Horn
2002-12-27Appending another slash breaks COMI on MorphOS and AmigaOS where a double-sla...Ruediger Hanke
2002-12-27Fix cwd resource path bug for CMIJames Brown
2002-12-27quick fix for Endy's code - should be redone properly laterMax Horn
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ...Max Horn
2002-12-26fixed verb scriptsMax Horn
2002-12-2632 bit variables storageMax Horn
2002-12-26Don't go to the save/load screenJames Brown
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25more cleanupMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it r...Max Horn
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for V...Max Horn
2002-12-25Clean up the hack. But it's still kinda a hack. Er. :)James Brown