Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/include/qw/
H A Dpmove.h48 } physent_t; typedef
68 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
75 physent_t *touchindex[MAX_PHYSENTS];
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dpmove.h51 } physent_t; typedef
68 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
H A Dcl_ents.c1004 physent_t *pent; in CL_SetSolidPlayers()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpmove.h32 } physent_t; typedef
56 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
H A Dpmovetst.c78 physent_t *pe; in PM_PointContents_AllBSPs()
111 physent_t *pe; in PM_TestPlayerPosition()
152 physent_t *pe; in PM_PlayerTrace()
224 physent_t *pe; in PM_TraceLine()
H A Dsv_user.c3374 physent_t *pe; in AddLinksToPmove()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpmove.h32 } physent_t; typedef
56 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
H A Dpmovetst.c78 physent_t *pe; in PM_PointContents_AllBSPs()
111 physent_t *pe; in PM_TestPlayerPosition()
152 physent_t *pe; in PM_PlayerTrace()
224 physent_t *pe; in PM_TraceLine()
H A Dsv_user.c3374 physent_t *pe; in AddLinksToPmove()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/shared/
H A Dpmove.h53 } physent_t; typedef
75 physent_t physents[MAX_PHYSENTS]; // 0 should be the world
H A Dpmovetst.c321 physent_t *pe; in PM_TestPlayerPosition()
398 physent_t *pe; in PM_PlayerMove()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dpmove.c156 pmove.touchindex[pmove.numtouch] = (physent_t *) trace.ent; in PM_FlyMove()
576 onground = (physent_t *) tr.ent - pmove.physents; in PM_CategorizePosition()
583 if (tr.ent && (physent_t *) tr.ent - pmove.physents > 0) { in PM_CategorizePosition()
584 pmove.touchindex[pmove.numtouch] = (physent_t *) tr.ent; in PM_CategorizePosition()
H A Dpmovetst.c169 physent_t *pe; in PM_TestPlayerPosition()
211 physent_t *pe; in PM_PlayerMove()
H A Dcl_entparse.c643 physent_t *pent; in CL_SetSolidPlayers()
H A Dsv_user.c1521 physent_t *pe; in AddLinksToPmove()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/common/
H A Dpmovetst.c311 physent_t *pe; in PM_TestPlayerPosition()
349 physent_t *pe; in PM_PlayerMove()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsv_user.c1090 physent_t *pe; in AddLinksToPmove()
1164 physent_t *pe;
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dworld.c268 physent_t *pe; in SV_AddLinksToPmove_r()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/server/
H A Dsv_user.c1234 physent_t *pe; in AddAllEntsToPmove()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_ents.c1692 physent_t *pent; in CL_SetSolidPlayers()