Home
last modified time | relevance | path

Searched refs:cansee (Results 101 – 125 of 708) sorted by relevance

12345678910>>...29

/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dlock.c757 if (cansee(x,y)) pline("A door appears in the wall!");
773 boolean vis = cansee(x,y);
837 if (cansee(x,y))
850 if (cansee(x,y))
865 if (msg && cansee(x,y)) pline(msg);
H A Dmuse.c64 vis = cansee(mon->mx, mon->my);
535 vis = cansee(mtmp->mx, mtmp->my);
1132 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1136 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1148 if (cansee(mtmp->mx, mtmp->my))
1162 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1333 } else if (cansee(mtmp->mx, mtmp->my)) {
1370 if (cansee(mtmp2->mx, mtmp2->my)) {
1449 boolean vis = cansee(mtmp->mx, mtmp->my);
1500 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dlock.c750 if (cansee(x,y)) pline("A door appears in the wall!");
766 boolean vis = cansee(x,y);
830 if (cansee(x,y))
843 if (cansee(x,y))
856 if (msg && cansee(x,y)) pline(msg);
H A Dvault.c230 if(!cansee(guard->mx, guard->my)) { in invault()
406 if(in_fcorridor(grd, grd->mx, grd->my) || cansee(grd->mx, grd->my))
493 if(!cansee(grd->mx, grd->my))
566 if(cansee(m,n))
658 if (cansee(nx,ny))
688 cansee(x, y))) {
H A Dmuse.c61 vis = cansee(mon->mx, mon->my);
504 vis = cansee(mtmp->mx, mtmp->my);
1079 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1083 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1095 if (cansee(mtmp->mx, mtmp->my))
1109 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1280 } else if (cansee(mtmp->mx, mtmp->my)) {
1317 if (cansee(mtmp2->mx, mtmp2->my)) {
1396 boolean vis = cansee(mtmp->mx, mtmp->my);
1447 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dgame.cpp1230 vector<int> cansee; member
1239 cansee.setsize(0); in reset()
1247 int asee = a->cansee.length(), bsee = b->cansee.length(); in camsort()
1375 c.cansee.add(q); \ in cameratv()
1381 if((k || j) && c.cansee.length()) \ in cameratv()
1398 c.cansee.remove(q); \ in cameratv()
1434 loopvrev(c.cansee) if((d = (gameent *)iterdynents(c.cansee[i]))) in cameratv()
1440 loopvrev(c.cansee) if(entities::ents.inrange(c.cansee[i])) in cameratv()
1441 dircamentity(i, entities::ents[c.cansee[i]]->o); in cameratv()
1445 if(!c.cansee.empty()) in cameratv()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmon.c526 if (cansee(mtmp->mx, mtmp->my))
554 if (cansee(mtmp->mx, mtmp->my)) {
601 if (cansee(mtmp->mx, mtmp->my)) {
1032 if (cansee(mtmp->mx, mtmp->my)) {
1111 if (cansee(mtmp->mx, mtmp->my)) {
1889 if (cansee(mtmp->mx, mtmp->my)) {
1919 if (cansee(mtmp->mx, mtmp->my))
2255 if (cansee(x, y))
2401 if (!cansee(x, y) && !vamp_rise_msg)
3141 && cansee(mtmp->mx, mtmp->my)) { in restartcham()
[all …]
H A Ddo.c92 if (pushing ? !Blind : cansee(rx, ry)) {
115 && (pushing ? !Blind : cansee(rx, ry)))
159 if (*verb && (cansee(x, y) || distu(x, y) == 0))
207 } else if (!Blind && cansee(x, y)) {
378 } while ((levl[cx][cy].typ != ROOM || trp || eng || cansee(cx, cy)) in teleport_sink()
1820 if (cansee(mtmp->mx, mtmp->my))
1827 if (cansee(mtmp->mx, mtmp->my)) {
1840 if (container_where == OBJ_MINVENT && cansee(mtmp->mx, mtmp->my)
1850 && cansee(mtmp->mx, mtmp->my)) {
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmon.c526 if (cansee(mtmp->mx, mtmp->my))
554 if (cansee(mtmp->mx, mtmp->my)) {
601 if (cansee(mtmp->mx, mtmp->my)) {
1032 if (cansee(mtmp->mx, mtmp->my)) {
1111 if (cansee(mtmp->mx, mtmp->my)) {
1889 if (cansee(mtmp->mx, mtmp->my)) {
1919 if (cansee(mtmp->mx, mtmp->my))
2255 if (cansee(x, y))
2401 if (!cansee(x, y) && !vamp_rise_msg)
3141 && cansee(mtmp->mx, mtmp->my)) { in restartcham()
[all …]
H A Ddo.c92 if (pushing ? !Blind : cansee(rx, ry)) {
115 && (pushing ? !Blind : cansee(rx, ry)))
159 if (*verb && (cansee(x, y) || distu(x, y) == 0))
207 } else if (!Blind && cansee(x, y)) {
378 } while ((levl[cx][cy].typ != ROOM || trp || eng || cansee(cx, cy)) in teleport_sink()
1820 if (cansee(mtmp->mx, mtmp->my))
1827 if (cansee(mtmp->mx, mtmp->my)) {
1840 if (container_where == OBJ_MINVENT && cansee(mtmp->mx, mtmp->my)
1850 && cansee(mtmp->mx, mtmp->my)) {
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddo.c96 if (pushing ? !Blind : cansee(rx,ry)) {
117 (pushing ? !Blind : cansee(rx,ry)))
180 } else if (cansee(x, y)) {
203 } else if (cansee(x,y)) {
334 cansee(cx,cy)) && in teleport_sink()
1664 if (cansee(mtmp->mx, mtmp->my))
1670 if (cansee(mtmp->mx, mtmp->my)) {
1680 if (container_where == OBJ_MINVENT && cansee(mtmp->mx, mtmp->my) &&
1694 cansee(mtmp->mx, mtmp->my)) {
H A Dlock.c801 if (cansee(x,y)) pline("A door appears in the wall!");
817 boolean vis = cansee(x,y);
881 if (cansee(x,y))
894 if (cansee(x,y))
909 if (msg && cansee(x,y)) pline(msg);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dvault.c230 if(!cansee(guard->mx, guard->my)) { in invault()
406 if(in_fcorridor(grd, grd->mx, grd->my) || cansee(grd->mx, grd->my))
493 if(!cansee(grd->mx, grd->my))
566 if(cansee(m,n))
658 if (cansee(nx,ny))
688 cansee(x, y))) {
H A Dmuse.c61 vis = cansee(mon->mx, mon->my);
504 vis = cansee(mtmp->mx, mtmp->my);
1079 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1083 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1095 if (cansee(mtmp->mx, mtmp->my))
1109 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1280 } else if (cansee(mtmp->mx, mtmp->my)) {
1317 if (cansee(mtmp2->mx, mtmp2->my)) {
1396 boolean vis = cansee(mtmp->mx, mtmp->my);
1447 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dvault.c230 if(!cansee(guard->mx, guard->my)) { in invault()
406 if(in_fcorridor(grd, grd->mx, grd->my) || cansee(grd->mx, grd->my))
493 if(!cansee(grd->mx, grd->my))
566 if(cansee(m,n))
658 if (cansee(nx,ny))
688 cansee(x, y))) {
H A Dmuse.c61 vis = cansee(mon->mx, mon->my);
504 vis = cansee(mtmp->mx, mtmp->my);
1079 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1083 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1095 if (cansee(mtmp->mx, mtmp->my))
1109 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1280 } else if (cansee(mtmp->mx, mtmp->my)) {
1317 if (cansee(mtmp2->mx, mtmp2->my)) {
1396 boolean vis = cansee(mtmp->mx, mtmp->my);
1447 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dtrap.c758 if (cansee(x, y)) in animate_statue()
794 if (historic && cansee(x, y)) in animate_statue()
1169 boolean see_it = cansee(mtmp->mx, mtmp->my); in trapeffect_arrow_trap()
2890 if (cansee(x1, y1)) { in launch_obj()
2914 if (!cansee(g.bhitpos.x, g.bhitpos.y)) in launch_obj()
2937 if (cansee(g.bhitpos.x, g.bhitpos.y)) in launch_obj()
3345 if (cansee(mon->mx, mon->my)) in minstapetrify()
3395 if (cansee(mon->mx, mon->my)) { in mselftouch()
4036 if (cansee(x, y)) { in lava_damage()
6330 if (obj && cansee(mon->mx, mon->my)) in thitm()
[all …]
H A Dmthrowu.c176 breakmsg(obj, cansee(x, y)); in drop_throw()
331 vis = cansee(g.bhitpos.x, g.bhitpos.y); in ohitmon()
397 if (otmp->otyp == ACID_VENOM && cansee(mtmp->mx, mtmp->my)) { in ohitmon()
564 if (cansee(g.bhitpos.x, g.bhitpos.y)) in m_throw()
691 if (range && cansee(g.bhitpos.x, g.bhitpos.y) in m_throw()
698 && (cansee(g.bhitpos.x, g.bhitpos.y) in m_throw()
1135 if (cansee(barsx, barsy) && !unbreakable) in hit_bars()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Daicerber.cpp155 if (cansee(x, y, z, pSprite->sectnum, x2, y2, z2, pSprite2->sectnum)) in BurnSeqCallback()
241 if (cansee(x, y, z, pSprite->sectnum, x2, y2, z2, pSprite2->sectnum)) in BurnSeqCallback2()
308 …if (!cansee(x, y, z, nSector, pSprite->x, pSprite->y, pSprite->z-((pDudeInfo->eyeHeight*pSprite->y… in thinkTarget()
419 …if (cansee(pTarget->x, pTarget->y, pTarget->z, pTarget->sectnum, pSprite->x, pSprite->y, pSprite->… in thinkChase()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dlock.c833 if (cansee(x,y)) pline("A door appears in the wall!");
849 boolean vis = cansee(x,y);
925 if (cansee(x,y))
938 if (cansee(x,y))
953 if (msg && cansee(x,y)) pline("%s", msg);
H A Ddo.c88 if (pushing ? !Blind : cansee(rx,ry)) {
109 (pushing ? !Blind : cansee(rx,ry)))
172 } else if (cansee(x, y)) {
195 } else if (cansee(x,y)) {
329 cansee(cx,cy)) && in teleport_sink()
1715 if (cansee(mtmp->mx, mtmp->my))
1721 if (cansee(mtmp->mx, mtmp->my)) {
1731 if (container_where == OBJ_MINVENT && cansee(mtmp->mx, mtmp->my) &&
1745 cansee(mtmp->mx, mtmp->my)) {
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dmuse.c64 vis = cansee(mon->mx, mon->my);
535 vis = cansee(mtmp->mx, mtmp->my);
1132 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1136 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1148 if (cansee(mtmp->mx, mtmp->my))
1162 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1333 } else if (cansee(mtmp->mx, mtmp->my)) {
1370 if (cansee(mtmp2->mx, mtmp2->my)) {
1449 boolean vis = cansee(mtmp->mx, mtmp->my);
1500 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dmuse.c64 vis = cansee(mon->mx, mon->my);
535 vis = cansee(mtmp->mx, mtmp->my);
1132 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1136 if (cansee(mtmp->mx, mtmp->my) && zap_oseen)
1148 if (cansee(mtmp->mx, mtmp->my))
1162 if (mtmp->mhp > 0 && cansee(bhitpos.x,bhitpos.y)
1333 } else if (cansee(mtmp->mx, mtmp->my)) {
1370 if (cansee(mtmp2->mx, mtmp2->my)) {
1449 boolean vis = cansee(mtmp->mx, mtmp->my);
1500 if (cansee(mtmp->mx, mtmp->my)) {
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddisplay.h81 (cansee(mon->mx, mon->my) || see_with_infrared(mon))) \
108 ((cansee(mon->mx, mon->my) && (See_invisible || Detect_monsters)) || \
/dports/games/nethack33/nethack-3.3.1/include/
H A Ddisplay.h81 (cansee(mon->mx, mon->my) || see_with_infrared(mon))) \
108 ((cansee(mon->mx, mon->my) && (See_invisible || Detect_monsters)) || \

12345678910>>...29