Home
last modified time | relevance | path

Searched refs:GYROBOT (Results 1 – 19 of 19) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_sentrybot.cpp323 entity->focalx = limbs[GYROBOT][1][0]; in initGyroBot()
324 entity->focaly = limbs[GYROBOT][1][1]; in initGyroBot()
325 entity->focalz = limbs[GYROBOT][1][2]; in initGyroBot()
343 entity->focalx = limbs[GYROBOT][2][0]; in initGyroBot()
344 entity->focaly = limbs[GYROBOT][2][1]; in initGyroBot()
345 entity->focalz = limbs[GYROBOT][2][2]; in initGyroBot()
364 entity->focalx = limbs[GYROBOT][6][0]; in initGyroBot()
365 entity->focaly = limbs[GYROBOT][6][1]; in initGyroBot()
1212 my->focalx = limbs[GYROBOT][0][0]; in gyroBotAnimate()
1213 my->focaly = limbs[GYROBOT][0][1]; in gyroBotAnimate()
[all …]
H A Dmonster_shared.cpp158 case GYROBOT: in initMonster()
307 return GYROBOT; in getMonsterTypeFromSprite()
H A Dactsummontrap.cpp87 || SUMMONTRAP_MONSTER == GYROBOT || SUMMONTRAP_MONSTER == DUMMYBOT ) in actSummonTrap()
H A Dactmonster.cpp490 case GYROBOT: in summonMonster()
740 || race == GYROBOT ) in makeFollower()
1668 case GYROBOT: in actMonster()
2687 case GYROBOT: in actMonster()
2948 case GYROBOT: in actMonster()
3686 if ( myStats->type == GYROBOT ) in actMonster()
5120 if ( myStats->type == GYROBOT ) in actMonster()
5728 if ( myStats->type == GYROBOT ) in actMonster()
7248 else if ( myStats->type == GYROBOT ) in actMonster()
8878 if ( myStats->type != GYROBOT ) in monsterAllySendCommand()
[all …]
H A Ditem_tool.cpp78 if ( monsterInteracting && monsterInteracting->getMonsterTypeFromSprite() == GYROBOT ) in applyLockpick()
1246 monsterType = GYROBOT; in applyTinkeringCreation()
1269 if ( summonedStats->type == GYROBOT ) in applyTinkeringCreation()
H A Dactbeartrap.cpp703 if ( monsterInteracting && monsterInteracting->getMonsterTypeFromSprite() == GYROBOT ) in actBomb()
866 if ( stat->type == GYROBOT ) in actBomb()
1243 if ( gyrobot && gyrobot->getRace() == GYROBOT ) in actDecoyBox()
H A Dactitem.cpp160 if ( monsterInteracting->getMonsterTypeFromSprite() == GYROBOT ) in actItem()
H A Dmonster.hpp51 GYROBOT, enumerator
H A Dmechanisms.cpp191 if ( monsterInteracting && monsterInteracting->getMonsterTypeFromSprite() == GYROBOT ) in actSwitch()
H A Dmaps.cpp3376 monsterType = GYROBOT; in assignActions()
3696 case GYROBOT: in assignActions()
3698 entity->focalx = limbs[GYROBOT][0][0]; in assignActions()
3699 entity->focaly = limbs[GYROBOT][0][1]; in assignActions()
3700 entity->focalz = limbs[GYROBOT][0][2]; in assignActions()
H A Dgame.cpp824 …if ( followerStats->type == GYROBOT || followerStats->type == SENTRYBOT || followerStats->type == … in gameLogic()
826 machineHead |= (followerStats->type == GYROBOT); in gameLogic()
1397 if ( tempStats && tempStats->type == GYROBOT ) in gameLogic()
H A Dactboulder.cpp375 if ( stats->type == GYROBOT ) in boulderCheckAgainstEntity()
H A Dstat_shared.cpp1262 case (1000 + GYROBOT): in setDefaultMonsterStats()
H A Dentity.cpp5677 if ( entitystats->type == GYROBOT in isMobile()
6628 if ( myStats->type == GYROBOT ) in attack()
10798 if ( myStats->type == GYROBOT ) in checkEnemy()
11203 if ( myStats->type == GYROBOT ) in checkFriend()
14198 if ( target.getRace() == GYROBOT ) in monsterAcquireAttackTarget()
14202 else if ( myStats->type == GYROBOT ) in monsterAcquireAttackTarget()
14821 if ( myStats->type == GYROBOT && list_Size(&myStats->inventory) >= 1 ) in monsterAddNearbyItemToInventory()
14964 if ( myStats->type == GYROBOT && item.interactNPCUid == getUID() ) in monsterWantsItem()
18723 || race == SPELLBOT || race == AUTOMATON || race == GYROBOT || race == DUMMYBOT ) in monsterChangesColorWhenAlly()
H A Ditems.cpp4841 if ( followerStats->type == SENTRYBOT || followerStats->type == GYROBOT in playerCanSpawnMoreTinkeringBots()
H A Dscores.cpp5257 case GYROBOT: in getIndexForDeathType()
H A Dmenu.cpp9598 if ( tempStats && tempStats->type == GYROBOT ) in handleMainMenu()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp1771 if ( followerStats->type == GYROBOT ) in drawFollowerMenu()
2680 case GYROBOT: in optionDisabledForCreature()
2720 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
2890 else if ( monsterType == GYROBOT ) in optionDisabledForCreature()
2925 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
2941 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
2966 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
2986 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
3030 if ( monsterType == GYROBOT ) in optionDisabledForCreature()
3117 case GYROBOT: in allowedInteractWorld()
[all …]
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.cpp1628 || targetStats->type == SENTRYBOT || targetStats->type == SPELLBOT || targetStats->type == GYROBOT in spellEffectPolymorph()
1649 …|| monsterSummonType == SPELLBOT || monsterSummonType == GYROBOT || monsterSummonType == DUMMYBOT ) in spellEffectPolymorph()