aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_c64.cpp
AgeCommit message (Expand)Author
2007-02-04Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac...Max Horn
2007-02-03Fixed the default coords in ScummEngine_c64::o_putActorAtObject, which still ...Max Horn
2006-12-25SCUMM: Added ActorC64 subclass of Actor, and added a note stating that _miscf...Max Horn
2006-12-21passing the room as an argument to putActor is optionnal hereGregory Montoir
2006-12-21fixed bug #1620023 (script calls putActorAtXY with y == -1)Gregory Montoir
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-10-29Named / documented the V0-V2 object states (we should probably rename the cor...Max Horn
2006-10-15Replaced function level static variable (YUCK) called 'sentence' by ScummEngi...Max Horn
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-07-24Fix bug #1496523 - MM: Weird Ed appears backwards at doorTravis Howell
2006-06-19Fix sentence line regression in C64 maniacTravis Howell
2006-05-14Cleanup.Torbjörn Andersson
2006-04-08Properly translate Common::Language values for V0-V2 games, tooMax Horn
2006-03-14Avoid all scumm var conflicts in C64 maniacTravis Howell
2006-03-13Add opcode difference in setObjectName opcode for C64 maniacTravis Howell
2006-03-05Add German verbs and more work on input in C64 maniacTravis Howell
2006-03-03Update opcodes for C64 maniacTravis Howell
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-03-03Update opcodes in C64 maniac, fixes not been chased when caught in houseTravis Howell
2006-03-02Fix using items in C64 maniac and cleanupTravis Howell
2006-03-02Add sentence line to C64 maniacTravis Howell
2006-03-02TyposTravis Howell
2006-03-02C64 maniac uses separate bitmasks for actor settings and misc settingsTravis Howell
2006-03-02Fix inventory display in C64 maniacTravis Howell
2006-03-02Add difference in bitVars opcodes in C64 maniacTravis Howell
2006-02-11Moved engines to the new engines/ directoryMax Horn