aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_c64.cpp
AgeCommit message (Collapse)Author
2006-12-25SCUMM: Added ActorC64 subclass of Actor, and added a note stating that ↵Max Horn
_miscflags isn't currently stored (possibly breaking C64 save states). Also reordered some HE specific code svn-id: r24923
2006-12-21passing the room as an argument to putActor is optionnal hereGregory Montoir
svn-id: r24911
2006-12-21fixed bug #1620023 (script calls putActorAtXY with y == -1)Gregory Montoir
svn-id: r24910
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742
2006-10-29Named / documented the V0-V2 object states (we should probably rename the ↵Max Horn
corresponding opcodes here and in descumm to make reading script dumps easier) svn-id: r24566
2006-10-15Replaced function level static variable (YUCK) called 'sentence' by ↵Max Horn
ScummEngine_v2:_sentenceBuf svn-id: r24324
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵Max Horn
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-07-24Fix bug #1496523 - MM: Weird Ed appears backwards at doorTravis Howell
svn-id: r23589
2006-06-19Fix sentence line regression in C64 maniacTravis Howell
svn-id: r23179
2006-05-14Cleanup.Torbjörn Andersson
svn-id: r22468
2006-04-08Properly translate Common::Language values for V0-V2 games, tooMax Horn
svn-id: r21705
2006-03-14Avoid all scumm var conflicts in C64 maniacTravis Howell
svn-id: r21277
2006-03-13Add opcode difference in setObjectName opcode for C64 maniacTravis Howell
svn-id: r21251
2006-03-05Add German verbs and more work on input in C64 maniacTravis Howell
svn-id: r21089
2006-03-03Update opcodes for C64 maniacTravis Howell
svn-id: r21051
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
svn-id: r21038
2006-03-03Update opcodes in C64 maniac, fixes not been chased when caught in houseTravis Howell
svn-id: r21029
2006-03-02Fix using items in C64 maniac and cleanupTravis Howell
svn-id: r21011
2006-03-02Add sentence line to C64 maniacTravis Howell
svn-id: r21007
2006-03-02TyposTravis Howell
svn-id: r21005
2006-03-02C64 maniac uses separate bitmasks for actor settings and misc settingsTravis Howell
svn-id: r21004
2006-03-02Fix inventory display in C64 maniacTravis Howell
svn-id: r21003
2006-03-02Add difference in bitVars opcodes in C64 maniacTravis Howell
svn-id: r21002
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582