Home
last modified time | relevance | path

Searched refs:VectorCompare (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_battlescape.cpp48 if (VectorCompare(actor->pos, pos)) in CL_BattlescapeSearchAtGridPos()
53 if (VectorCompare(le->pos, pos)) in CL_BattlescapeSearchAtGridPos()
62 if (VectorCompare(le->pos, pos) in CL_BattlescapeSearchAtGridPos()
63 || VectorCompare(actor2x2[0], pos) in CL_BattlescapeSearchAtGridPos()
64 || VectorCompare(actor2x2[1], pos) in CL_BattlescapeSearchAtGridPos()
65 || VectorCompare(actor2x2[2], pos)) in CL_BattlescapeSearchAtGridPos()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3data/
H A Doldstuff.c52 if ( !VectorCompare( pTri->verts[i], pSurfData->baseVertexes[t].xyz ) )
89 ( VectorCompare (bVert->xyz, g_data.surfData[i].baseVertexes[k].xyz) ) &&
90 ( VectorCompare (bVert->normal, g_data.surfData[i].baseVertexes[k].normal) ) )
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3data/
H A Doldstuff.c51 if ( !VectorCompare( pTri->verts[i], pSurfData->baseVertexes[t].xyz ) ) {
88 ( VectorCompare( bVert->xyz, g_data.surfData[i].baseVertexes[k].xyz ) ) &&
89 ( VectorCompare( bVert->normal, g_data.surfData[i].baseVertexes[k].normal ) ) ) {
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dbe_aas_entity.c120 if ( !VectorCompare( state->angles, ent->i.angles ) ) { in AAS_UpdateEntity()
130 if ( !VectorCompare( state->mins, ent->i.mins ) || in AAS_UpdateEntity()
131 !VectorCompare( state->maxs, ent->i.maxs ) ) { in AAS_UpdateEntity()
138 if ( !VectorCompare( state->origin, ent->i.origin ) ) { in AAS_UpdateEntity()
469 if ( VectorCompare( absmin, absmax ) && !blocking ) { in AAS_SetAASBlockingEntity()
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dbe_aas_entity.c120 if ( !VectorCompare( state->angles, ent->i.angles ) ) { in AAS_UpdateEntity()
130 if ( !VectorCompare( state->mins, ent->i.mins ) || in AAS_UpdateEntity()
131 !VectorCompare( state->maxs, ent->i.maxs ) ) { in AAS_UpdateEntity()
138 if ( !VectorCompare( state->origin, ent->i.origin ) ) { in AAS_UpdateEntity()
469 if ( VectorCompare( absmin, absmax ) && !blocking ) { in AAS_SetAASBlockingEntity()
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dbe_aas_entity.c118 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
130 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
131 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
140 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dbe_aas_entity.cpp122 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
134 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
135 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
144 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/evq3/evq3/code/botlib/
H A Dbe_aas_entity.c117 if (!VectorCompare(state->angles, ent->i.angles)) in AAS_UpdateEntity()
129 if (!VectorCompare(state->mins, ent->i.mins) || in AAS_UpdateEntity()
130 !VectorCompare(state->maxs, ent->i.maxs)) in AAS_UpdateEntity()
139 if (!VectorCompare(state->origin, ent->i.origin)) in AAS_UpdateEntity()
/dports/games/quake2-relay/relay-0.4/replay/
H A Drp_q2utils.c84 if (VectorCompare (angles, VEC_UP)) in G_SetMovedir()
88 else if (VectorCompare (angles, VEC_DOWN)) in G_SetMovedir()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcl_collision.c21 if(!VectorCompare(start, pEnd)) in CL_SelectTraceLine()
75 if(!VectorCompare(start, pEnd)) in CL_SelectTraceLine()
262 if(!VectorCompare(start, pEnd)) in CL_Move()
335 pointtrace = VectorCompare(clipmins, clipmaxs); in CL_Move()
439 …if (pointtrace && VectorCompare(touch->fields.client->mins, touch->fields.client->maxs) && (type !… in CL_Move()
471 if(!VectorCompare(start, pEnd)) in CL_Move()
/dports/games/quakeforge/quakeforge-0.7.2/libs/models/test/
H A Dtestclip.c21 #undef VectorCompare
22 #define VectorCompare(x, y) \ macro
313 if (!(VectorCompare (end, trace.endpos) in run_test()
H A Dtestportals.c11 #undef VectorCompare
12 #define VectorCompare(x, y) \ macro
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_edicts.cpp268 if (!VectorCompare(pos, ent->pos)) in G_EdictsGetLivingActorFromPos()
324 return VectorCompare(cmpPos, ent->pos); in G_EdictPosIsSameAs()
/dports/games/zhlt/zhlt-3.4/hlrad/
H A Dtransparency.cpp40 if( VectorCompare( trans, s_trans_list[i] ) ) in AddTransparencyToDataList()
182 if(!VectorCompare(rgb,vec3_one)) in CreateFinalTransparencyArrays()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dsurface_meta.c899 …if( VectorCompare( junc.xyz, a->xyz ) || VectorCompare( junc.xyz, b->xyz ) || VectorCompare( junc.… in FixMetaTJunctions()
1056 if( VectorCompare( metaVerts[ i ].xyz, metaVerts[ j ].xyz ) == qfalse ) in SmoothMetaTriangles()
1143 if( VectorCompare( dv1->xyz, dv2->xyz ) == qfalse ) in AddMetaVertToSurface()
1145 if( VectorCompare( dv1->normal, dv2->normal ) == qfalse ) in AddMetaVertToSurface()
1222 …if( VectorCompare( mapplanes[ ds->planeNum ].normal, tri->plane ) == qfalse || mapplanes[ ds->plan… in AddMetaTriangleToSurface()
1232 …if( (ds->shaderInfo->compileFlags & C_VERTEXLIT) || VectorCompare( ds->lightmapAxis, tri->lightmap… in AddMetaTriangleToSurface()
1266 (VectorCompare( ds->mins, mins ) == qfalse || VectorCompare( ds->maxs, maxs ) == qfalse) ) in AddMetaTriangleToSurface()
/dports/games/uhexen2/hexen2source-1.5.9/utils/common/
H A Dmathlib.c31 qboolean VectorCompare (vec3_t v1, vec3_t v2) in VectorCompare() function
/dports/games/quetoo/quetoo-0.6.1/src/qmass/
H A Dg_trigger.c25 if(!VectorCompare(self->s.angles, vec3_origin)) in InitTrigger()
76 if(!VectorCompare(self->movedir, vec3_origin)){ in Touch_Multi()
128 if(!VectorCompare(ent->s.angles, vec3_origin)) in SP_trigger_multiple()
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_game.cpp225 CU_ASSERT_TRUE_FATAL(VectorCompare(ent->pos, diedEnt->pos)); in testInventoryForDiedAlien()
290 CU_ASSERT_TRUE_FATAL(VectorCompare(diedEnt2->pos, diedEnt->pos)); in testInventoryWithTwoDiedAliensOnTheSameGridTile()
304 CU_ASSERT_TRUE_FATAL(VectorCompare(ent->pos, diedEnt->pos)); in testInventoryWithTwoDiedAliensOnTheSameGridTile()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DAI_Civilian.cpp58 if ( !VectorCompare( NPC->client->ps.moveDir, vec3_origin ) ) in NPC_BSCivilian_Default()
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.c882 if (!VectorCompare(to->pmove.origin, from->pmove.origin)) in DM2_WritePS()
884 if (!VectorCompare(to->pmove.velocity, from->pmove.velocity)) in DM2_WritePS()
892 if (!VectorCompare(to->pmove.delta_angles, from->pmove.delta_angles)) in DM2_WritePS()
895 if (!VectorCompare(to->viewoffset, from->viewoffset)) in DM2_WritePS()
897 if (!VectorCompare(to->viewangles, from->viewangles)) in DM2_WritePS()
899 if (!VectorCompare(to->kick_angles, from->kick_angles)) in DM2_WritePS()
904 !VectorCompare(to->gunoffset, from->gunoffset) || in DM2_WritePS()
905 !VectorCompare(to->gunangles, from->gunangles)) in DM2_WritePS()
1227 if (!VectorCompare(to->old_origin, from->origin)) in DM2_WriteEntity()

12345678910>>...27