Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dpmovetst.c47 static hull_t box_hull; variable
63 box_hull.clipnodes = box_clipnodes; in PM_InitBoxHull()
64 box_hull.planes = box_planes; in PM_InitBoxHull()
65 box_hull.firstclipnode = 0; in PM_InitBoxHull()
66 box_hull.lastclipnode = 5; in PM_InitBoxHull()
67 box_hull.depth = 6; in PM_InitBoxHull()
102 return &box_hull; in PM_HullForBox()
H A Dworld.c136 static hull_t box_hull; variable
177 SV_InitHull (&box_hull, box_clipnodes, box_planes); in SV_InitBoxHull()
196 return &box_hull; in SV_HullForBox()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/common/
H A Dpmovetst.c38 static hull_t box_hull; variable
56 box_hull.clipnodes = box_clipnodes; in PM_InitBoxHull()
57 box_hull.planes = box_planes; in PM_InitBoxHull()
58 box_hull.firstclipnode = 0; in PM_InitBoxHull()
59 box_hull.lastclipnode = 5; in PM_InitBoxHull()
97 return &box_hull; in PM_HullForBox()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/shared/
H A Dpmovetst.c26 static hull_t box_hull; variable
50 box_hull.clipnodes = box_clipnodes; in PM_InitBoxHull()
51 box_hull.planes = box_planes; in PM_InitBoxHull()
52 box_hull.firstclipnode = 0; in PM_InitBoxHull()
53 box_hull.lastclipnode = 5; in PM_InitBoxHull()
90 return &box_hull; in PM_HullForBox()
/dports/games/tenebrae/tenebrae_0/
H A Dworld.c56 static hull_t box_hull; variable
73 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
74 box_hull.planes = box_planes; in SV_InitBoxHull()
75 box_hull.firstclipnode = 0; in SV_InitBoxHull()
76 box_hull.lastclipnode = 5; in SV_InitBoxHull()
114 return &box_hull; in SV_HullForBox()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dworld.c56 static hull_t box_hull; variable
73 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
74 box_hull.planes = box_planes; in SV_InitBoxHull()
75 box_hull.firstclipnode = 0; in SV_InitBoxHull()
76 box_hull.lastclipnode = 5; in SV_InitBoxHull()
114 return &box_hull; in SV_HullForBox()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dworld.c52 static hull_t box_hull; variable
70 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
71 box_hull.planes = box_planes; in SV_InitBoxHull()
72 box_hull.firstclipnode = 0; in SV_InitBoxHull()
73 box_hull.lastclipnode = 5; in SV_InitBoxHull()
110 return &box_hull; in SV_HullForBox()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dworld.c54 static hull_t box_hull; variable
72 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
73 box_hull.planes = box_planes; in SV_InitBoxHull()
74 box_hull.firstclipnode = 0; in SV_InitBoxHull()
75 box_hull.lastclipnode = 5; in SV_InitBoxHull()
112 return &box_hull; in SV_HullForBox()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dworld.c74 static hull_t box_hull; variable
91 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
92 box_hull.planes = box_planes; in SV_InitBoxHull()
93 box_hull.firstclipnode = 0; in SV_InitBoxHull()
94 box_hull.lastclipnode = 5; in SV_InitBoxHull()
133 return &box_hull; in SV_HullForBox()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcmodel.c100 static hull_t box_hull; variable
114 box_hull.clipnodes = box_clipnodes; in CM_InitBoxHull()
115 box_hull.planes = box_planes; in CM_InitBoxHull()
116 box_hull.firstclipnode = 0; in CM_InitBoxHull()
117 box_hull.lastclipnode = 5; in CM_InitBoxHull()
144 return &box_hull; in CM_HullForBox()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dworld.c60 static hull_t box_hull; variable
77 box_hull.clipnodes = box_clipnodes; in SV_InitBoxHull()
78 box_hull.planes = box_planes; in SV_InitBoxHull()
79 box_hull.firstclipnode = 0; in SV_InitBoxHull()
80 box_hull.lastclipnode = 5; in SV_InitBoxHull()
118 return &box_hull; in SV_HullForBox()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcmodel.c100 static hull_t box_hull; variable
114 box_hull.clipnodes = box_clipnodes; in CM_InitBoxHull()
115 box_hull.planes = box_planes; in CM_InitBoxHull()
116 box_hull.firstclipnode = 0; in CM_InitBoxHull()
117 box_hull.lastclipnode = 5; in CM_InitBoxHull()
144 return &box_hull; in CM_HullForBox()
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dworld.c136 static hull_t box_hull; variable
177 SV_InitHull (&box_hull, box_clipnodes, box_planes); in SV_InitBoxHull()
196 return &box_hull; in SV_HullForBox()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmodel_brush.c979 static hull_t box_hull; in Collision_ClipTrace_Box()
998 if (box_hull.clipnodes == NULL) in Collision_ClipTrace_Box()
1005 box_hull.clipnodes = box_clipnodes; in Collision_ClipTrace_Box()
1006 box_hull.planes = box_planes; in Collision_ClipTrace_Box()
1007 box_hull.firstclipnode = 0; in Collision_ClipTrace_Box()
1008 box_hull.lastclipnode = 5; in Collision_ClipTrace_Box()
1029 rhc.hull = &box_hull; in Collision_ClipTrace_Box()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmodel_brush.c1102 static hull_t box_hull; in Collision_ClipTrace_Box()
1121 if (box_hull.clipnodes == NULL) in Collision_ClipTrace_Box()
1128 box_hull.clipnodes = box_clipnodes; in Collision_ClipTrace_Box()
1129 box_hull.planes = box_planes; in Collision_ClipTrace_Box()
1130 box_hull.firstclipnode = 0; in Collision_ClipTrace_Box()
1131 box_hull.lastclipnode = 5; in Collision_ClipTrace_Box()
1152 rhc.hull = &box_hull; in Collision_ClipTrace_Box()
/dports/games/darkplaces/darkplaces/
H A Dmodel_brush.c1107 static hull_t box_hull; in Collision_ClipTrace_Box()
1126 if (box_hull.clipnodes == NULL) in Collision_ClipTrace_Box()
1133 box_hull.clipnodes = box_clipnodes; in Collision_ClipTrace_Box()
1134 box_hull.planes = box_planes; in Collision_ClipTrace_Box()
1135 box_hull.firstclipnode = 0; in Collision_ClipTrace_Box()
1136 box_hull.lastclipnode = 5; in Collision_ClipTrace_Box()
1157 rhc.hull = &box_hull; in Collision_ClipTrace_Box()
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog810 Set the hull depth for the client box_hull.
1272 Set the hull depth for the server box_hull.