Home
last modified time | relevance | path

Searched refs:sv_public (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_main.cpp52 cvar_t* sv_public; variable
696 if (!sv_public || !sv_public->integer) in Master_Heartbeat()
892 if (!sv_public || !sv_public->integer) in Master_Shutdown()
972 sv_public = Cvar_Get("sv_public", "1", 0, "Should heartbeats be send to the masterserver"); in SV_Init()
H A Dsv_init.cpp104 if (sv_maxclients->integer > 1 && (sv_dedicated->integer || sv_public->integer)) in SV_InitGame()
H A Dserver.h173 extern cvar_t* sv_public; /**< should heartbeats be sent? (only for public servers) */
/dports/games/alienarena-data/alienarena-7.66/tactical/
H A Dserver.cfg13 set sv_public 1
/dports/games/alienarena/alienarena-7.66/tactical/
H A Dserver.cfg13 set sv_public 1
/dports/games/alienarena/alienarena-7.66/arena/
H A Dserver.cfg13 set sv_public 1
/dports/games/alienarena-data/alienarena-7.66/arena/
H A Dserver.cfg13 set sv_public 1
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dnetconn.c35 cvar_t sv_public = {0, "sv_public", "0", "1: advertises this server on the master server (so that p… variable
2454 if (length >= 12 && !memcmp(string, "getchallenge", 12) && (islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
2476 if (length > 8 && !memcmp(string, "connect\\", 8) && (islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
2559 if (length >= 7 && !memcmp(string, "getinfo", 7) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
2575 if (length >= 9 && !memcmp(string, "getstatus", 9) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
2663 if(!islocal && sv_public.integer <= -2) in NetConn_ServerParsePacket()
2764 if(!islocal && sv_public.integer <= -1) in NetConn_ServerParsePacket()
2795 if(!islocal && sv_public.integer <= -1) in NetConn_ServerParsePacket()
2828 if(!islocal && sv_public.integer <= -1) in NetConn_ServerParsePacket()
3057 …if (sv.active && sv_public.integer > 0 && svs.maxclients >= 2 && (priority > 1 || realtime > nexth… in NetConn_Heartbeat()
[all …]
H A Dnetconn.h384 extern cvar_t sv_public;
H A Dmenu.c4062 M_Print(160, 104, (sv_public.integer == 0) ? "no" : "yes"); in M_GameOptions_Draw()
4230 Cvar_SetValueQuick (&sv_public, !sv_public.integer); in M_NetStart_Change()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dnetconn.h422 extern cvar_t sv_public;
H A Dnetconn.c36 cvar_t sv_public = {0, "sv_public", "0", "1: advertises this server on the master server (so that p… variable
2994 if (length >= 12 && !memcmp(string, "getchallenge", 12) && (islocal || sv_public.integer > -3)) in NetConn_ServerParsePacket()
3070 if(!(islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
3183 if (length >= 7 && !memcmp(string, "getinfo", 7) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3202 if (length >= 9 && !memcmp(string, "getstatus", 9) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3323 if(!(islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
3447 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3482 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3522 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3773 …if (sv.active && sv_public.integer > 0 && svs.maxclients >= 2 && (priority > 1 || realtime > nexth… in NetConn_Heartbeat()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dnetconn.h422 extern cvar_t sv_public;
H A Dnetconn.c36 cvar_t sv_public = {0, "sv_public", "0", "1: advertises this server on the master server (so that p… variable
3009 if (length >= 12 && !memcmp(string, "getchallenge", 12) && (islocal || sv_public.integer > -3)) in NetConn_ServerParsePacket()
3085 if(!(islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
3198 if (length >= 7 && !memcmp(string, "getinfo", 7) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3217 if (length >= 9 && !memcmp(string, "getstatus", 9) && (islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3338 if(!(islocal || sv_public.integer > -2)) in NetConn_ServerParsePacket()
3462 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3497 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3537 if(!(islocal || sv_public.integer > -1)) in NetConn_ServerParsePacket()
3788 …if (sv.active && sv_public.integer > 0 && svs.maxclients >= 2 && (priority > 1 || realtime > nexth… in NetConn_Heartbeat()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dserver.h278 extern cvar_t *sv_public;
H A Dsv_main.c60 cvar_t *sv_public; variable
249 …if ( ( (!com_dedicated || com_dedicated->integer != 2) && !(sv_public->integer) ) || !(netenabled … in SV_MasterHeartbeat()
H A Dsv_init.c685 sv_public = Cvar_Get( "sv_public", "0", 0); in SV_Init()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dserver.h278 extern cvar_t *sv_public;
H A Dsv_main.c60 cvar_t *sv_public; variable
249 …if ( ( (!com_dedicated || com_dedicated->integer != 2) && !(sv_public->integer) ) || !(netenabled … in SV_MasterHeartbeat()
H A Dsv_init.c685 sv_public = Cvar_Get( "sv_public", "0", 0); in SV_Init()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dcampaign.qc100 cvar_set("sv_public", "0");
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_mapdef.cpp50 sv_public = Cvar_Get("sv_public", "0"); in UFO_InitSuiteMapDef()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dnet_dgrm.c51 cvar_t sv_public = {"sv_public", NULL}; variable
1170 if (!sv_public.value) in _Datagram_ServerControlPacket()
1559 if (sv_public.value > 0) in Datagram_CheckNewConnections()
/dports/games/nexuiz/Nexuiz/server/
H A Dserver.cfg12 //sv_public 1 // 0 if the server should not be on the public servers list
/dports/games/xonotic/Xonotic/server/
H A Dserver.cfg16 //sv_public 1 // 0 if the server should not be on the public servers list

12