Home
last modified time | relevance | path

Searched refs:MSG_WriteShort (Results 1 – 18 of 18) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_ents.c214 MSG_WriteShort (msg, i); in SV_WriteDelta()
307 MSG_WriteShort (msg, oldnum | U_REMOVE); in SV_EmitPacketEntities()
313 MSG_WriteShort (msg, 0); // end of packetentities in SV_EmitPacketEntities()
386 MSG_WriteShort (msg, pflags); in SV_WritePlayersToClient()
420 MSG_WriteShort (msg, ent->v.velocity[i]); in SV_WritePlayersToClient()
Dsv_nchan.c142 MSG_WriteShort(&cl->backbuf, c); in ClientReliableWrite_Short()
145 MSG_WriteShort(&cl->netchan.message, c); in ClientReliableWrite_Short()
Dsv_init.c126 MSG_WriteShort (&sv.signon,entnum); in SV_CreateBaseline()
Dsv_main.c284 MSG_WriteShort (buf, client->old_frags); in SV_FullClientUpdate()
288 MSG_WriteShort (buf, SV_CalcPing (client)); in SV_FullClientUpdate()
Dpr_cmds.c1382 MSG_WriteShort (WriteDest(), G_FLOAT(OFS_PARM1)); in PF_WriteShort()
1433 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1)); in PF_WriteEntity()
Dsv_send.c416 MSG_WriteShort (&sv.multicast, channel); in SV_StartSound()
/external/quake/quake/src/WinQuake/
Dcl_input.cpp366 MSG_WriteShort (&buf, (short) cmd->forwardmove); in CL_SendMove()
367 MSG_WriteShort (&buf, (short) cmd->sidemove); in CL_SendMove()
368 MSG_WriteShort (&buf, (short) cmd->upmove); in CL_SendMove()
Dsv_main.cpp167 MSG_WriteShort (&sv.datagram, channel); in SV_StartSound()
226 MSG_WriteShort (&client->message, NUM_FOR_EDICT(client->edict)); in SV_SendServerinfo()
522 MSG_WriteShort (msg,e); in SV_WriteEntitiesToClient()
665 MSG_WriteShort (msg, bits); in SV_WriteClientdataToMessage()
691 MSG_WriteShort (msg, (int) ent->u.v.health); in SV_WriteClientdataToMessage()
772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags); in SV_UpdateToReliableMessages()
963 MSG_WriteShort (&sv.signon,entnum); in SV_CreateBaseline()
Dcommon.h106 void MSG_WriteShort (sizebuf_t *sb, int c);
Dcommon.cpp536 void MSG_WriteShort (sizebuf_t *sb, int c) in MSG_WriteShort() function
586 MSG_WriteShort (sb, (int)(f*8)); in MSG_WriteCoord()
Dhost.cpp392 MSG_WriteShort (&client->message, 0); in SV_DropClient()
Dpr_cmds.cpp1551 MSG_WriteShort (WriteDest(), (int) G_FLOAT(OFS_PARM1)); in PF_WriteShort()
1577 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1)); in PF_WriteEntity()
Dhost_cmd.cpp1352 MSG_WriteShort (&host_client->message, client->old_frags); in Host_Spawn_f()
/external/quake/quake/src/QW/client/
Dcommon.c537 void MSG_WriteShort (sizebuf_t *sb, int c) in MSG_WriteShort() function
587 MSG_WriteShort (sb, (int)(f*8)); in MSG_WriteCoord()
597 MSG_WriteShort (sb, (int)(f*65536/360) & 65535); in MSG_WriteAngle16()
635 MSG_WriteShort (buf, cmd->forwardmove); in MSG_WriteDeltaUsercmd()
637 MSG_WriteShort (buf, cmd->sidemove); in MSG_WriteDeltaUsercmd()
639 MSG_WriteShort (buf, cmd->upmove); in MSG_WriteDeltaUsercmd()
Dcl_demo.c561 MSG_WriteShort (&buf, i); in CL_Record_f()
595 MSG_WriteShort (&buf, player->frags); in CL_Record_f()
599 MSG_WriteShort (&buf, player->ping); in CL_Record_f()
Dcommon.h106 void MSG_WriteShort (sizebuf_t *sb, int c);
Dnet_chan.c272 MSG_WriteShort (&send, cls.qport); in Netchan_Transmit()
Dcl_parse.c457 MSG_WriteShort (&cls.netchan.message, r); in CL_NextUpload()