/external/quake/quake/src/QW/server/ |
sv_nchan.c | 142 MSG_WriteShort(&cl->backbuf, c); 145 MSG_WriteShort(&cl->netchan.message, c);
|
sv_ents.c | 214 MSG_WriteShort (msg, i); 307 MSG_WriteShort (msg, oldnum | U_REMOVE); 313 MSG_WriteShort (msg, 0); // end of packetentities 386 MSG_WriteShort (msg, pflags); 420 MSG_WriteShort (msg, ent->v.velocity[i]);
|
sv_init.c | 126 MSG_WriteShort (&sv.signon,entnum);
|
pr_cmds.c | 1382 MSG_WriteShort (WriteDest(), G_FLOAT(OFS_PARM1)); 1433 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1));
|
sv_main.c | 284 MSG_WriteShort (buf, client->old_frags); 288 MSG_WriteShort (buf, SV_CalcPing (client)); [all...] |
sv_send.c | 416 MSG_WriteShort (&sv.multicast, channel);
|
/external/quake/quake/src/WinQuake/ |
cl_input.cpp | 366 MSG_WriteShort (&buf, (short) cmd->forwardmove); 367 MSG_WriteShort (&buf, (short) cmd->sidemove); 368 MSG_WriteShort (&buf, (short) cmd->upmove);
|
sv_main.cpp | 167 MSG_WriteShort (&sv.datagram, channel); 226 MSG_WriteShort (&client->message, NUM_FOR_EDICT(client->edict)); 522 MSG_WriteShort (msg,e); 665 MSG_WriteShort (msg, bits); 691 MSG_WriteShort (msg, (int) ent->u.v.health); 772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags); 963 MSG_WriteShort (&sv.signon,entnum);
|
common.h | 106 void MSG_WriteShort (sizebuf_t *sb, int c);
|
common.cpp | 536 void MSG_WriteShort (sizebuf_t *sb, int c) 542 Sys_Error ("MSG_WriteShort: range error"); 586 MSG_WriteShort (sb, (int)(f*8)); [all...] |
host.cpp | 392 MSG_WriteShort (&client->message, 0);
|
pr_cmds.cpp | 1551 MSG_WriteShort (WriteDest(), (int) G_FLOAT(OFS_PARM1)); 1577 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1)); [all...] |
host_cmd.cpp | 1352 MSG_WriteShort (&host_client->message, client->old_frags); [all...] |
/external/quake/quake/src/QW/client/ |
cl_demo.c | 561 MSG_WriteShort (&buf, i); 595 MSG_WriteShort (&buf, player->frags); 599 MSG_WriteShort (&buf, player->ping);
|
common.h | 106 void MSG_WriteShort (sizebuf_t *sb, int c);
|
net_chan.c | 272 MSG_WriteShort (&send, cls.qport);
|
common.c | 537 void MSG_WriteShort (sizebuf_t *sb, int c) 543 Sys_Error ("MSG_WriteShort: range error"); 587 MSG_WriteShort (sb, (int)(f*8)); 597 MSG_WriteShort (sb, (int)(f*65536/360) & 65535); 635 MSG_WriteShort (buf, cmd->forwardmove); 637 MSG_WriteShort (buf, cmd->sidemove); 639 MSG_WriteShort (buf, cmd->upmove); [all...] |
cl_parse.c | 457 MSG_WriteShort (&cls.netchan.message, r);
|