aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2003-04-30PalmOS changesMax Horn
2003-04-30cleanupMax Horn
2003-04-30added gfx bitmap and zbuffer codec for v2 gamesPaweł Kołodziejski
2003-04-28make it possible to override dump length in Scumm::dumpResource; fix V2 entry...Max Horn
2003-04-28get rid of one of the obscure variable namesJonathan Gray
2003-04-27put some v2 code into share codePaweł Kołodziejski
2003-04-26renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...Max Horn
2003-04-20work around strange problem that breaks fbpack when _showStack is a bool...Jonathan Gray
2003-04-20add stack tracing option to debuggerJonathan Gray
2003-04-20add script hex dumping option to debuggerJonathan Gray
2003-04-12lots of unblocked aka GF_OLD_BUNDLE support code (still no load, but gets fur...Max Horn
2003-04-07Patch #712493: CMI: Object lineMax Horn
2003-04-06fixed detection of early scumm gamesPaweł Kołodziejski
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
2003-03-13Patch #686427: SO_ROOM_SATURATION implementationMax Horn
2003-03-08fixed descriptions in the digPaweł Kołodziejski
2003-03-07refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ...Max Horn
2003-03-07implemented formating string error for each enginePaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-01removed the single big VersionSettings list; instead, the simon & scumm modul...Max Horn
2003-02-27patch #689164 comi verb coin hack by erik, fixes the verb coin drawing behind...Jonathan Gray
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