aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
AgeCommit message (Expand)Author
2003-05-23cleanupTorbjörn Andersson
2003-05-23replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...Max Horn
2003-05-22renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrameMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21make fingolfin happy :)Jonathan Gray
2003-05-21don't error out here to prevent a crash, is the check in softUserputon actual...Jonathan Gray
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-05-18cleanupMax Horn
2003-05-15output a warning if ignoreTurns is set (so that we can find out where it is u...Max Horn
2003-05-15Make use of ScummVM::RectMax Horn
2003-05-14opcodes are just one byteMax Horn
2003-05-14added opcode 0xf7 (getActorZPlane)Max Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-12swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-04-27drop shadow cleanupMax Horn
2003-04-26renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...Max Horn
2003-04-07Patch #712493: CMI: Object lineMax Horn
2003-03-30obsolete TODOsMax Horn
2003-03-28some comments on actorHitMax Horn
2003-03-23Patch #708384: Off-by-one bug which causes inventory problems in COMIMax Horn
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
2003-03-15patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the ban...Jonathan Gray
2003-03-13Patch #686427: SO_ROOM_SATURATION implementationMax Horn
2003-03-08new constant MF_FROZEN; fixed actor unfreeze codeMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-02-20fix typoJonathan Gray
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
2003-02-08more access cleanup; also reorderd some method/function declarations in class...Max Horn
2003-01-27fix drawObjectJames Brown
2003-01-27Theoretically implement O_DRAW_OBJECT - although it doesn't seem to workJames Brown
2003-01-26added "implementation" of imGetMusicPositionPaweł Kołodziejski
2003-01-26Remove a experimental hack that went in by accidentJames Brown
2003-01-26Patch 671701: SO_TALK_FREQUENCYJames Brown
2003-01-26remove debug copyJames Brown
2003-01-26LCA03 sync: Modified version of the untrap patch, debuggerJames Brown
2003-01-25applied patch #674141: CMI: Smush sync tuningPaweł Kołodziejski
2003-01-20I'm pretty sure 0x98 should be O_DRAW_OBJECT in comi but changing it to o6_is...Jonathan Gray
2003-01-19update assertion to be in line with increased blastTextQueue sizeJonathan Gray
2003-01-19make v8 smush playing honour _noSubtitlesJonathan Gray
2003-01-18tuned a little comi smushPaweł Kołodziejski
2003-01-16Small change to make actor talk anims look betterJames Brown
2003-01-16Some notes regarding actorHitJames Brown
2003-01-16Some cleanup, implementation of setKeyScript (F1 now attempts to start the sa...James Brown
2003-01-16Play sfx when used by mumble, et-al. (Eg, Wallys sobbing)James Brown
2003-01-16added center mode for blastText (and boy, our charset code is *messy* <sigh>)Max Horn
2003-01-16first blastText version. this is work in progress (note that e.g. text is not...Max Horn