Home
last modified time | relevance | path

Searched refs:trailx (Results 1 – 20 of 20) sorted by relevance

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_map.c726 fixed_t trailx; in P_SlideMove() local
744 trailx = mo->x - mo->radius; in P_SlideMove()
749 trailx = mo->x + mo->radius; in P_SlideMove()
767 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_map.c850 fixed_t trailx; in P_SlideMove() local
867 trailx = mo->x - mo->radius; in P_SlideMove()
872 trailx = mo->x + mo->radius; in P_SlideMove()
890 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_map.c850 fixed_t trailx; in P_SlideMove() local
867 trailx = mo->x - mo->radius; in P_SlideMove()
872 trailx = mo->x + mo->radius; in P_SlideMove()
890 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/heretic/glheretic-1.2/
H A Dp_map.c1025 fixed_t trailx, traily; in P_SlideMove() local
1041 trailx = mo->x - mo->radius; in P_SlideMove()
1046 trailx = mo->x + mo->radius; in P_SlideMove()
1064 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_map.c1086 fixed_t trailx, traily; in P_SlideMove() local
1102 trailx = mo->x - mo->radius; in P_SlideMove()
1107 trailx = mo->x + mo->radius; in P_SlideMove()
1125 P_PathTraverse(trailx, leady, trailx + mo->momx, leady + mo->momy, in P_SlideMove()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_map.c812 fixed_t trailx; in P_SlideMove() local
830 trailx = mo->x - mo->radius; in P_SlideMove()
835 trailx = mo->x + mo->radius; in P_SlideMove()
853 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_map.c1063 fixed_t trailx, traily; in P_SlideMove() local
1079 trailx = mo->x - mo->radius; in P_SlideMove()
1084 trailx = mo->x + mo->radius; in P_SlideMove()
1102 P_PathTraverse(trailx, leady, trailx + mo->momx, leady + mo->momy, in P_SlideMove()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c3525 P_PathTraverse(trailx, leady, trailx + thiscam->momx, leady + thiscam->momy, in P_SlideCameraMove()
3661 trailx = mo->x - mo->radius; in P_SlideMove()
3666 trailx = mo->x + mo->radius; in P_SlideMove()
3742 P_PaperTraverse(trailx, leady); in P_SlideMove()
3787 trailx = mo->x - mo->radius; in P_SlideMove()
3792 trailx = mo->x + mo->radius; in P_SlideMove()
3810 P_PathTraverse(trailx, leady, trailx + mo->momx, leady + mo->momy, in P_SlideMove()
3915 fixed_t trailx, traily; in P_BounceMove() local
3942 trailx = mo->x - mo->radius; in P_BounceMove()
3947 trailx = mo->x + mo->radius; in P_BounceMove()
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_map.c1262 fixed_t leadx, leady, trailx, traily; in P_SlideMove() local
1270 leadx = mo->x + mo->radius, trailx = mo->x - mo->radius; in P_SlideMove()
1272 leadx = mo->x - mo->radius, trailx = mo->x + mo->radius; in P_SlideMove()
1283 P_PathTraverse(trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_map.c1364 fixed_t trailx, traily; in P_SlideMove() local
1380 trailx = mo->x - mo->radius; in P_SlideMove()
1385 trailx = mo->x + mo->radius; in P_SlideMove()
1403 P_PathTraverse(trailx, leady, trailx + mo->momx, leady + mo->momy, in P_SlideMove()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_map.c1364 fixed_t trailx, traily; in P_SlideMove() local
1380 trailx = mo->x - mo->radius; in P_SlideMove()
1385 trailx = mo->x + mo->radius; in P_SlideMove()
1403 P_PathTraverse(trailx, leady, trailx + mo->momx, leady + mo->momy, in P_SlideMove()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_map.c1262 fixed_t leadx, leady, trailx, traily; in P_SlideMove() local
1270 leadx = mo->x + mo->radius, trailx = mo->x - mo->radius; in P_SlideMove()
1272 leadx = mo->x - mo->radius, trailx = mo->x + mo->radius; in P_SlideMove()
1283 P_PathTraverse(trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_map.c1357 fixed_t trailx, traily; in P_SlideMove() local
1373 trailx = mo->x - mo->radius; in P_SlideMove()
1378 trailx = mo->x + mo->radius; in P_SlideMove()
1396 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_map.c1323 fixed_t leadx, leady, trailx, traily; in P_SlideMove() local
1331 leadx = mo->x + mo->radius, trailx = mo->x - mo->radius; in P_SlideMove()
1333 leadx = mo->x - mo->radius, trailx = mo->x + mo->radius; in P_SlideMove()
1344 P_PathTraverse(trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/edge/Edge-1.35-source/src/
H A Dp_map.cc1069 float trailx, traily; in P_SlideMove() local
1075 trailx = mo->x - mo->radius; in P_SlideMove()
1080 trailx = mo->x + mo->radius; in P_SlideMove()
1098 P_PathTraverse(trailx, leady, trailx + dx, leady + dy, in P_SlideMove()
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_entity_world.cpp1593 float trailx; in SlideMove() local
1622 trailx = Origin.x - Radius; in SlideMove()
1627 trailx = Origin.x + Radius; in SlideMove()
1645 SlidePathTraverse(BestSlideFrac, BestSlideLine, trailx, leady, StepVelScale); in SlideMove()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c150 unsigned int trailx[4], traily[4], trailc[4]; member
2094 JE_pixCool(shot->trailx[i], shot->traily[i], shot->trailc[i]); in DE_DrawTrails()
2099 shot->trailx[i] = roundf(shot->x); in DE_DrawTrails()
2105 shot->trailx[i] = shot->trailx[i-1]; in DE_DrawTrails()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_map.c2030 fixed_t trailx, traily; in P_SlideMove() local
2047 trailx = mo->x - mo->radius; in P_SlideMove()
2052 trailx = mo->x + mo->radius; in P_SlideMove()
2070 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_map.cpp1638 fixed_t trailx; in P_SlideMove() local
1657 trailx = mo->x - mo->radius; in P_SlideMove()
1662 trailx = mo->x + mo->radius; in P_SlideMove()
1680 P_PathTraverse ( trailx, leady, trailx+mo->momx, leady+mo->momy, in P_SlideMove()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_map.cpp2624 fixed_t trailx, traily; in SlideMove() local
2644 trailx = mo->X() - mo->radius; in SlideMove()
2649 trailx = mo->X() + mo->radius; in SlideMove()
2666 SlideTraverse(trailx, leady, trailx + tryx, leady + tryy); in SlideMove()