Home
last modified time | relevance | path

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

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dcl_parse.c97 int cl_protocol; /* protocol version used by the server */ variable
272 cl_protocol = MSG_ReadLong (); in CL_ParseServerInfo()
273 switch (cl_protocol) in CL_ParseServerInfo()
278 Con_DPrintf ("\nServer using protocol %i\n", cl_protocol); in CL_ParseServerInfo()
282 cl_protocol, PROTOCOL_RAVEN_112, PROTOCOL_UQE_113); in CL_ParseServerInfo()
1016 if (cl_protocol == PROTOCOL_RAVEN_111) in CL_ParseStaticSound()
1208 cl_protocol = MSG_ReadLong (); in CL_ParseServerMessage()
1209 switch (cl_protocol) in CL_ParseServerMessage()
1214 Con_Printf ("Server using protocol %i\n", cl_protocol); in CL_ParseServerMessage()
1218 __thisfunc__, cl_protocol, in CL_ParseServerMessage()
[all …]
H A Dclient.h399 extern int cl_protocol; /* protocol version used by the server */
H A Dcl_effect.c298 if (cl_protocol > PROTOCOL_RAVEN_111) in CL_ParseEffect()
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_main.c38 cVar_t *cl_protocol; variable
160 if (cl_protocol->intVal) { in CL_SendConnectPacket()
162 cls.serverProtocol = cl_protocol->intVal; in CL_SendConnectPacket()
1660 cl_protocol = Cvar_Register ("cl_protocol", "0", 0); in CL_Register()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_main.c56 cvar_t *cl_protocol; variable
356 else cls.protocol = (int)cl_protocol->value; in CL_SendConnectPacket()
1266 cl_protocol = Cvar_Get("cl_protocol", va("%d", PROTOCOL_R1Q2), 0); in CL_InitLocal()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_ents.c32 …rom, const entity_state_t *to, qboolean force, qboolean newentity, int cl_protocol, int protocol_v… in SV_WriteDeltaEntity() argument
203 cl_protocol == PROTOCOL_ORIGINAL in SV_WriteDeltaEntity()
209 cl_protocol == PROTOCOL_R1Q2 && in SV_WriteDeltaEntity()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_main.c137 cvar_t *cl_protocol; variable
787 if (cl_protocol->intvalue) in CL_SendConnectPacket()
788 cls.serverProtocol = cl_protocol->intvalue; in CL_SendConnectPacket()
3605 cl_protocol = Cvar_Get ("cl_protocol", "0", 0); in CL_InitLocal()
3607 cl_protocol = Cvar_Get ("cl_protocol", "0", 0); in CL_InitLocal()
3610 cl_protocol->changed = _protocol_changed; in CL_InitLocal()
H A Dclient.h470 extern cvar_t *cl_protocol;
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/dlm/
H A Dconfig.c75 unsigned int cl_protocol; member
427 cl->cl_protocol = dlm_config.ci_protocol; in make_cluster()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/dlm/
H A Dconfig.c75 unsigned int cl_protocol; member
427 cl->cl_protocol = dlm_config.ci_protocol; in make_cluster()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/dlm/
H A Dconfig.c75 unsigned int cl_protocol; member
427 cl->cl_protocol = dlm_config.ci_protocol; in make_cluster()
/dports/games/q2pro/q2pro/source/
H A Dcl_main.c90 cvar_t *cl_protocol; variable
459 protocol = cl_protocol->integer; in CL_Connect_f()
2318 cl_protocol = Cvar_Get( "cl_protocol", "0", 0 ); in CL_InitLocal()
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dqcommon.h227 …t entity_state_s /*@out@*/*to, qboolean force, qboolean newentity, int cl_protocol, int protocol_v…
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES.old217 * cl_protocol parsing clean-up: use switch statements for better