aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
AgeCommit message (Collapse)Author
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
svn-id: r17174
2005-03-17Rename sprite functionsTravis Howell
svn-id: r17172
2005-03-17Another correction to sprite flagsTravis Howell
svn-id: r17171
2005-03-14Rename sprite fields/functionsTravis Howell
svn-id: r17136
2005-03-13Rename sprite flags/functionsTravis Howell
svn-id: r17119
2005-03-13Rename sprite flags/functionsTravis Howell
svn-id: r17116
2005-03-13Correct sprite flags mistake.Travis Howell
svn-id: r17115
2005-03-13Scripts flags difference in HE100 needed in a few more opcodes.Travis Howell
svn-id: r17111
2005-03-12Missing popTravis Howell
svn-id: r17087
2005-03-11Correct quit/restartTravis Howell
svn-id: r17071
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068
2005-03-10Add HE specific versions of findResource/findResourceData.Travis Howell
Required by WizImage functions, which sometimes alter data. svn-id: r17060
2005-03-10Add HE100 opcode difference for spyfoxTravis Howell
Update HE issues svn-id: r17058
2005-03-08Add opcode for bb2demoTravis Howell
svn-id: r17035
2005-03-08Script flags are different in HE100Travis Howell
svn-id: r17034
2005-03-08Add HE100 difference in opcode.Travis Howell
svn-id: r17033
2005-03-07Minor cleanupTravis Howell
svn-id: r17025
2005-03-07Fix dup_n, billboard in circdemo works now.Travis Howell
svn-id: r17024
2005-03-07Cases are different.Travis Howell
svn-id: r17023
2005-03-04Add missing checkTravis Howell
svn-id: r16989
2005-03-04Add more details to WizImageOpsTravis Howell
svn-id: r16988
2005-03-03Add missing actor redrawsTravis Howell
svn-id: r16980
2005-03-02Sync paletteOps in HE90Travis Howell
svn-id: r16978
2005-03-02Commit o100_paletteOps WIP based on cyx's patch. Original patch justEugene Sandulenko
tends to be unappliable anymore, so that's why I decided to commit it when it required not so much work of manual patching. I've checked validness of it against IDB but we still have main question open: How to plug it in properly into our palette code? svn-id: r16973
2005-02-28Rename sprite functionsTravis Howell
svn-id: r16954
2005-02-26Lots of other sprite-related renames as suggested by cyx.Eugene Sandulenko
svn-id: r16930
2005-02-26Rename HE sprite flag kSF31 -> kSFImageless and corresponding functions.Eugene Sandulenko
svn-id: r16929
2005-02-26Revert that last change, mixed functions.Travis Howell
svn-id: r16923
2005-02-26Rename sprite functionTravis Howell
Correct spritesResetSpriteGroup svn-id: r16922
2005-02-25fixed compilation for emsvc4Paweł Kołodziejski
svn-id: r16917
2005-02-25Add WIP findSpriteWithClassOf() functionTravis Howell
svn-id: r16914
2005-02-24Rename sprite flags as suggested:Eugene Sandulenko
kSF22 -> kSFYFlipped kSF23 -> kSFXFlipped svn-id: r16903
2005-02-24o Fixed sprite flags everywhere. In many cases they were wrong as they wereEugene Sandulenko
checked in higher byte not whole word. o Some flags/functions renames svn-id: r16902
2005-02-24Correct SpriteInfo_setFlags*Travis Howell
Rename functions svn-id: r16890
2005-02-23Fix spriteInfoGet_classFlags*.Eugene Sandulenko
svn-id: r16882
2005-02-23Update HE100Travis Howell
svn-id: r16880
2005-02-23CleanupTravis Howell
svn-id: r16873
2005-02-23More sprite functionsTravis Howell
svn-id: r16872
2005-02-23spriteInfoSet_case183 -> spriteInfoSet_resetSprite and its implementation.Eugene Sandulenko
svn-id: r16869
2005-02-23Add setSpriteGroupInfo stubsTravis Howell
svn-id: r16868
2005-02-22Minor cleanupTravis Howell
svn-id: r16860
2005-02-22More debugs, to catch error points.Travis Howell
svn-id: r16856
2005-02-22Add a few sprite stubsTravis Howell
svn-id: r16854
2005-02-21Update HE100Travis Howell
svn-id: r16846
2005-02-21Update HE100Travis Howell
svn-id: r16845
2005-02-20Rename opcodes, names should be correct.Travis Howell
svn-id: r16822
2005-02-14o Added 5 updated Russian freddi-related titles.Eugene Sandulenko
o Fixed ScummEngine_v72he::o72_openFile() so autogenerated names also checked for substitution. o New case 0 in o100_actorOps() used by Russian updated freddicove. Number of stack items weren't checked against disassembly svn-id: r16792
2005-02-14*** empty log message ***Travis Howell
svn-id: r16788
2005-02-14Add opcode for HE100Travis Howell
svn-id: r16787
2005-02-14Add opcodeTravis Howell
svn-id: r16785