Home
last modified time | relevance | path

Searched refs:cl_nettimesyncfactor (Results 1 – 8 of 8) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dclient.h1162 extern cvar_t cl_nettimesyncfactor;
H A Dcl_parse.c179 cvar_t cl_nettimesyncfactor = {CVAR_SAVE, "cl_nettimesyncfactor", "0", "rate at which client time a… variable
3135 cl.time += (cl.mtime[1] - cl.time) * bound(0, cl_nettimesyncfactor.value, 1); in CL_NetworkTimeReceived()
4073 Cvar_RegisterVariable(&cl_nettimesyncfactor); in CL_Parse_Init()
H A DChangeLog10894 replaced cl_nettimesyncmode with 3 cvars cl_nettimesyncfactor,
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dclient.h1486 extern cvar_t cl_nettimesyncfactor;
H A Dcl_parse.c190 cvar_t cl_nettimesyncfactor = {CVAR_SAVE, "cl_nettimesyncfactor", "0", "rate at which client time a… variable
3311 cl.time += (cl.mtime[1] - cl.time) * bound(0, cl_nettimesyncfactor.value, 1); in CL_NetworkTimeReceived()
4313 Cvar_RegisterVariable(&cl_nettimesyncfactor); in CL_Parse_Init()
/dports/games/darkplaces/darkplaces/
H A Dclient.h1522 extern cvar_t cl_nettimesyncfactor;
H A Dcl_parse.c190 cvar_t cl_nettimesyncfactor = {CVAR_SAVE, "cl_nettimesyncfactor", "0", "rate at which client time a… variable
3311 cl.time += (cl.mtime[1] - cl.time) * bound(0, cl_nettimesyncfactor.value, 1); in CL_NetworkTimeReceived()
4313 Cvar_RegisterVariable(&cl_nettimesyncfactor); in CL_Parse_Init()
H A DChangeLog42975 replaced cl_nettimesyncmode with 3 cvars cl_nettimesyncfactor,