index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actor.h
Age
Commit message (
Expand
)
Author
2002-07-18
fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor into...
Max Horn
2002-07-16
got rid of _xPos, _yPos, _dir members in class Scumm
Max Horn
2002-07-15
added Actor::isInClass convenience method; fixed typo in object.cpp; moved so...
Max Horn
2002-07-15
fixed pause mode; changed semantics of getRandomNumber slightly
Max Horn
2002-07-07
indent run
Max Horn
2002-06-04
more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ...
Max Horn
2002-05-23
removed some debug output I left in accidentally in my last checkin; removed ...
Max Horn
2002-05-23
moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ...
Max Horn
2002-05-20
added isInCurrentRoom() method to class Actor
Max Horn
2002-05-19
use memset to init members to 0 (yes I know we override new to use calloc, bu...
Max Horn
2002-05-15
Misc. fixes
James Brown
2002-05-14
removed actor.h from scumm.h; added _scumm member var to class Actor; some va...
Max Horn
2002-05-14
refactored parts of actor.cpp: many methods are now members of class Actor in...
Max Horn