Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-25 | SCUMM: 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-21 | passing the room as an argument to putActor is optionnal here | Gregory Montoir | |
svn-id: r24911 | |||
2006-12-21 | fixed bug #1620023 (script calls putActorAtXY with y == -1) | Gregory Montoir | |
svn-id: r24910 | |||
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn | |
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742 | |||
2006-10-29 | Named / 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-15 | Replaced function level static variable (YUCK) called 'sentence' by ↵ | Max Horn | |
ScummEngine_v2:_sentenceBuf svn-id: r24324 | |||
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵ | Max Horn | |
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925 | |||
2006-09-17 | Renamed 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-24 | Fix bug #1496523 - MM: Weird Ed appears backwards at door | Travis Howell | |
svn-id: r23589 | |||
2006-06-19 | Fix sentence line regression in C64 maniac | Travis Howell | |
svn-id: r23179 | |||
2006-05-14 | Cleanup. | Torbjörn Andersson | |
svn-id: r22468 | |||
2006-04-08 | Properly translate Common::Language values for V0-V2 games, too | Max Horn | |
svn-id: r21705 | |||
2006-03-14 | Avoid all scumm var conflicts in C64 maniac | Travis Howell | |
svn-id: r21277 | |||
2006-03-13 | Add opcode difference in setObjectName opcode for C64 maniac | Travis Howell | |
svn-id: r21251 | |||
2006-03-05 | Add German verbs and more work on input in C64 maniac | Travis Howell | |
svn-id: r21089 | |||
2006-03-03 | Update opcodes for C64 maniac | Travis Howell | |
svn-id: r21051 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-03-03 | Update opcodes in C64 maniac, fixes not been chased when caught in house | Travis Howell | |
svn-id: r21029 | |||
2006-03-02 | Fix using items in C64 maniac and cleanup | Travis Howell | |
svn-id: r21011 | |||
2006-03-02 | Add sentence line to C64 maniac | Travis Howell | |
svn-id: r21007 | |||
2006-03-02 | Typos | Travis Howell | |
svn-id: r21005 | |||
2006-03-02 | C64 maniac uses separate bitmasks for actor settings and misc settings | Travis Howell | |
svn-id: r21004 | |||
2006-03-02 | Fix inventory display in C64 maniac | Travis Howell | |
svn-id: r21003 | |||
2006-03-02 | Add difference in bitVars opcodes in C64 maniac | Travis Howell | |
svn-id: r21002 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |