Home
last modified time | relevance | path

Searched refs:allSolid (Results 1 – 17 of 17) sorted by relevance

/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_predict.c130 if (out->allSolid) in CG_ClipMoveToEntities()
134 if (trace.allSolid || trace.startSolid || trace.fraction < out->fraction) { in CG_ClipMoveToEntities()
H A Dpmove.c128 if (trace.allSolid) { in PM_StepSlideMove_()
228 if (trace.allSolid) in PM_StepSlideMove()
241 if (!trace.allSolid) in PM_StepSlideMove()
897 if (!trace.allSolid) in PM_CheckDuck()
955 return !trace.allSolid; in PM_GoodPosition()
H A Dcg_partthink.c108 if (tr.allSolid || tr.startSolid) { in pBloodThink()
183 if (tr.startSolid || tr.allSolid) { in pBounceThink()
H A Dcg_mapeffects.c115 if (tr.startSolid || tr.allSolid || tr.fraction < 1.0f) in flareThink()
450 if (tr.startSolid || tr.allSolid) { in CG_MFX_AddTrace_f()
H A Dcg_localents.c152 if (tr.allSolid || tr.startSolid) { in LE_BrassThink()
H A Dcg_parteffects.c50 if (tr.allSolid || tr.fraction == 1.0f) in CG_FindExplosionDir()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_pmove.c124 if (trace.allSolid) { in SV_PM_StepSlideMove_()
217 if (trace.allSolid) in SV_PM_StepSlideMove()
230 if (!trace.allSolid) in SV_PM_StepSlideMove()
843 if (!trace.allSolid) in SV_PM_CheckDuck()
901 return !trace.allSolid; in SV_PM_GoodPosition()
H A Dsv_world.c523 if (clip->trace.allSolid) in SV_ClipMoveToEntities()
551 if (trace.allSolid || trace.startSolid || (trace.fraction < clip->trace.fraction)) { in SV_ClipMoveToEntities()
/dports/games/egl/egl-0.3.1_9/common/
H A Dcm_q2_trace.c459 cm_q2_currentTrace.allSolid = qTrue; in CM_Q2BSP_ClipBoxToBrush()
548 cm_q2_currentTrace.startSolid = cm_q2_currentTrace.allSolid = qTrue; in CM_Q2BSP_TestBoxInBrush()
711 cm_q2_currentTrace.allSolid = qFalse; in CM_Q2BSP_BoxTrace()
749 if (cm_q2_currentTrace.allSolid) in CM_Q2BSP_BoxTrace()
H A Dcm_q3_trace.c480 cm_q3_currentTrace.allSolid = qTrue; in CM_Q3BSP_ClipBoxToBrush()
620 cm_q3_currentTrace.startSolid = cm_q3_currentTrace.allSolid = qTrue; in CM_Q3BSP_TestBoxInBrush()
817 cm_q3_currentTrace.allSolid = qFalse; in CM_Q3BSP_BoxTrace()
866 if (cm_q3_currentTrace.allSolid) in CM_Q3BSP_BoxTrace()
/dports/games/egl/egl-0.3.1_9/game/
H A Dm_move.c218 if (trace.allSolid) in SV_movestep()
225 if (trace.allSolid || trace.startSolid) in SV_movestep()
H A Dg_monster.c173 if (!trace.startSolid && !trace.allSolid) in M_CheckGround()
321 if (trace.fraction == 1 || trace.allSolid) in M_droptofloor()
H A Dg_phys.c215 if (trace.allSolid) in SV_FlyMove()
/dports/games/cake/cake_src/cake/
H A Dclient.cpp892 if (trace.allSolid && progress >= 1) in StepSlideMove()
909 if (!trace.allSolid) in StepSlideMove()
983 if (trace.allSolid) in StepSlideMove_()
1104 if (trace.allSolid) in StepSlideMove_()
H A Dtypes.h840 bool allSolid; member
H A Dq3bsp.cpp2985 if (trace_trace.allSolid) break; in CheckMove()
3323 if (!getout) trace->allSolid = true; in ClipBoxToBrush()
3473 trace->startSolid = trace->allSolid = true; in TestBoxInBrush()
3526 trace->startSolid = trace->allSolid = true; in TestBoxInPatch()
/dports/games/egl/egl-0.3.1_9/shared/
H A Dshared.h1023 qBool allSolid; // if true, plane is not valid member