Home
last modified time | relevance | path

Searched refs:sv_maxvelocity (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_phys.c42 cvar_t sv_maxvelocity = {"sv_maxvelocity","2000"}; variable
109 if (ent->v.velocity[i] > sv_maxvelocity.value) in SV_CheckVelocity()
110 ent->v.velocity[i] = sv_maxvelocity.value; in SV_CheckVelocity()
111 else if (ent->v.velocity[i] < -sv_maxvelocity.value) in SV_CheckVelocity()
112 ent->v.velocity[i] = -sv_maxvelocity.value; in SV_CheckVelocity()
Dsv_main.c1296 extern cvar_t sv_maxvelocity; in SV_InitLocal()
1333 Cvar_RegisterVariable (&sv_maxvelocity); in SV_InitLocal()
/external/quake/quake/src/WinQuake/
Dsv_phys.cpp45 cvar_t sv_maxvelocity = CVAR2("sv_maxvelocity","2000"); variable
109 if (ent->u.v.velocity[i] > sv_maxvelocity.value) in SV_CheckVelocity()
110 ent->u.v.velocity[i] = sv_maxvelocity.value; in SV_CheckVelocity()
111 else if (ent->u.v.velocity[i] < -sv_maxvelocity.value) in SV_CheckVelocity()
112 ent->u.v.velocity[i] = -sv_maxvelocity.value; in SV_CheckVelocity()
Dsv_main.cpp39 extern cvar_t sv_maxvelocity; in SV_Init()
50 Cvar_RegisterVariable (&sv_maxvelocity); in SV_Init()
DWinQuake.ncb1244 …eckWater�SV_FlyMove�trace_t *steptrace�SV_WalkMove�SV_Physics_Pusher�sv_maxvelocity�SV_CheckAllEnt…
/external/quake/quake/src/QW/
Dcmds.txt422 sv_maxvelocity