Home
last modified time | relevance | path

Searched refs:cl_maxpackets (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/q2pro/q2pro/source/
H A Dcl_input.c26 static cvar_t *cl_maxpackets; variable
696 cl_maxpackets = Cvar_Get( "cl_maxpackets", "30", 0 ); in CL_RegisterInput()
778 if( !cl_maxpackets->integer ) { in CL_ReadyToSend()
782 if( cl_maxpackets->integer < 10 ) { in CL_ReadyToSend()
789 msec = 1000 / cl_maxpackets->integer; in CL_ReadyToSend()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_input.c654 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
656 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
661 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h319 extern cvar_t *cl_maxpackets;
H A Dcl_main.c38 cvar_t *cl_maxpackets; variable
2375 cl_maxpackets = Cvar_Get ("cl_maxpackets", "30", CVAR_ARCHIVE ); in CL_Init()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_input.c653 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
655 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
660 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h330 extern cvar_t *cl_maxpackets;
H A Dcl_main.c37 cvar_t *cl_maxpackets; variable
2683 cl_maxpackets = Cvar_Get ("cl_maxpackets", "30", CVAR_ARCHIVE ); in CL_Init()
/dports/games/evq3/evq3/code/client/
H A Dcl_input.c670 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
672 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
677 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h363 extern cvar_t *cl_maxpackets;
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_input.c670 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
672 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
677 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h365 extern cvar_t *cl_maxpackets;
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_input.c670 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
672 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
677 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h365 extern cvar_t *cl_maxpackets;
H A Dcl_main.c57 cvar_t *cl_maxpackets; variable
3067 cl_maxpackets = Cvar_Get ("cl_maxpackets", "30", CVAR_ARCHIVE ); in CL_Init()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_input.c706 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
708 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
713 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h366 extern cvar_t *cl_maxpackets;
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_input.c706 if ( cl_maxpackets->integer < 15 ) { in CL_ReadyToSendPacket()
708 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
713 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h366 extern cvar_t *cl_maxpackets;
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_input.c776 if ( cl_maxpackets->integer < 25 ) { in CL_ReadyToSendPacket()
778 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
783 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h402 extern cvar_t *cl_maxpackets;
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_input.c800 if ( cl_maxpackets->integer < 25 ) { in CL_ReadyToSendPacket()
802 } else if ( cl_maxpackets->integer > 125 ) { in CL_ReadyToSendPacket()
807 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h420 extern cvar_t *cl_maxpackets;
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_input.cpp1457 if ( cl_maxpackets->integer < 20 ) { in CL_ReadyToSendPacket()
1460 else if ( cl_maxpackets->integer > 1000 ) { in CL_ReadyToSendPacket()
1465 if ( delta < 1000 / cl_maxpackets->integer ) { in CL_ReadyToSendPacket()
H A Dclient.h369 extern cvar_t *cl_maxpackets;
H A Dcl_main.cpp53 cvar_t *cl_maxpackets; variable
2718 cl_maxpackets = Cvar_Get ("cl_maxpackets", "63", CVAR_ARCHIVE ); in CL_Init()

12