Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-29 | * Added ScummEngine_v8::initScummVars() | Max Horn | |
* Moved VAR_LANGUAGE to class ScummEngine_v8 * Minor cleanup svn-id: r22223 | |||
2006-04-29 | Make use of the new scummLoop_* functions to move some SCUMM version ↵ | Max Horn | |
specific stuff around svn-id: r22219 | |||
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & ↵ | Max Horn | |
engine instantiation, reduced code duplication, more powerful detection in case MD5 is not known / can't be computed, and many other nifty improvements. svn-id: r22110 | |||
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ↵ | Max Horn | |
new getActiveDomain method that returns a pointer to the actual active *domain* - Added Engine::_targetName whose value is computed from the name of the active domain - Removed GameDetector::_targetName, instead code now uses either Engine::_targetName or the name of the active domain - This in turn allowed for removing usage of GameDetector in many places svn-id: r21916 | |||
2006-04-08 | Renamed various *GameSettings to GameSettings (our namespaces are enough to ↵ | Max Horn | |
distinguish them) svn-id: r21684 | |||
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵ | Travis Howell | |
default cursor too. svn-id: r21576 | |||
2006-03-19 | Add workaround for script bug in Loom (CD) | Travis Howell | |
svn-id: r21371 | |||
2006-03-18 | The camera position is always set by loadRoomWithEgo opcode in HE games, ↵ | Travis Howell | |
through cameraFollows. Fixes glitches when changing rooms in fbear and other early games. svn-id: r21355 | |||
2006-03-16 | Add comment about future saveLoad changes C64 maniac | Travis Howell | |
svn-id: r21329 | |||
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-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 | 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-03-02 | Improve input in C64 maniac | Travis Howell | |
svn-id: r21000 | |||
2006-02-26 | COMI uses a separate setting for the verb charset, verbs use correct charset now | Travis Howell | |
svn-id: r20907 | |||
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: ↵ | Max Horn | |
findSubstResFileName and applySubstResFileName svn-id: r20879 | |||
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn | |
svn-id: r20864 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |