aboutsummaryrefslogtreecommitdiff
path: root/actor.h
AgeCommit message (Collapse)Author
2002-07-26fixed Monkey CD problem caused by my recent checkinMax Horn
svn-id: r4639
2002-07-26fixed an ignoreboxes bug in MI1VGAMax Horn
svn-id: r4638
2002-07-18fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor ↵Max Horn
into class Actor svn-id: r4587
2002-07-16got rid of _xPos, _yPos, _dir members in class ScummMax Horn
svn-id: r4578
2002-07-15added Actor::isInClass convenience method; fixed typo in object.cpp; moved ↵Max Horn
some functions from class Scumm to LoadedCostume svn-id: r4560
2002-07-15fixed pause mode; changed semantics of getRandomNumber slightlyMax Horn
svn-id: r4544
2002-07-07indent runMax Horn
svn-id: r4478
2002-06-04more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ↵Max Horn
icky, wrong implementation for it - yes this is complete nonsense but I'll try to replace it with the right thing RSN :-) svn-id: r4404
2002-05-23removed some debug output I left in accidentally in my last checkin; removed ↵Max Horn
some uses of g_scumm (see Endy, I promised I'd do it <g>); removed getSideOfLine(); some clean up svn-id: r4378
2002-05-23moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ↵Max Horn
Endy, no worries <g>); some other cleanup svn-id: r4376
2002-05-20added isInCurrentRoom() method to class ActorMax Horn
svn-id: r4361
2002-05-19use memset to init members to 0 (yes I know we override new to use calloc, ↵Max Horn
but that is a nasty hack, it won't work for stack allocated objects) svn-id: r4355
2002-05-15Misc. fixesJames Brown
svn-id: r4338
2002-05-14removed actor.h from scumm.h; added _scumm member var to class Actor; some ↵Max Horn
var renaming in preparation of more methord refactoring svn-id: r4333
2002-05-14refactored parts of actor.cpp: many methods are now members of class Actor ↵Max Horn
instead of class Scumm. This is still work in progress! svn-id: r4319