Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-01 | Turned setupRoomObject into a virtual method | Max Horn | |
svn-id: r17326 | |||
2005-04-01 | Add bits and pieces | Travis Howell | |
More renames svn-id: r17325 | |||
2005-04-01 | Add support for clipping of wizImages. | Travis Howell | |
Add support for altering wizImages. Various renames. svn-id: r17322 | |||
2005-04-01 | Remove resource type argument in wizImage functions, it is always rtImage. | Travis Howell | |
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319 | |||
2005-03-31 | Rename paletteNum field for sprite in wizImages. | Travis Howell | |
svn-id: r17312 | |||
2005-03-31 | Add code for more o90_getPolygonOverlap() cases. | Travis Howell | |
svn-id: r17304 | |||
2005-03-30 | Cleanup | Travis Howell | |
svn-id: r17292 | |||
2005-03-29 | Rename sprite functions | Travis Howell | |
svn-id: r17285 | |||
2005-03-28 | Check class of object number, not loop. | Travis Howell | |
Cleanup. svn-id: r17272 | |||
2005-03-28 | findObject in HE72+ only checks object bounds | Travis Howell | |
findObject in He70/71 only needs additional polygon check svn-id: r17270 | |||
2005-03-23 | Add HE90 version of kernelGet/Set opcode and move HE90 specific cases over. | Travis Howell | |
svn-id: r17200 | |||
2005-03-22 | Cleanup | Travis Howell | |
svn-id: r17192 | |||
2005-03-17 | Add HE72 version of file rename opcode | Travis Howell | |
svn-id: r17175 | |||
2005-03-17 | HE72+ games use slightly different code for subtitle color. | Travis Howell | |
svn-id: r17174 | |||
2005-03-17 | Rename sprite functions | Travis Howell | |
svn-id: r17172 | |||
2005-03-17 | Another correction to sprite flags | Travis Howell | |
svn-id: r17171 | |||
2005-03-14 | Rename sprite fields/functions | Travis Howell | |
svn-id: r17136 | |||
2005-03-13 | Rename sprite flags/functions | Travis Howell | |
svn-id: r17119 | |||
2005-03-13 | Rename sprite flags/functions | Travis Howell | |
svn-id: r17116 | |||
2005-03-13 | Correct sprite flags mistake. | Travis Howell | |
svn-id: r17115 | |||
2005-03-13 | Scripts flags difference in HE100 needed in a few more opcodes. | Travis Howell | |
svn-id: r17111 | |||
2005-03-12 | Leftovers | Travis Howell | |
svn-id: r17094 | |||
2005-03-12 | Missing pop | Travis Howell | |
svn-id: r17086 | |||
2005-03-10 | Add HE specific versions of findResource/findResourceData. | Travis Howell | |
Required by WizImage functions, which sometimes alter data. svn-id: r17060 | |||
2005-03-10 | Add HE100 opcode difference for spyfox | Travis Howell | |
Update HE issues svn-id: r17058 | |||
2005-03-08 | Remove unused sprite code, unused by original games. | Travis Howell | |
svn-id: r17038 | |||
2005-03-08 | Add opcode for bb2demo | Travis Howell | |
svn-id: r17035 | |||
2005-03-08 | Script flags are different in HE100 | Travis Howell | |
svn-id: r17034 | |||
2005-03-07 | Add opcode for Spy Fox 2 mini game. | Travis Howell | |
svn-id: r17026 | |||
2005-03-07 | Fix dup_n, billboard in circdemo works now. | Travis Howell | |
svn-id: r17024 | |||
2005-03-02 | Commit o100_paletteOps WIP based on cyx's patch. Original patch just | Eugene 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-03-02 | Fix string display in Buzzy games. | Travis Howell | |
svn-id: r16968 | |||
2005-02-28 | preliminar work on processWizImage 9 and updated wiz flags | Gregory Montoir | |
svn-id: r16963 | |||
2005-02-28 | Cleanup | Travis Howell | |
svn-id: r16955 | |||
2005-02-28 | Rename sprite functions | Travis Howell | |
svn-id: r16954 | |||
2005-02-27 | Correct spriteGroupId checks. | Travis Howell | |
Remove duplicate/pointess code. svn-id: r16950 | |||
2005-02-27 | moved some variables to ScummEngine_v90he and renamed some SpriteInfo fields | Gregory Montoir | |
svn-id: r16947 | |||
2005-02-27 | added processWizImage mode 8 ; this breaks footdemo, feel free to disable | Gregory Montoir | |
svn-id: r16945 | |||
2005-02-27 | Rename vars | Travis Howell | |
svn-id: r16944 | |||
2005-02-27 | Add floodState struct and rename opcode. | Travis Howell | |
svn-id: r16942 | |||
2005-02-26 | Correction to findSprite() | Travis Howell | |
svn-id: r16932 | |||
2005-02-26 | Lots of other sprite-related renames as suggested by cyx. | Eugene Sandulenko | |
svn-id: r16930 | |||
2005-02-26 | Rename HE sprite flag kSF31 -> kSFImageless and corresponding functions. | Eugene Sandulenko | |
svn-id: r16929 | |||
2005-02-26 | Revert that last change, mixed functions. | Travis Howell | |
svn-id: r16923 | |||
2005-02-26 | Rename sprite function | Travis Howell | |
Correct spritesResetSpriteGroup svn-id: r16922 | |||
2005-02-25 | Add WIP findSpriteWithClassOf() function | Travis Howell | |
svn-id: r16914 | |||
2005-02-24 | Rename sprite flags as suggested: | Eugene Sandulenko | |
kSF22 -> kSFYFlipped kSF23 -> kSFXFlipped svn-id: r16903 | |||
2005-02-24 | o Fixed sprite flags everywhere. In many cases they were wrong as they were | Eugene Sandulenko | |
checked in higher byte not whole word. o Some flags/functions renames svn-id: r16902 | |||
2005-02-24 | Update sprite calls in main loop | Travis Howell | |
svn-id: r16894 | |||
2005-02-24 | Correct SpriteInfo_setFlags* | Travis Howell | |
Rename functions svn-id: r16890 |