Searched refs:MSG_WriteString (Results 1 - 22 of 22) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_demo.c292 MSG_WriteString (&net_message, "EndOfDemo");
434 MSG_WriteString (&buf, gamedirfile);
442 MSG_WriteString (&buf, cl.levelname);
462 MSG_WriteString (&buf, va("fullserverinfo \"%s\"\n", cl.serverinfo) );
475 MSG_WriteString (&buf, s);
501 MSG_WriteString (&buf, s);
581 MSG_WriteString (&buf, va("cmd spawn %i 0\n", cl.servercount) );
612 MSG_WriteString (&buf, player->userinfo);
625 MSG_WriteString (&buf, cl_lightstyle[i].map);
655 MSG_WriteString (
[all...]
H A Dcl_parse.c192 MSG_WriteString (&cls.netchan.message, va("download %s", cls.downloadname));
253 // MSG_WriteString (&cls.netchan.message, va("prespawn %i 0 %i", cl.servercount, cl.worldmodel->checksum2));
254 MSG_WriteString (&cls.netchan.message, va(prespawn_name, cl.servercount, cl.worldmodel->checksum2));
296 // MSG_WriteString (&cls.netchan.message, va("modellist %i 0", cl.servercount));
297 MSG_WriteString (&cls.netchan.message, va(modellist_name, cl.servercount, 0));
604 // MSG_WriteString (&cls.netchan.message, va("soundlist %i 0", cl.servercount));
605 MSG_WriteString (&cls.netchan.message, va(soundlist_name, cl.servercount, 0));
641 // MSG_WriteString (&cls.netchan.message, va("soundlist %i %i", cl.servercount, n));
642 MSG_WriteString (&cls.netchan.message, va(soundlist_name, cl.servercount, n));
687 // MSG_WriteString (
[all...]
H A Dcommon.h109 void MSG_WriteString (sizebuf_t *sb, char *s);
H A Dskin.c259 MSG_WriteString (&cls.netchan.message,
H A Dcl_cam.c116 MSG_WriteString (&cls.netchan.message, "ptrack");
129 MSG_WriteString (&cls.netchan.message, st);
H A Dcl_main.c779 MSG_WriteString (&cls.netchan.message, "new");
822 MSG_WriteString (&cls.netchan.message, "new");
H A Dcommon.c577 void MSG_WriteString (sizebuf_t *sb, char *s) function
/external/quake/quake/src/WinQuake/
H A Dnet_dgrm.cpp693 MSG_WriteString(&net_message, name);
760 MSG_WriteString(&net_message, "");
877 MSG_WriteString(&net_message, dfunc.AddrToString(&newaddr));
878 MSG_WriteString(&net_message, hostname.string);
879 MSG_WriteString(&net_message, sv.name);
915 MSG_WriteString(&net_message, client->name);
919 MSG_WriteString(&net_message, client->netconnection->address);
960 MSG_WriteString(&net_message, var->name);
961 MSG_WriteString(&net_message, var->string);
982 MSG_WriteString(
[all...]
H A Dcl_main.cpp185 MSG_WriteString (&cls.message, "prespawn");
190 MSG_WriteString (&cls.message, va("name \"%s\"\n", cl_name.string));
193 MSG_WriteString (&cls.message, va("color %i %i\n", ((int)cl_color.value)>>4, ((int)cl_color.value)&15));
197 MSG_WriteString (&cls.message, str);
202 MSG_WriteString (&cls.message, "begin");
H A Dcommon.h109 void MSG_WriteString (sizebuf_t *sb, const char *s);
H A Dhost.cpp288 MSG_WriteString (&host_client->message, string);
312 MSG_WriteString (&svs.clients[i].message, string);
333 MSG_WriteString (&host_client->message, string);
389 MSG_WriteString (&client->message, "");
H A Dsv_main.cpp196 MSG_WriteString (&client->message,message);
209 MSG_WriteString (&client->message,message);
212 MSG_WriteString (&client->message, *s);
216 MSG_WriteString (&client->message, *s);
995 MSG_WriteString (&msg, "reconnect\n");
H A Dpr_cmds.cpp308 MSG_WriteString (&client->message, s );
339 MSG_WriteString (&client->message, s );
1243 MSG_WriteString (&client->message, val);
1571 MSG_WriteString (WriteDest(), G_STRING(OFS_PARM1));
H A Dnet_ser.cpp789 MSG_WriteString(&net_message, "QUAKE");
912 MSG_WriteString(&net_message, hostname.string);
913 MSG_WriteString(&net_message, sv.name);
H A Dhost_cmd.cpp952 MSG_WriteString (&sv.reliable_datagram, host_client->name);
1349 MSG_WriteString (&host_client->message, client->name);
1363 MSG_WriteString (&host_client->message, sv.lightstyles[i]);
H A Dcommon.cpp576 void MSG_WriteString (sizebuf_t *sb, const char *s) function
/external/quake/quake/src/QW/server/
H A Dsv_nchan.c151 MSG_WriteString(&cl->backbuf, s);
154 MSG_WriteString(&cl->netchan.message, s);
H A Dsv_user.c88 MSG_WriteString (&host_client->netchan.message, gamedir);
96 MSG_WriteString (&host_client->netchan.message, PR_GetString(sv.edicts->v.message));
116 MSG_WriteString (&host_client->netchan.message, va("fullserverinfo \"%s\"\n", svs.info) );
158 MSG_WriteString (&host_client->netchan.message, *s);
208 MSG_WriteString (&host_client->netchan.message, *s);
280 MSG_WriteString (&host_client->netchan.message, va("cmd spawn %i 0\n",svs.spawncount) );
285 MSG_WriteString (&host_client->netchan.message,
1095 MSG_WriteString (&sv.reliable_datagram, Cmd_Argv(1));
1096 MSG_WriteString (&sv.reliable_datagram, Info_ValueForKey(host_client->userinfo, Cmd_Argv(1)));
H A Dsv_ccmds.c533 MSG_WriteString (&sv.reliable_datagram, key);
534 MSG_WriteString (&sv.reliable_datagram, value);
H A Dsv_main.c163 MSG_WriteString (&net_message, message);
304 MSG_WriteString (buf, info);
H A Dsv_send.c239 MSG_WriteString (&sv.reliable_datagram, string);
H A Dpr_cmds.c1422 MSG_WriteString (WriteDest(), G_STRING(OFS_PARM1));

Completed in 316 milliseconds