Home
last modified time | relevance | path

Searched refs:groupThing (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dgroup.cpp146 Group *group = (Group *)dungeon.getThingData(groupThing); in dropGroupPossessions()
503 Thing groupThing = groupGetThing(mapX, mapY); in groupDelete() local
504 if (groupThing == _vm->_thingEndOfList) in groupDelete()
509 Group *group = (Group *)dungeon.getThingData(groupThing); in groupDelete()
609 Thing groupThing = groupGetThing(eventMapX, eventMapY); in processEvents29to41() local
611 if (groupThing == _vm->_thingEndOfList) in processEvents29to41()
694 _currGroupThing = groupThing; in processEvents29to41()
1802 || (groupThing == _vm->_thingNone)) { in groupGetGenerated()
1840 return groupThing; in groupGetGenerated()
1854 Thing groupThing = groupGetThing(groupX, groupY); in getMeleeTargetCreatureOrdinal() local
[all …]
H A Dprojexpl.cpp479 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEvent25() local
486 if (groupThing != _vm->_thingEndOfList) { in processEvent25()
487 group = (Group *)_vm->_dungeonMan->getThingData(groupThing); in processEvent25()
513 …if ((groupThing != _vm->_thingEndOfList) && getFlag(creatureInfo->_attributes, kDMCreatureMaskNonM… in processEvent25()
542 else if ((groupThing != _vm->_thingEndOfList) in processEvent25()
H A Dmovesens.h77 …void createEventMoveGroup(Thing groupThing, int16 mapX, int16 mapY, int16 mapIndex, bool audible);…
H A Dtimeline.cpp414 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEventDoorAnimation() local
415 uint16 creatureAttributes = _vm->_dungeonMan->getCreatureAttributes(groupThing); in processEventDoorAnimation()
416 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(creatureAttributes, kDMCreatureMaskNonMateria… in processEventDoorAnimation()
418 …->getDamageAllCreaturesOutcome((Group *)_vm->_dungeonMan->getThingData(groupThing), mapX, mapY, 5,… in processEventDoorAnimation()
465 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEventSquareFakewall() local
466 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(_vm->_dungeonMan->getCreatureAttributes(group… in processEventSquareFakewall()
H A Dgroup.h191 …void dropGroupPossessions(int16 mapX, int16 mapY, Thing groupThing, SoundMode mode); // @ F0188_GR…
H A Deventman.cpp1374 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processType80_clickInDungeonView_grabLeaderHandObject() local
1375 if ((groupThing != _vm->_thingEndOfList) && in processType80_clickInDungeonView_grabLeaderHandObject()
1376 !_vm->_moveSens->isLevitating(groupThing) && in processType80_clickInDungeonView_grabLeaderHandObject()
1377 …_vm->_groupMan->getCreatureOrdinalInCell((Group*)_vm->_dungeonMan->getThingData(groupThing), _vm->… in processType80_clickInDungeonView_grabLeaderHandObject()
H A Dmovesens.cpp1000 void MovesensMan::createEventMoveGroup(Thing groupThing, int16 mapX, int16 mapY, int16 mapIndex, bo… in createEventMoveGroup() argument
1007 newEvent._Cu._slot = groupThing.toUint16(); in createEventMoveGroup()
H A Dgfx.cpp3192 Thing groupThing = _vm->_thingNone; in drawObjectsCreaturesProjectilesExplosions() local
3232 groupThing = thingParam; in drawObjectsCreaturesProjectilesExplosions()
3367 if ((groupThing == _vm->_thingNone) || drawCreaturesCompleted) in drawObjectsCreaturesProjectilesExplosions()
3371 group = (Group *)dungeon.getThingData(groupThing); in drawObjectsCreaturesProjectilesExplosions()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dgroup.cpp146 Group *group = (Group *)dungeon.getThingData(groupThing); in dropGroupPossessions()
506 Thing groupThing = groupGetThing(mapX, mapY); in groupDelete() local
507 if (groupThing == _vm->_thingEndOfList) in groupDelete()
512 Group *group = (Group *)dungeon.getThingData(groupThing); in groupDelete()
612 Thing groupThing = groupGetThing(eventMapX, eventMapY); in processEvents29to41() local
614 if (groupThing == _vm->_thingEndOfList) in processEvents29to41()
697 _currGroupThing = groupThing; in processEvents29to41()
1809 || (groupThing == _vm->_thingNone)) { in groupGetGenerated()
1847 return groupThing; in groupGetGenerated()
1861 Thing groupThing = groupGetThing(groupX, groupY); in getMeleeTargetCreatureOrdinal() local
[all …]
H A Dprojexpl.cpp481 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEvent25() local
488 if (groupThing != _vm->_thingEndOfList) { in processEvent25()
489 group = (Group *)_vm->_dungeonMan->getThingData(groupThing); in processEvent25()
515 …if ((groupThing != _vm->_thingEndOfList) && getFlag(creatureInfo->_attributes, kDMCreatureMaskNonM… in processEvent25()
544 else if ((groupThing != _vm->_thingEndOfList) in processEvent25()
H A Dmovesens.h77 …void createEventMoveGroup(Thing groupThing, int16 mapX, int16 mapY, int16 mapIndex, bool audible);…
H A Dtimeline.cpp414 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEventDoorAnimation() local
415 uint16 creatureAttributes = _vm->_dungeonMan->getCreatureAttributes(groupThing); in processEventDoorAnimation()
416 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(creatureAttributes, kDMCreatureMaskNonMateria… in processEventDoorAnimation()
418 …->getDamageAllCreaturesOutcome((Group *)_vm->_dungeonMan->getThingData(groupThing), mapX, mapY, 5,… in processEventDoorAnimation()
465 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processEventSquareFakewall() local
466 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(_vm->_dungeonMan->getCreatureAttributes(group… in processEventSquareFakewall()
H A Dgroup.h191 …void dropGroupPossessions(int16 mapX, int16 mapY, Thing groupThing, SoundMode mode); // @ F0188_GR…
H A Deventman.cpp1371 Thing groupThing = _vm->_groupMan->groupGetThing(mapX, mapY); in processType80_clickInDungeonView_grabLeaderHandObject() local
1372 if ((groupThing != _vm->_thingEndOfList) && in processType80_clickInDungeonView_grabLeaderHandObject()
1373 !_vm->_moveSens->isLevitating(groupThing) && in processType80_clickInDungeonView_grabLeaderHandObject()
1374 …_vm->_groupMan->getCreatureOrdinalInCell((Group*)_vm->_dungeonMan->getThingData(groupThing), _vm->… in processType80_clickInDungeonView_grabLeaderHandObject()
H A Dmovesens.cpp1006 void MovesensMan::createEventMoveGroup(Thing groupThing, int16 mapX, int16 mapY, int16 mapIndex, bo… in createEventMoveGroup() argument
1013 newEvent._Cu._slot = groupThing.toUint16(); in createEventMoveGroup()
H A Dgfx.cpp3192 Thing groupThing = _vm->_thingNone; in drawObjectsCreaturesProjectilesExplosions() local
3232 groupThing = thingParam; in drawObjectsCreaturesProjectilesExplosions()
3367 if ((groupThing == _vm->_thingNone) || drawCreaturesCompleted) in drawObjectsCreaturesProjectilesExplosions()
3371 group = (Group *)dungeon.getThingData(groupThing); in drawObjectsCreaturesProjectilesExplosions()