Home
last modified time | relevance | path

Searched refs:MSG_WriteString (Results 1 – 23 of 23) sorted by relevance

/external/quake/quake/src/QW/client/
Dcl_demo.c292 MSG_WriteString (&net_message, "EndOfDemo"); in CL_Stop_f()
434 MSG_WriteString (&buf, gamedirfile); in CL_Record_f()
442 MSG_WriteString (&buf, cl.levelname); in CL_Record_f()
462 MSG_WriteString (&buf, va("fullserverinfo \"%s\"\n", cl.serverinfo) ); in CL_Record_f()
475 MSG_WriteString (&buf, s); in CL_Record_f()
501 MSG_WriteString (&buf, s); in CL_Record_f()
581 MSG_WriteString (&buf, va("cmd spawn %i 0\n", cl.servercount) ); in CL_Record_f()
612 MSG_WriteString (&buf, player->userinfo); in CL_Record_f()
625 MSG_WriteString (&buf, cl_lightstyle[i].map); in CL_Record_f()
655 MSG_WriteString (&buf, va("skins\n") ); in CL_Record_f()
Dcl_parse.c192 MSG_WriteString (&cls.netchan.message, va("download %s", cls.downloadname)); in CL_CheckOrDownloadFile()
254MSG_WriteString (&cls.netchan.message, va(prespawn_name, cl.servercount, cl.worldmodel->checksum2)… in Model_NextDownload()
297 MSG_WriteString (&cls.netchan.message, va(modellist_name, cl.servercount, 0)); in Sound_NextDownload()
605 MSG_WriteString (&cls.netchan.message, va(soundlist_name, cl.servercount, 0)); in CL_ParseServerData()
642 MSG_WriteString (&cls.netchan.message, va(soundlist_name, cl.servercount, n)); in CL_ParseSoundlist()
688 MSG_WriteString (&cls.netchan.message, va(modellist_name, cl.servercount, n)); in CL_ParseModellist()
Dskin.c259 MSG_WriteString (&cls.netchan.message, in Skin_NextDownload()
Dcl_cam.c116 MSG_WriteString (&cls.netchan.message, "ptrack"); in Cam_Unlock()
129 MSG_WriteString (&cls.netchan.message, st); in Cam_Lock()
Dcommon.h109 void MSG_WriteString (sizebuf_t *sb, char *s);
Dcl_main.c779 MSG_WriteString (&cls.netchan.message, "new"); in CL_Reconnect_f()
822 MSG_WriteString (&cls.netchan.message, "new"); in CL_ConnectionlessPacket()
Dcommon.c577 void MSG_WriteString (sizebuf_t *sb, char *s) in MSG_WriteString() function
/external/quake/quake/src/WinQuake/
Dnet_dgrm.cpp693 MSG_WriteString(&net_message, name); in Test2_Poll()
760 MSG_WriteString(&net_message, ""); in Test2_f()
877 MSG_WriteString(&net_message, dfunc.AddrToString(&newaddr)); in _Datagram_CheckNewConnections()
878 MSG_WriteString(&net_message, hostname.string); in _Datagram_CheckNewConnections()
879 MSG_WriteString(&net_message, sv.name); in _Datagram_CheckNewConnections()
915 MSG_WriteString(&net_message, client->name); in _Datagram_CheckNewConnections()
919 MSG_WriteString(&net_message, client->netconnection->address); in _Datagram_CheckNewConnections()
960 MSG_WriteString(&net_message, var->name); in _Datagram_CheckNewConnections()
961 MSG_WriteString(&net_message, var->string); in _Datagram_CheckNewConnections()
982 MSG_WriteString(&net_message, "Incompatible version.\n"); in _Datagram_CheckNewConnections()
[all …]
Dcl_main.cpp185 MSG_WriteString (&cls.message, "prespawn"); in CL_SignonReply()
190 MSG_WriteString (&cls.message, va("name \"%s\"\n", cl_name.string)); in CL_SignonReply()
193MSG_WriteString (&cls.message, va("color %i %i\n", ((int)cl_color.value)>>4, ((int)cl_color.value)… in CL_SignonReply()
197 MSG_WriteString (&cls.message, str); in CL_SignonReply()
202 MSG_WriteString (&cls.message, "begin"); in CL_SignonReply()
Dhost.cpp287 MSG_WriteString (&host_client->message, string); in SV_ClientPrintf()
311 MSG_WriteString (&svs.clients[i].message, string); in SV_BroadcastPrintf()
332 MSG_WriteString (&host_client->message, string); in Host_ClientCommands()
388 MSG_WriteString (&client->message, ""); in SV_DropClient()
Dsv_main.cpp196 MSG_WriteString (&client->message,message); in SV_SendServerinfo()
209 MSG_WriteString (&client->message,message); in SV_SendServerinfo()
212 MSG_WriteString (&client->message, *s); in SV_SendServerinfo()
216 MSG_WriteString (&client->message, *s); in SV_SendServerinfo()
995 MSG_WriteString (&msg, "reconnect\n"); in SV_SendReconnect()
Dnet_ser.cpp789 MSG_WriteString(&net_message, "QUAKE"); in _Serial_Connect()
912 MSG_WriteString(&net_message, hostname.string); in _Serial_CheckNewConnections()
913 MSG_WriteString(&net_message, sv.name); in _Serial_CheckNewConnections()
Dcommon.h109 void MSG_WriteString (sizebuf_t *sb, const char *s);
Dpr_cmds.cpp308 MSG_WriteString (&client->message, s ); in PF_sprint()
339 MSG_WriteString (&client->message, s ); in PF_centerprint()
1243 MSG_WriteString (&client->message, val); in PF_lightstyle()
1571 MSG_WriteString (WriteDest(), G_STRING(OFS_PARM1)); in PF_WriteString()
Dhost_cmd.cpp952 MSG_WriteString (&sv.reliable_datagram, host_client->name); in Host_Name_f()
1349 MSG_WriteString (&host_client->message, client->name); in Host_Spawn_f()
1363 MSG_WriteString (&host_client->message, sv.lightstyles[i]); in Host_Spawn_f()
Dcommon.cpp576 void MSG_WriteString (sizebuf_t *sb, const char *s) in MSG_WriteString() function
DWinQuake.ncb1244 …ar *data�Q_strcpy�msg_suppress_1�SZ_Print�proghack�BigFloat�SZ_Clear�MSG_WriteString�char *s�pop�u…
/external/quake/quake/src/QW/server/
Dsv_user.c88 MSG_WriteString (&host_client->netchan.message, gamedir); in SV_New_f()
96 MSG_WriteString (&host_client->netchan.message, PR_GetString(sv.edicts->v.message)); in SV_New_f()
116 MSG_WriteString (&host_client->netchan.message, va("fullserverinfo \"%s\"\n", svs.info) ); in SV_New_f()
158 MSG_WriteString (&host_client->netchan.message, *s); in SV_Soundlist_f()
208 MSG_WriteString (&host_client->netchan.message, *s); in SV_Modellist_f()
280 MSG_WriteString (&host_client->netchan.message, va("cmd spawn %i 0\n",svs.spawncount) ); in SV_PreSpawn_f()
285 MSG_WriteString (&host_client->netchan.message, in SV_PreSpawn_f()
1095 MSG_WriteString (&sv.reliable_datagram, Cmd_Argv(1)); in SV_SetInfo_f()
1096 MSG_WriteString (&sv.reliable_datagram, Info_ValueForKey(host_client->userinfo, Cmd_Argv(1))); in SV_SetInfo_f()
Dsv_nchan.c151 MSG_WriteString(&cl->backbuf, s); in ClientReliableWrite_String()
154 MSG_WriteString(&cl->netchan.message, s); in ClientReliableWrite_String()
Dsv_ccmds.c533 MSG_WriteString (&sv.reliable_datagram, key); in SV_SendServerInfoChange()
534 MSG_WriteString (&sv.reliable_datagram, value); in SV_SendServerInfoChange()
Dsv_main.c163 MSG_WriteString (&net_message, message); in SV_FinalMessage()
304 MSG_WriteString (buf, info); in SV_FullClientUpdate()
Dsv_send.c239 MSG_WriteString (&sv.reliable_datagram, string); in SV_BroadcastCommand()
Dpr_cmds.c1422 MSG_WriteString (WriteDest(), G_STRING(OFS_PARM1)); in PF_WriteString()