Home
last modified time | relevance | path

Searched refs:shpIndex (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dsprites_lol.cpp541 …int shpIndex = _itemProperties[i->itemPropertyIndex].flags & 0x800 ? 7 : _itemProperties[i->itemPr… in drawBlockObjects() local
551 if (_flyingItemShapes[shpIndex].flipFlags && ((i->x ^ i->y) & 0x20)) in drawBlockObjects()
554 flg |= _flyingItemShapes[shpIndex].drawFlags; in drawBlockObjects()
560 shpIndex = _flyingItemShapes[shpIndex].shapeFront; in drawBlockObjects()
563 shpIndex = _flyingItemShapes[shpIndex].shapeBack; in drawBlockObjects()
571 shpIndex = _flyingItemShapes[shpIndex].shapeLeft; in drawBlockObjects()
577 shp = _thrownShapes[shpIndex]; in drawBlockObjects()
584 …i->itemPropertyIndex].flags & 0x40) ? _gameShapes[_itemProperties[i->itemPropertyIndex].shpIndex] : in drawBlockObjects()
585 _itemShapes[_gameShapeMap[_itemProperties[i->itemPropertyIndex].shpIndex << 1]]; in drawBlockObjects()
800 …itemPropertyIndex].flags & 0x40) ? _gameShapes[_itemProperties[item->itemPropertyIndex].shpIndex] : in redrawSceneItem()
[all …]
H A Dsprites_eob.cpp121 …ster(int index, int unit, uint16 block, int pos, int dir, int type, int shpIndex, int mode, int i,… in initMonster() argument
139 m->shpIndex = shpIndex; in initMonster()
487 int shpIndex = d->shpIndex ? 18 : 0; in drawMonsters() local
488 …int palIndex = d->palette ? ((((shpIndex == 18) ? subFrame + 5 : subFrame - 1) << 1) + (d->palette… in drawMonsters()
490 const uint8 *shp = _screen->scaleShape(_monsterShapes[subFrame + shpIndex - 1], blockDistance); in drawMonsters()
528 …SpriteDecoration *dcr = &_monsterDecorations[(p->decorations[ii] - 1) * 6 + subFrame + shpIndex - … in drawMonsters()
H A Deob.h79 …void replaceMonster(int unit, uint16 block, int d, int dir, int type, int shpIndex, int mode, int …
H A Ddarkmoon.h98 …void replaceMonster(int unit, uint16 block, int d, int dir, int type, int shpIndex, int mode, int …
H A Dmagic_eob.cpp402 …int shpIndex = ((_sparkEffectDefSteps[i] & _sparkEffectDefSubSteps[iii]) >> _sparkEffectDefShift[i… in sparkEffectDefensive() local
403 if (!shpIndex) in sparkEffectDefensive()
414 _screen->drawShape(0, _sparkShapes[shpIndex - 1], x, y, 0); in sparkEffectDefensive()
438 int shpIndex = (_sparkEffectOfFlags1[i] & _sparkEffectOfFlags2[ii]) >> _sparkEffectOfShift[ii]; in sparkEffectOffensive() local
439 if (shpIndex) in sparkEffectOffensive()
440 _screen->drawShape(2, _sparkShapes[shpIndex - 1], _sparkEffectOfX[ii], _sparkEffectOfY[ii], 0); in sparkEffectOffensive()
H A Ddarkmoon.cpp319 …:replaceMonster(int unit, uint16 block, int pos, int dir, int type, int shpIndex, int mode, int h2… in replaceMonster() argument
369 initMonster(index, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
385 m->shpIndex++; in killMonsterExtra()
H A Deob.cpp334 void EoBEngine::replaceMonster(int unit, uint16 block, int pos, int dir, int type, int shpIndex, in… in replaceMonster() argument
340 initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
H A Deobcommon.h197 uint8 shpIndex; member
496 …void initMonster(int index, int unit, uint16 block, int pos, int dir, int type, int shpIndex, int …
498 …virtual void replaceMonster(int b, uint16 block, int pos, int dir, int type, int shpIndex, int mod…
H A Dchargen.cpp66 int getNextFreeFaceShape(int shpIndex, int charSex, int step, int8 *selectedPortraits);
891 int CharacterGenerator::getNextFreeFaceShape(int shpIndex, int charSex, int step, int8 *selectedPor… in getNextFreeFaceShape() argument
892 int shpCur = ((shpIndex < 0) ? 43 : shpIndex) % 44; in getNextFreeFaceShape()
H A Dlol.h155 uint8 shpIndex; member
H A Dlol.cpp615 int i = _itemProperties[_itemsInPlay[_itemInHand].itemPropertyIndex].shpIndex; in setMouseCursorToIcon()
675 int ix = _itemProperties[_itemsInPlay[index].itemPropertyIndex].shpIndex; in getItemIconShapePtr()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dsprites_lol.cpp541 …int shpIndex = _itemProperties[i->itemPropertyIndex].flags & 0x800 ? 7 : _itemProperties[i->itemPr… in drawBlockObjects() local
551 if (_flyingItemShapes[shpIndex].flipFlags && ((i->x ^ i->y) & 0x20)) in drawBlockObjects()
554 flg |= _flyingItemShapes[shpIndex].drawFlags; in drawBlockObjects()
560 shpIndex = _flyingItemShapes[shpIndex].shapeFront; in drawBlockObjects()
563 shpIndex = _flyingItemShapes[shpIndex].shapeBack; in drawBlockObjects()
571 shpIndex = _flyingItemShapes[shpIndex].shapeLeft; in drawBlockObjects()
577 shp = _thrownShapes[shpIndex]; in drawBlockObjects()
584 …i->itemPropertyIndex].flags & 0x40) ? _gameShapes[_itemProperties[i->itemPropertyIndex].shpIndex] : in drawBlockObjects()
585 _itemShapes[_gameShapeMap[_itemProperties[i->itemPropertyIndex].shpIndex << 1]]; in drawBlockObjects()
800 …itemPropertyIndex].flags & 0x40) ? _gameShapes[_itemProperties[item->itemPropertyIndex].shpIndex] : in redrawSceneItem()
[all …]
H A Dsprites_eob.cpp98 …ster(int index, int unit, uint16 block, int pos, int dir, int type, int shpIndex, int mode, int i,… in initMonster() argument
116 m->shpIndex = shpIndex; in initMonster()
475 int shpIndex = d->shpIndex ? 18 : 0; in drawMonsters() local
476 …int palIndex = d->palette ? ((((shpIndex == 18) ? subFrame + 5 : subFrame - 1) << 1) + (d->palette… in drawMonsters()
477 int shpOffs = subFrame + shpIndex - 1; in drawMonsters()
503 shpOffs = shpIndex + (frm[0] & 0x3F); in drawMonsters()
545 …riteDecoration *dcr = &_monsterDecorations[(p->decorations[ii] - 1) * 6 + subFrame + shpIndex - 1]; in drawMonsters()
H A Dmagic_eob.cpp416 …int shpIndex = ((_sparkEffectDefSteps[i >> 2] & _sparkEffectDefSubSteps[iii]) >> _sparkEffectDefSh… in sparkEffectDefensive() local
417 if (!shpIndex) in sparkEffectDefensive()
428 _screen->drawShape(0, _sparkShapes[shpIndex - 1], x, y, 0); in sparkEffectDefensive()
465 …int shpIndex = (_sparkEffectOfFlags1[i >> 2] & _sparkEffectOfFlags2[ii]) >> _sparkEffectOfShift[ii… in sparkEffectOffensive() local
466 if (shpIndex) in sparkEffectOffensive()
467 _screen->drawShape(2, _sparkShapes[shpIndex - 1], _sparkEffectOfX[ii], _sparkEffectOfY[ii], 0); in sparkEffectOffensive()
H A Ddarkmoon.h101 …void replaceMonster(int unit, uint16 block, int d, int dir, int type, int shpIndex, int mode, int …
H A Ddarkmoon.cpp408 …:replaceMonster(int unit, uint16 block, int pos, int dir, int type, int shpIndex, int mode, int h2… in replaceMonster() argument
458 initMonster(index, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
474 m->shpIndex++; in killMonsterExtra()
H A Deob.h127 …void replaceMonster(int unit, uint16 block, int d, int dir, int type, int shpIndex, int mode, int …
H A Deobcommon.h214 uint8 shpIndex; member
532 …void initMonster(int index, int unit, uint16 block, int pos, int dir, int type, int shpIndex, int …
534 …virtual void replaceMonster(int b, uint16 block, int pos, int dir, int type, int shpIndex, int mod…
H A Dchargen.cpp69 int getNextFreeFaceShape(int shpIndex, int charSex, int step, int8 *selectedPortraits);
1096 int CharacterGenerator::getNextFreeFaceShape(int shpIndex, int charSex, int step, int8 *selectedPor… in getNextFreeFaceShape() argument
1097 int shpCur = ((shpIndex < 0) ? 43 : shpIndex) % 44; in getNextFreeFaceShape()
H A Deob.cpp653 void EoBEngine::replaceMonster(int unit, uint16 block, int pos, int dir, int type, int shpIndex, in… in replaceMonster() argument
659 initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
H A Dlol.h159 uint8 shpIndex; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dsaveload_eob.cpp234 m->shpIndex = in.readByte(); in loadGameState()
480 out->writeByte(m->shpIndex); in saveGameStateIntern()
870 m->shpIndex = in.readByte(); in readOriginalSaveFile()
1299 out->writeByte(m->shpIndex); in saveAsOriginalSaveFile()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dsaveload_eob.cpp227 m->shpIndex = in.readByte(); in loadGameState()
483 out->writeByte(m->shpIndex); in saveGameStateIntern()
897 m->shpIndex = in.readByte(); in readOriginalSaveFile()
1326 out->writeByte(m->shpIndex); in saveAsOriginalSaveFile()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_lol.cpp247 tmp->shpIndex = stackPos(2); in olol_setItemProperty()
310 return p->shpIndex; in olol_getItemPara()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/script/
H A Dscript_lol.cpp247 tmp->shpIndex = stackPos(2); in olol_setItemProperty()
310 return p->shpIndex; in olol_getItemPara()

12