aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2003-05-14opcodes are just one byteMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-13cleanupMax Horn
2003-05-13renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no (known)...Max Horn
2003-05-12cleanup (fixes another VC warning, too ;-)Max Horn
2003-05-12made hasCharsetMask return a bool (fixes VC compilation warnings)Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10removed obsolete code; cleanup for my V2 drawBitmap 'hack', which got rid of ...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-05cleanup / reduced code duplicationMax Horn
2003-05-04yet more v2 fixes & cleanupMax Horn
2003-05-03Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA)Max Horn
2003-05-01various music related changes and cleanup; also modified MonkeyVGA music sync...Max Horn
2003-04-30VAR_V5_DRAWFLAGS == VAR_CURRENT_LIGHTS; fixed bug #601139Max Horn
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