Home
last modified time | relevance | path

Searched refs:PIT_CheckLine (Results 1 – 18 of 18) sorted by relevance

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_map.c206 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
465 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_map.c228 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
498 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_map.c228 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
498 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/heretic/glheretic-1.2/
H A Dp_map.c194 boolean PIT_CheckLine(line_t *ld) in PIT_CheckLine() function
562 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_map.c258 boolean PIT_CheckLine(line_t * ld) in PIT_CheckLine() function
622 if (!P_BlockLinesIterator(bx, by, PIT_CheckLine)) in P_CheckPosition()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_map.c211 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
551 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_map.c237 boolean PIT_CheckLine(line_t * ld) in PIT_CheckLine() function
599 if (!P_BlockLinesIterator(bx, by, PIT_CheckLine)) in P_CheckPosition()
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_map.c391 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
768 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_map.c264 boolean PIT_CheckLine(line_t * ld) in PIT_CheckLine() function
844 if (!P_BlockLinesIterator(bx, by, PIT_CheckLine)) in P_CheckPosition()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_map.c264 boolean PIT_CheckLine(line_t * ld) in PIT_CheckLine() function
844 if (!P_BlockLinesIterator(bx, by, PIT_CheckLine)) in P_CheckPosition()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_map.c391 dbool PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
768 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_map.c256 boolean PIT_CheckLine(line_t *ld) in PIT_CheckLine() function
839 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_map.c408 dboolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
822 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_map.c930 boolean PIT_CheckLine (line_t* ld) in PIT_CheckLine() function
1241 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_map.cpp947 static int PIT_CheckLine(Line *ld, void * /*context*/) in PIT_CheckLine() function
1217 return !Line_BoxIterator(&tmBox, LIF_ALL, PIT_CheckLine, 0); in P_CheckPositionXYZ()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_map.cpp368 BOOL PIT_CheckLine (line_t *ld) in PIT_CheckLine() function
878 if (!P_BlockLinesIterator (bx,by,PIT_CheckLine)) in P_CheckPosition()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_map.cpp737 bool PIT_CheckLine(line_t *ld, const FBoundingBox &box, FCheckPosition &tm) in PIT_CheckLine() function
1601 good &= PIT_CheckLine(ld, box, tm); in P_CheckPosition()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c1877 static boolean PIT_CheckLine(line_t *ld) in PIT_CheckLine() function
2272 if (!P_BlockLinesIterator(bx, by, PIT_CheckLine)) in P_CheckPosition()