Home
last modified time | relevance | path

Searched refs:sv_hostname (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/quake3-excessive/
H A Dexcessive_dedicated_server.bat1 quake3 +set dedicated 2 +set fs_game excessive +bot_enable 0 +set sv_maxclients 16 +set sv_hostname
H A Dexcessive_listen_server.bat1 quake3 +set listen 2 +set fs_game excessive +bot_enable 0 +set sv_maxclients 16 +set sv_hostname "E…
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/multiplayer/
H A Dmp_serverlist.h34 char sv_hostname[MAX_OSPATH]; /**< the server hostname */ member
H A Dmp_serverlist.cpp72 Q_strncpyz(server->sv_hostname, Info_ValueForKey(msg, "sv_hostname"), in GAME_MP_ProcessPingReply()
73 sizeof(server->sv_hostname)); in GAME_MP_ProcessPingReply()
133 server->sv_hostname, in GAME_MP_PingServerCallback()
/dports/games/quake3-osp/osp/
H A Dinstagib.cfg11 set sv_hostname "Instagib - OSP Tourney DM/CTF"
H A D1v1.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dctf.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dffa.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dteam.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dclanarena.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dfreezetag.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dfreezetag-vanilla.cfg13 set sv_hostname "OSP Tourney DM/CA/CTF"
H A Dctf-public.cfg14 set sv_hostname "OSP Tourney CTF"
/dports/games/masterserver/masterserver-0.4.1/plugins/
H A Dlibq3.c96 char *sv_hostname; // server name member
154 free(privdata->sv_hostname); in free_privdata()
455 private_data->sv_hostname = strdup(value); in process_statusResponse()
456 if (private_data->sv_hostname == NULL) { in process_statusResponse()
H A Dlibef.c103 char *sv_hostname; member
166 free(privdata->sv_hostname); in free_privdata()
580 private_data->sv_hostname = strdup(value); in process_statusResponse()
581 if (private_data->sv_hostname == NULL) { in process_statusResponse()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_main.cpp43 cvar_t *sv_hostname; variable
520 Info_SetValueForKey( infostring, "hostname", sv_hostname->string ); in SVC_Info()
991 if ( sv_hostname->modificationCount != lastModHostname ) { in SV_CheckCvars()
994 lastModHostname = sv_hostname->modificationCount; in SV_CheckCvars()
996 strcpy( hostname, sv_hostname->string ); in SV_CheckCvars()
/dports/games/openarena/openarena-engine-source-0.8.8/
H A D5_server_g_humanplayers.diff30 Info_SetValueForKey( infostring, "hostname", sv_hostname->string );
/dports/games/openarena-server/openarena-engine-source-0.8.8/
H A D5_server_g_humanplayers.diff30 Info_SetValueForKey( infostring, "hostname", sv_hostname->string );
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_sqpold.cpp46 EXTERN_CVAR (sv_hostname)
160 MSG_WriteString(&ml_message, (char *)sv_hostname.cstring()); in SV_SendServerInfo()
/dports/games/tremulous/tremulous/base/
H A Dserver.cfg11 set sv_hostname "Tremulous 1.1.0 Server"
/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_main.cpp41 static cvar_t* sv_hostname; variable
409 …Com_sprintf(string, sizeof(string), "%s: wrong version (client: %i, host: %i)\n", sv_hostname->str… in SVC_Info()
424 Info_SetValueForKey(infostring, sizeof(infostring), "sv_hostname", sv_hostname->string); in SVC_Info()
960sv_hostname = Cvar_Get("sv_hostname", "noname", CVAR_SERVERINFO | CVAR_ARCHIVE, "The name of the s… in SV_Init()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/ui/
H A Dingame_about.menu109 cvar sv_hostname
/dports/games/odamex/odamex-src-0.7.0/config-samples/
H A Ddm-modern.cfg14 set sv_hostname "Untitled Odamex Server"
H A Ddm-zdoom.cfg14 set sv_hostname "Untitled Odamex Server"
H A Dcoop-zdoom.cfg14 set sv_hostname "Untitled Odamex Server"

1234