aboutsummaryrefslogtreecommitdiff
path: root/actor.h
AgeCommit message (Expand)Author
2002-08-21Initial revisionMax Horn
2002-08-19added lights support to the costume renderer; begun work on flashlight suppor...Max Horn
2002-08-18Fix for #580762 (MI2: Guybrush facing wrong direction); some code cleanupMax Horn
2002-08-04workaround for bug #558236; renamed actorAnimate to animateCostume (to distin...Max Horn
2002-07-26fixed Monkey CD problem caused by my recent checkinMax Horn
2002-07-26fixed an ignoreboxes bug in MI1VGAMax Horn
2002-07-18fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor into...Max Horn
2002-07-16got rid of _xPos, _yPos, _dir members in class ScummMax Horn
2002-07-15added Actor::isInClass convenience method; fixed typo in object.cpp; moved so...Max Horn
2002-07-15fixed pause mode; changed semantics of getRandomNumber slightlyMax Horn
2002-07-07indent runMax Horn
2002-06-04more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ...Max Horn
2002-05-23removed some debug output I left in accidentally in my last checkin; removed ...Max Horn
2002-05-23moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ...Max Horn
2002-05-20added isInCurrentRoom() method to class ActorMax Horn
2002-05-19use memset to init members to 0 (yes I know we override new to use calloc, bu...Max Horn
2002-05-15Misc. fixesJames Brown
2002-05-14removed actor.h from scumm.h; added _scumm member var to class Actor; some va...Max Horn
2002-05-14refactored parts of actor.cpp: many methods are now members of class Actor in...Max Horn