Home
last modified time | relevance | path

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

/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_pred.c171 VectorCopy(from->playerstate[cl.playernum].velocity, cl.simvel); in CL_PredictMove()
211 VectorCopy(to->playerstate[cl.playernum].velocity, cl.simvel); in CL_PredictMove()
220 cl.simvel[i] = from->playerstate[cl.playernum].velocity[i] in CL_PredictMove()
H A Dview.c148 sqrt(cl.simvel[0] * cl.simvel[0] + in V_CalcBob()
149 cl.simvel[1] * cl.simvel[1]) * cl_bob.value; in V_CalcBob()
696 side = V_CalcRoll(cl.simangles, cl.simvel); in V_CalcViewRoll()
H A Dclient.h249 vec3_t simvel; member
H A Dcl_parse.c1288 VectorCopy(vec3_origin, cl.simvel); in CL_ParseServerMessage()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_pred.c139 VectorCopy (from->playerstate[cl.playernum].pls.velocity, cl.simvel); in CL_PredictMove()
180 VectorCopy (to->playerstate[cl.playernum].pls.velocity, cl.simvel); in CL_PredictMove()
189 cl.simvel[i] = from->playerstate[cl.playernum].pls.velocity[i] + in CL_PredictMove()
H A Dcl_view.c117 vec_t *velocity = cl.simvel; in V_CalcBob()
588 vec_t *velocity = cl.simvel; in V_CalcViewRoll()
H A Dcl_parse.c1554 VectorZero (cl.simvel); in CL_ParseServerMessage()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_pred.c169 VectorCopy (from->playerstate[cl.playernum].velocity, cl.simvel); in CL_PredictMove()
215 VectorCopy (to->playerstate[cl.playernum].velocity, cl.simvel); in CL_PredictMove()
225 cl.simvel[i] = from->playerstate[cl.playernum].velocity[i] + in CL_PredictMove()
H A Dview.c123 bob = sqrt(cl.simvel[0]*cl.simvel[0] + cl.simvel[1]*cl.simvel[1]) * cl_bob.value; in V_CalcBob()
869 side = V_CalcRoll (cl.simangles, cl.simvel); in V_CalcViewRoll()
H A Dclient.h264 vec3_t simvel; member
/dports/games/quakeforge/quakeforge-0.7.2/qw/include/
H A Dclient.h225 vec3_t simvel; member