Home
last modified time | relevance | path

Searched refs:SV_ClipToLinks (Results 1 – 11 of 11) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dworld.c815 SV_ClipToLinks (areanode_t *node, moveclip_t *clip) in SV_ClipToLinks() function
874 SV_ClipToLinks (node->children[0], clip); in SV_ClipToLinks()
876 SV_ClipToLinks (node->children[1], clip); in SV_ClipToLinks()
961 SV_ClipToLinks (sv_areanodes, &clip); in SV_Move()
978 SV_ClipToLinks (sv_areanodes, &clip); in SV_Move()
/dports/games/tenebrae/tenebrae_0/
H A Dworld.c824 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip ) in SV_ClipToLinks() function
892 SV_ClipToLinks ( node->children[0], clip ); in SV_ClipToLinks()
894 SV_ClipToLinks ( node->children[1], clip ); in SV_ClipToLinks()
968 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Move()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dworld.c850 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip ) in SV_ClipToLinks() function
933 SV_ClipToLinks ( node->children[0], clip ); in SV_ClipToLinks()
935 SV_ClipToLinks ( node->children[1], clip ); in SV_ClipToLinks()
1009 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Move()
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dworld.c777 SV_ClipToLinks (areanode_t *node, moveclip_t *clip) in SV_ClipToLinks() function
830 SV_ClipToLinks (node->children[0], clip); in SV_ClipToLinks()
832 SV_ClipToLinks (node->children[1], clip); in SV_ClipToLinks()
891 SV_ClipToLinks (sv_areanodes, &clip); in SV_Move()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dworld.c991 static void SV_ClipToLinks(areanode_t *node, moveclip_t *clip) in SV_ClipToLinks() function
1064 SV_ClipToLinks(node->children[0], clip); in SV_ClipToLinks()
1066 SV_ClipToLinks(node->children[1], clip); in SV_ClipToLinks()
1138 SV_ClipToLinks(sv_areanodes, &clip); in SV_Move()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dworld.c1018 static void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip ) in SV_ClipToLinks() function
1101 SV_ClipToLinks ( node->children[0], clip ); in SV_ClipToLinks()
1103 SV_ClipToLinks ( node->children[1], clip ); in SV_ClipToLinks()
1330 SV_ClipToLinks ( qcvm->areanodes, &clip ); in SV_Move()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dworld.c871 static void SV_ClipToLinks (areanode_t *node, moveclip_t *clip) in SV_ClipToLinks() function
944 SV_ClipToLinks(node->children[1], clip); in SV_ClipToLinks()
1028 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Move()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dworld.c915 static void SV_ClipToLinks (areanode_t *node, moveclip_t *clip) in SV_ClipToLinks() function
988 SV_ClipToLinks(node->children[1], clip); in SV_ClipToLinks()
1074 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Move()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dworld.c521 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip ) in SV_ClipToLinks() function
768 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Trace()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dworld.c521 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip ) in SV_ClipToLinks() function
768 SV_ClipToLinks ( sv_areanodes, &clip ); in SV_Trace()
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog11221 Change SV_ClipToLinks's clip.type to be flags.