Home
last modified time | relevance | path

Searched refs:creatureMgr (Results 1 – 11 of 11) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dinn_controller.cpp126 Person *isaac = new Person(creatureMgr->getById(GHOST_ID)->getTile()); in maybeMeetIsaac()
152 …creature = g_context->_location->_map->addCreature(creatureMgr->getById(RAT_ID), g_context->_locat… in maybeAmbush()
156 …creature = g_context->_location->_map->addCreature(creatureMgr->getById(ROGUE_ID), g_context->_loc… in maybeAmbush()
H A Dcombat_controller.cpp236 _creatureTable[i] = creatureMgr->getByTile(dng->_rooms[room]._creatureTiles[i]); in initDungeonRoom()
412 baseCreature = creatureMgr->getById(ROGUE_ID); in fillCreatureTable()
423 …if (creatureMgr->getById(baseCreature->getLeader()) != baseCreature && /* leader is a different cr… in fillCreatureTable()
427 current = creatureMgr->getById(creatureMgr->getById(baseCreature->getLeader())->getLeader()); in fillCreatureTable()
429 current = creatureMgr->getById(baseCreature->getLeader()); in fillCreatureTable()
H A Dcamp_controller.cpp68 const Creature *m = creatureMgr->randomAmbushing(); in begin()
H A Dgame_controller.cpp671 …obj = g_context->_location->_map->addCreature(creatureMgr->getById(PIRATE_ID), MapCoords(pirateInf… in checkSpecialCreatures()
687 …g_context->_location->_map->addCreature(creatureMgr->getById(DAEMON_ID), MapCoords(231, g_context-… in checkSpecialCreatures()
778 …Creature *m = g_context->_location->_map->addCreature(creatureMgr->getById(TROLL_ID), g_context->_… in checkBridgeTrolls()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/map/
H A Dshrine.cpp182 …Object *obj = addCreature(creatureMgr->getById(BEGGAR_ID), Coords(5, 10, g_context->_location->_co… in enhancedSequence()
199 obj->setTile(creatureMgr->getById(BEGGAR_ID)->getTile()); in enhancedSequence()
H A Dmap.cpp491 obj->setPrevTile(creatureMgr->getByTile(obj->getTile())->getTile()); in resetObjectAnimations()
522 m = creatureMgr->getByTile(transport); in getValidMoves()
673 m = creatureMgr->getByTile((*i)->getTile()); in alertGuards()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/core/
H A Ddebugger_actions.cpp55 m = creatureMgr->getById(id); in summonCreature()
58 m = creatureMgr->getByName(creatureName); in summonCreature()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dgame.cpp395 const Creature *creature = creatureMgr->getByTile(tile); in gameFixupObjects()
656 creature = creatureMgr->randomForDungeon(g_context->_location->_coords.z); in gameSpawnCreature()
658 …creature = creatureMgr->randomForTile(g_context->_location->_map->tileTypeAt(coords, WITHOUT_OBJEC… in gameSpawnCreature()
H A Dcreature.h445 #define creatureMgr (CreatureMgr::getInstance()) macro
H A Dcreature.cpp56 const Creature *m = creatureMgr->getByTile(tile); in Creature()
726 map->addCreature(creatureMgr->getById(_spawn), coords); in spawnOnDeath()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/
H A Dultima4.cpp147 creatureMgr->getInstance(); in initialize()