aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
AgeCommit message (Expand)Author
2003-05-24don't use _gameDataPath directly; minor cleanupMax Horn
2003-05-23Fixed VC++ warningJamieson Christian
2003-05-23when iterating from 1 to _numActors over all actors, use _actors[] directly i...Max Horn
2003-05-22fixed meteor animation in MM (and probably others in MM and Zak)Max Horn
2003-05-22renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrameMax Horn
2003-05-22fix V2 actor initial mouth's (they were missing)Max Horn
2003-05-22freeze scripts & hide mouse during cutscenes; addde Actor::isPlayer method th...Max Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-20cleanupMax Horn
2003-05-20renamed various things for clarityMax Horn
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-20got rid of the evil locked-box hack in adjustXYToBeInBox; instead check for l...Max Horn
2003-05-20this is 100% equivalent to the old walkActorOld() code - I just made an equiv...Max Horn
2003-05-20fixed warning outputMax Horn
2003-05-20merged common codeMax Horn
2003-05-18fix for various regressions (not quite sure if the check for V2/v3 is right, ...Max Horn
2003-05-18implemented proper 'invalid walkbox' handling in older games (in newer games,...Max Horn
2003-05-17V2 actor heads fixed (to their shoulders, ha-ha... errm ... I thought it was ...Max Horn
2003-05-17proper walk animation in Zak (at the expense of Zak's head, for now ;-)Max Horn
2003-05-16print some useful info, tooMax Horn
2003-05-16TypoTravis Howell
2003-05-16Add comment to fixmeTravis Howell
2003-05-15ScummPoint -> ScummVM::PointMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-14Patch #737497 / Bug #737387Max Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-13cleanupMax Horn
2003-05-12modified akos / 'old' costume (charset) masking code to a) match each other; ...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-08oops that was an accidental changeMax Horn
2003-05-06remove uneeded fixmeJonathan Gray
2003-05-05renamed XYFactor/YXFactor to XYFactor, YXFactor/deltaYFactor (they denote how...Max Horn
2003-05-03Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA)Max Horn
2003-05-03Patch #731760: LOOM: "Bobbin walks backwards" hackMax Horn
2003-04-22cleanup; small fix for GF_OLD256 games; also the head hack for indy3 is not n...Max Horn
2003-04-20Pedantic stats-boosting typo fix :)James Brown
2003-04-16fixed actor palette for nonblocked gamesPaweł Kołodziejski
2003-04-08changed range from GF_OLD256 to GF_AFTER_V3Paweł Kołodziejski
2003-03-28cleanupMax Horn
2003-03-24cleanupMax Horn
2003-03-08fix actor gliding caused by my walk_script hackMax Horn
2003-03-08enabled walk scriptsMax Horn
2003-03-08cleanup (should cause no behavior change)Max Horn
2003-03-07properly init Actor objects instead of one big evil hackish memset...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-02patch #696030: CMI: More actor direction fixesMax Horn
2003-02-27patch #689164 comi verb coin hack by erik, fixes the verb coin drawing behind...Jonathan Gray
2003-02-17not sure if all of these AFTER_V7 for NEW_COSTUMES changes are needed but it ...Jonathan Gray
2003-01-26Patch 671701: SO_TALK_FREQUENCYJames Brown