Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-23 | update costume hack for indy3ega | Jonathan Gray | |
svn-id: r7087 | |||
2003-04-20 | Pedantic stats-boosting typo fix :) | James Brown | |
svn-id: r7039 | |||
2003-04-18 | some changes for indy ega | Paweł Kołodziejski | |
svn-id: r7019 | |||
2003-04-18 | fixed stupid bug | Paweł Kołodziejski | |
svn-id: r7018 | |||
2003-04-18 | loom ega: build custom cursor, op_wait() has more then one subopcodes(revert ↵ | Paweł Kołodziejski | |
changes), disabled adlib_default svn-id: r7017 | |||
2003-04-13 | this seems to be needed for loomdemo (and loom?), too | Max Horn | |
svn-id: r7008 | |||
2003-04-13 | added specific opcodes for indy ega same as at indy 256, and dummy opcode ↵ | Paweł Kołodziejski | |
for loom ega svn-id: r7006 | |||
2003-04-13 | handle old_bundle offsets getVerbEntrypoint(), o5_setObjectName(), ↵ | Paweł Kołodziejski | |
getObjOrActorName() funcs svn-id: r7003 | |||
2003-04-13 | draw_object instead pickup_object for all v3 scumm games | Paweł Kołodziejski | |
svn-id: r7001 | |||
2003-04-12 | hack around wrong costume in indy3 until a proper solution is found | Jonathan Gray | |
svn-id: r6987 | |||
2003-04-11 | fix for cursor image in the loom ega | Paweł Kołodziejski | |
svn-id: r6975 | |||
2003-04-11 | fix for ega palette, more | Paweł Kołodziejski | |
svn-id: r6965 | |||
2003-04-11 | fix for ega palette | Paweł Kołodziejski | |
svn-id: r6964 | |||
2003-04-10 | fixed o5_actorSet (scale only one param), and added handle for actor sound | Paweł Kołodziejski | |
svn-id: r6961 | |||
2003-04-08 | changed range from GF_OLD256 to GF_AFTER_V3 | Paweł Kołodziejski | |
svn-id: r6940 | |||
2003-04-07 | increased to 16 items | Paweł Kołodziejski | |
svn-id: r6935 | |||
2003-04-07 | revert to revert | Paweł Kołodziejski | |
svn-id: r6931 | |||
2003-04-07 | Patch #712493: CMI: Object line | Max Horn | |
svn-id: r6930 | |||
2003-04-07 | added charset support for all V3 games, and fix for cleaning all 16 ↵ | Paweł Kołodziejski | |
variables not only 15 svn-id: r6928 | |||
2003-03-18 | cleanup | Max Horn | |
svn-id: r6836 | |||
2003-03-10 | added stub for proper oldRoomEffects implementation (proper for Zak256 that ↵ | Max Horn | |
is); real code needs to be inserted svn-id: r6794 | |||
2003-03-10 | cleanup CD opcode a bit; slightly increase the 'delay' -> sounds better ↵ | Max Horn | |
since speakers are not cut off abruptly anymore svn-id: r6791 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-01-12 | New method of local object management. Buggy, segfaults on the Part 1 screen ↵ | James Brown | |
and I don't know why yet.. svn-id: r6416 | |||
2003-01-01 | moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions ↵ | Max Horn | |
in script.cpp (grouping cutscene/override related stuff) svn-id: r6317 | |||
2002-12-28 | get rid of getStringLen and use the more powerful resStrLen instead; moved ↵ | Max Horn | |
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215 | |||
2002-12-27 | Patch 650135 (method 3): FOA parrot hang | James Brown | |
svn-id: r6185 | |||
2002-12-26 | fixed save/load; more restructuring of the charset rendering code | Max Horn | |
svn-id: r6154 | |||
2002-12-25 | moved CharsetRendere into its own header/source file; changed ↵ | Max Horn | |
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147 | |||
2002-12-25 | converted heaps of int16 to int for V8 compatibility; fixed defineArray for ↵ | Max Horn | |
V8; added some work in o8_kludge2 svn-id: r6132 | |||
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn | |
svn-id: r6119 | |||
2002-12-22 | added some preliminary V8 work. Nope, it is not useful at all, and it ↵ | Max Horn | |
doesn't mean we will have CMI support in this millenium, so don't hold your breath svn-id: r6060 | |||
2002-12-22 | minor cleanup | Max Horn | |
svn-id: r6059 | |||
2002-12-16 | refactoring: use inheritance to mode the relations between the various ↵ | Max Horn | |
engine versions. E.g. the V6 opcodes are now in Scumm_v6, the V5 opcodes in Scumm_v5 (from which we now derive v2-v4. which is a bit odd - maybe we should move the v5 opcodes to Scumm_v3 ?) svn-id: r5994 | |||
2002-12-13 | fix for bug #647844, but this shadowPalette stuff needs investigation | Max Horn | |
svn-id: r5932 | |||
2002-12-12 | Tidy one or two things up for future V1/V2/V8 SCUMM support. | James Brown | |
svn-id: r5915 |