Home
last modified time | relevance | path

Searched refs:FLOOR_SOLID (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_mobj.c354 if(P_GetTerrainType(mo) != FLOOR_SOLID) in P_ZMovement()
539 if(P_GetTerrainType(mobj) == FLOOR_SOLID) in P_MobjThinker()
555 if(P_GetTerrainType(mobj) == FLOOR_SOLID) in P_MobjThinker()
669 if(P_GetTerrainType(mobj) != FLOOR_SOLID) in P_SpawnMobj()
H A Dp_spec.h46 FLOOR_SOLID = 2, enumerator
H A Dp_spec.c237 return FLOOR_SOLID; in P_GetTerrainType()
245 return FLOOR_SOLID; in P_GetTerrainType()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_mobj.c354 if(P_GetTerrainType(mo) != FLOOR_SOLID) in P_ZMovement()
539 if(P_GetTerrainType(mobj) == FLOOR_SOLID) in P_MobjThinker()
555 if(P_GetTerrainType(mobj) == FLOOR_SOLID) in P_MobjThinker()
669 if(P_GetTerrainType(mobj) != FLOOR_SOLID) in P_SpawnMobj()
H A Dp_spec.h46 FLOOR_SOLID = 2, enumerator
H A Dp_spec.c237 return FLOOR_SOLID; in P_GetTerrainType()
245 return FLOOR_SOLID; in P_GetTerrainType()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_telept.c124 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
H A Dp_local.h123 FLOOR_SOLID, enumerator
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_telept.c94 && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h125 #define FLOOR_SOLID 0 macro
H A Dp_mobj.c939 && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1347 return (FLOOR_SOLID); in P_HitFloor()
1375 return (FLOOR_SOLID); in P_HitFloor()
H A Dp_pspr.c1155 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact()
1188 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact2()
1268 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_DeathBallImpact()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_telept.c124 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_telept.c116 && P_GetThingFloorType(thing) > FLOOR_SOLID) in P_Teleport()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_telept.c94 && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h125 #define FLOOR_SOLID 0 macro
H A Dp_mobj.c919 && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1312 return (FLOOR_SOLID); in P_HitFloor()
1340 return (FLOOR_SOLID); in P_HitFloor()
H A Dp_pspr.c1155 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact()
1188 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact2()
1268 if ((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_DeathBallImpact()
/dports/games/heretic/glheretic-1.2/
H A Dp_telept.c79 if(thing->flags2&MF2_FOOTCLIP && P_GetThingFloorType(thing) != FLOOR_SOLID) in P_Teleport()
H A Dp_local.h115 #define FLOOR_SOLID 0 macro
H A Dp_mobj.c935 if(mobj->flags2&MF2_FOOTCLIP && P_GetThingFloorType(mobj) != FLOOR_SOLID in P_SpawnMobj()
1345 return(FLOOR_SOLID); in P_HitFloor()
1373 return(FLOOR_SOLID); in P_HitFloor()
H A Dp_pspr.c1163 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact()
1197 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact2()
1281 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_DeathBallImpact()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_hpspr.c807 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact()
842 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_MaceBallImpact2()
921 if((ball->z <= ball->floorz) && (P_HitFloor(ball) != FLOOR_SOLID)) in A_DeathBallImpact()
H A Dr_defs.h304 FLOOR_SOLID, enumerator
H A Dp_telept.c141 && P_GetThingFloorType(thing) != FLOOR_SOLID ) in P_Teleport()

12