Home
last modified time | relevance | path

Searched refs:sv_maxtic (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/server/
H A Dserver.h335 extern cvar_t sv_mintic, sv_maxtic;
H A Dsv_phys.c886 if (host_frametime > sv_maxtic.value) in SV_Physics()
887 host_frametime = sv_maxtic.value; in SV_Physics()
H A Dsv_main.c45 cvar_t sv_maxtic = { "sv_maxtic", "0.1" }; // physics time tic variable
1314 Cvar_RegisterVariable(&sv_maxtic); in SV_InitLocal()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dserver.h343 extern cvar_t sv_mintic, sv_maxtic;
H A Dsv_main.c43 cvar_t sv_maxtic = {"sv_maxtic", "0.1", CVAR_NONE}; // physics time tic variable
1283 Cvar_RegisterVariable (&sv_maxtic); in SV_InitLocal()
H A Dsv_phys.c2176 if (host_frametime > sv_maxtic.value) in SV_Physics()
2177 host_frametime = sv_maxtic.value; in SV_Physics()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_main.c135 cvar_t *sv_maxtic; // physics time tic variable
1943 if (sv_frametime > sv_maxtic->value) in SV_Frame()
1944 sv_frametime = sv_maxtic->value; in SV_Frame()
2062 sv_maxtic = Cvar_Get ("sv_maxtic", "0.1", CVAR_NONE, NULL, "The maximum " in SV_InitLocal()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dsv_phys.c965 if (sv_frametime > (double) sv_maxtic.value) in SV_Physics()
966 sv_frametime = (double) sv_maxtic.value; in SV_Physics()
H A Dserver.h712 extern cvar_t sv_mintic, sv_maxtic, sv_maxfps;
H A Dsv_main.c49 cvar_t sv_maxtic = {"sv_maxtic","0.1"}; // physics time tic variable
3393 Cvar_Register (&sv_maxtic); in SV_InitLocal()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dsv_phys.c965 if (sv_frametime > (double) sv_maxtic.value) in SV_Physics()
966 sv_frametime = (double) sv_maxtic.value; in SV_Physics()
H A Dserver.h712 extern cvar_t sv_mintic, sv_maxtic, sv_maxfps;
H A Dsv_main.c49 cvar_t sv_maxtic = {"sv_maxtic","0.1"}; // physics time tic variable
3393 Cvar_Register (&sv_maxtic); in SV_InitLocal()
/dports/games/quakeforge/quakeforge-0.7.2/qw/include/
H A Dserver.h431 extern struct cvar_s *sv_mintic, *sv_maxtic;