Home
last modified time | relevance | path

Searched refs:endpos (Results 151 – 175 of 4994) sorted by last modified time

12345678910>>...200

/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dcmodel.c1631 FastVectorCopy (*start, trace_trace.endpos); in CM_BoxTrace()
1660 FastVectorCopy (*end, trace_trace.endpos); in CM_BoxTrace()
1664 trace_trace.endpos[0] = start[0] + trace_trace.fraction * (end[0] - start[0]); in CM_BoxTrace()
1665 trace_trace.endpos[1] = start[1] + trace_trace.fraction * (end[1] - start[1]); in CM_BoxTrace()
1666 trace_trace.endpos[2] = start[2] + trace_trace.fraction * (end[2] - start[2]); in CM_BoxTrace()
1738 trace.endpos[0] = start[0] + trace.fraction * (end[0] - start[0]); in CM_TransformedBoxTrace()
1739 trace.endpos[1] = start[1] + trace.fraction * (end[1] - start[1]); in CM_TransformedBoxTrace()
1740 trace.endpos[2] = start[2] + trace.fraction * (end[2] - start[2]); in CM_TransformedBoxTrace()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_world.c788 FastVectorCopy (*end, clip.trace.endpos); in SV_Trace()
/dports/games/r1q2/r1q2-8012_5/game/
H A Dg_chase.c67 VectorCopy(trace.endpos, goal); in UpdateChaseCam()
76 VectorCopy(trace.endpos, goal); in UpdateChaseCam()
84 VectorCopy(trace.endpos, goal); in UpdateChaseCam()
H A Dg_items.c873 VectorCopy (trace.endpos, dropped->s.origin); in Drop_Item()
948 VectorCopy (tr.endpos, ent->s.origin); in droptofloor()
H A Dg_weapon.c49 VectorSubtract (tr.endpos, start, v); in check_dodge()
196 gi.WritePosition (tr.endpos); in fire_lead()
233 gi.WritePosition (tr.endpos); in fire_lead()
253 VectorCopy (pos, tr.endpos); in fire_lead()
263 gi.WritePosition (tr.endpos); in fire_lead()
692 VectorCopy (tr.endpos, from); in fire_rail()
699 gi.WritePosition (tr.endpos); in fire_rail()
707 gi.WritePosition (tr.endpos); in fire_rail()
860 gi.WritePosition (tr.endpos); in bfg_think()
868 VectorCopy (tr.endpos, start); in bfg_think()
[all …]
H A Dm_move.c78 mid = bottom = trace.endpos[2]; in M_CheckBottom()
90 bottom = trace.endpos[2]; in M_CheckBottom()
165 test[0] = trace.endpos[0]; in SV_movestep()
166 test[1] = trace.endpos[1]; in SV_movestep()
179 test[0] = trace.endpos[0]; in SV_movestep()
180 test[1] = trace.endpos[1]; in SV_movestep()
190 VectorCopy (trace.endpos, ent->s.origin); in SV_movestep()
233 test[0] = trace.endpos[0]; in SV_movestep()
234 test[1] = trace.endpos[1]; in SV_movestep()
235 test[2] = trace.endpos[2] + ent->mins[2] + 1; in SV_movestep()
[all …]
H A Dg_target.c532 …T_Damage (tr.ent, self, self->activator, self->movedir, tr.endpos, vec3_origin, self->dmg, 1, DAMA… in target_laser_think()
543 gi.WritePosition (tr.endpos); in target_laser_think()
546 gi.multicast (tr.endpos, MULTICAST_PVS); in target_laser_think()
552 VectorCopy (tr.endpos, start); in target_laser_think()
555 VectorCopy (tr.endpos, self->s.old_origin); in target_laser_think()
H A Dg_monster.c175 VectorCopy (trace.endpos, ent->s.origin); in M_CheckGround()
324 VectorCopy (trace.endpos, ent->s.origin); in M_droptofloor()
H A Dg_phys.c223 VectorCopy (trace.endpos, ent->s.origin); in SV_FlyMove()
360 VectorCopy (trace.endpos, ent->s.origin); in SV_PushEntity()
H A Dq_shared.h752 vec3_t endpos; // final position member
/dports/games/quake2-relay/relay-0.4/common/
H A Dq2defines.h232 vec3_t endpos; // final position member
H A Ddm2.h172 vec3_t endpos; member
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dkplib.c137 int endpos; //Temp global variable for kzread member
3050 i1 = min(uncomp1,kzfs.endpos); in putbuf4zip()
3075 kzfs.endpos = min(kzfs.pos+leng,kzfs.leng); in kzread()
3076 if (kzfs.endpos == kzfs.pos) return(0); //Guard against reading 0 length in kzread()
3099 if (kzfs.endpos <= gslidew) j = kzfs.endpos; in kzread()
3112 if (kzfs.endpos <= gslidew) goto retkzread; in kzread()
3158 if (gslider-16384 >= kzfs.endpos) in kzread()
3213 if (gslider-16384 >= kzfs.endpos) in kzread()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_aas_route.c1815 VectorCopy(origin, route->endpos); in AAS_PredictRoute()
1839 VectorCopy(reach->start, route->endpos); in AAS_PredictRoute()
1848 VectorCopy(reach->end, route->endpos); in AAS_PredictRoute()
1868 VectorCopy(reach->end, route->endpos); in AAS_PredictRoute()
1881 VectorCopy(reach->start, route->endpos); in AAS_PredictRoute()
1892 VectorCopy(reach->end, route->endpos); in AAS_PredictRoute()
2035 if (!trace.startsolid && trace.fraction < 1 && AAS_PointAreaNum(trace.endpos) == n) in AAS_RandomGoalArea()
2040 VectorCopy(trace.endpos, goalorigin); in AAS_RandomGoalArea()
/dports/games/evq3/evq3/code/botlib/
H A Dbe_interface.c624 botimport.DebugLineShow(line[0], eye, bsptrace.endpos, LINECOLOR_YELLOW); in BotExportTest()
633 AAS_DrawPlaneCross(bsptrace.endpos, in BotExportTest()
645 botimport.DebugLineShow(line[1], eye, bsptrace.endpos, LINECOLOR_BLUE); in BotExportTest()
648 AAS_DrawPlaneCross(bsptrace.endpos, in BotExportTest()
/dports/games/evq3/evq3/code/qcommon/
H A Dq_shared.h1063 vec3_t endpos; // final position member
H A Dcm_trace.c1342 VectorCopy (end, tw.trace.endpos);
1345 tw.trace.endpos[i] = start[i] + tw.trace.fraction * (end[i] - start[i]);
1462 trace.endpos[0] = start[0] + trace.fraction * (end[0] - start[0]);
1463 trace.endpos[1] = start[1] + trace.fraction * (end[1] - start[1]);
1464 trace.endpos[2] = start[2] + trace.fraction * (end[2] - start[2]);
/dports/games/evq3/evq3/code/cgame/
H A Dcg_draw.c1933 vec3_t endpos; in CG_DrawCrosshair3D() local
1980 VectorMA(cg.refdef.vieworg, maxdist, cg.refdef.viewaxis[0], endpos); in CG_DrawCrosshair3D()
1981 CG_Trace(&trace, cg.refdef.vieworg, NULL, NULL, endpos, 0, MASK_SHOT); in CG_DrawCrosshair3D()
1987 VectorCopy(trace.endpos, ent.origin); in CG_DrawCrosshair3D()
2018 content = trap_CM_PointContents( trace.endpos, 0 ); in CG_ScanForCrosshairEntity()
H A Dcg_localents.c162 CG_ImpactMark( cgs.media.bloodMarkShader, trace->endpos, trace->plane.normal, random()*360, in CG_FragmentBounceMark()
167 CG_ImpactMark( cgs.media.burnMarkShader, trace->endpos, trace->plane.normal, random()*360, in CG_FragmentBounceMark()
196 trap_S_StartSound( trace->endpos, ENTITYNUM_WORLD, CHAN_AUTO, s ); in CG_FragmentBounceSound()
226 VectorCopy( trace->endpos, le->pos.trBase ); in CG_ReflectVelocity()
301 if ( trap_CM_PointContents( trace.endpos, 0 ) & CONTENTS_NODROP ) { in CG_AddFragment()
H A Dcg_view.c269 VectorCopy( trace.endpos, view ); in CG_OffsetThirdPersonView()
275 VectorCopy( trace.endpos, view ); in CG_OffsetThirdPersonView()
H A Dcg_weapons.c1031 VectorCopy( trace.endpos, beam.oldorigin ); in CG_LightningBolt()
1052 VectorMA( trace.endpos, -16, dir, beam.origin ); in CG_LightningBolt()
2005 destContentType = trap_CM_PointContents( tr.endpos, 0 ); in CG_ShotgunPellet()
2010 CG_BubbleTrail( start, tr.endpos, 32 ); in CG_ShotgunPellet()
2016 CG_BubbleTrail( start, trace.endpos, 32 ); in CG_ShotgunPellet()
2021 CG_BubbleTrail( tr.endpos, trace.endpos, 32 ); in CG_ShotgunPellet()
2029 CG_MissileHitPlayer( WP_SHOTGUN, tr.endpos, tr.plane.normal, tr.entityNum ); in CG_ShotgunPellet()
2036 CG_MissileHitWall( WP_SHOTGUN, 0, tr.endpos, tr.plane.normal, IMPACTSOUND_METAL ); in CG_ShotgunPellet()
2038 CG_MissileHitWall( WP_SHOTGUN, 0, tr.endpos, tr.plane.normal, IMPACTSOUND_DEFAULT ); in CG_ShotgunPellet()
2255 CG_BubbleTrail( start, trace.endpos, 32 ); in CG_Bullet()
[all …]
H A Dcg_particles.c1708 VectorCopy (tr->endpos, start); in CG_BloodPool()
H A Dcg_marks.c1963 VectorCopy (tr->endpos, start); in CG_BloodPool()
H A Dcg_players.c2019 *shadowPlane = trace.endpos[2] + 1; in CG_PlayerShadow()
2033 CG_ImpactMark( cgs.media.shadowMarkShader, trace.endpos, trace.plane.normal, in CG_PlayerShadow()
2084 VectorCopy( trace.endpos, verts[0].xyz ); in CG_PlayerSplash()
2094 VectorCopy( trace.endpos, verts[1].xyz ); in CG_PlayerSplash()
2104 VectorCopy( trace.endpos, verts[2].xyz ); in CG_PlayerSplash()
2114 VectorCopy( trace.endpos, verts[3].xyz ); in CG_PlayerSplash()
/dports/games/evq3/evq3/code/server/
H A Dsv_bot.c186 VectorCopy(trace.endpos, bsptrace->endpos); in BotImport_Trace()
211 VectorCopy(trace.endpos, bsptrace->endpos); in BotImport_EntityTrace()

12345678910>>...200