OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_WriteCoord
(Results
1 - 13
of
13
) sorted by null
/external/quake/quake/src/QW/server/
sv_nchan.c
124
MSG_WriteCoord
(&cl->backbuf, f);
127
MSG_WriteCoord
(&cl->netchan.message, f);
sv_ents.c
229
MSG_WriteCoord
(msg, to->origin[0]);
233
MSG_WriteCoord
(msg, to->origin[1]);
237
MSG_WriteCoord
(msg, to->origin[2]);
389
MSG_WriteCoord
(msg, ent->v.origin[i]);
sv_send.c
423
MSG_WriteCoord
(&sv.multicast, origin[i]);
494
MSG_WriteCoord
(msg, other->v.origin[i] + 0.5*(other->v.mins[i] + other->v.maxs[i]));
sv_init.c
134
MSG_WriteCoord
(&sv.signon, svent->baseline.origin[i]);
pr_cmds.c
451
MSG_WriteCoord
(&sv.signon, pos[i]);
1412
MSG_WriteCoord
(WriteDest(), G_FLOAT(OFS_PARM1));
1456
MSG_WriteCoord
(&sv.signon, ent->v.origin[i]);
/external/quake/quake/src/QW/client/
cl_cam.c
364
MSG_WriteCoord
(&cls.netchan.message, desired_position[0]);
365
MSG_WriteCoord
(&cls.netchan.message, desired_position[1]);
366
MSG_WriteCoord
(&cls.netchan.message, desired_position[2]);
380
MSG_WriteCoord
(&cls.netchan.message, desired_position[0]);
381
MSG_WriteCoord
(&cls.netchan.message, desired_position[1]);
382
MSG_WriteCoord
(&cls.netchan.message, desired_position[2]);
common.h
110
void
MSG_WriteCoord
(sizebuf_t *sb, float f);
cl_demo.c
540
MSG_WriteCoord
(&buf, ent->origin[j]);
569
MSG_WriteCoord
(&buf, es->origin[j]);
common.c
585
void
MSG_WriteCoord
(sizebuf_t *sb, float f)
[
all
...]
/external/quake/quake/src/WinQuake/
sv_main.cpp
87
MSG_WriteCoord
(&sv.datagram, org[0]);
88
MSG_WriteCoord
(&sv.datagram, org[1]);
89
MSG_WriteCoord
(&sv.datagram, org[2]);
170
MSG_WriteCoord
(&sv.datagram, entity->u.v.origin[i]+0.5*(entity->u.v.mins[i]+entity->u.v.maxs[i]));
537
MSG_WriteCoord
(msg, ent->u.v.origin[0]);
541
MSG_WriteCoord
(msg, ent->u.v.origin[1]);
545
MSG_WriteCoord
(msg, ent->u.v.origin[2]);
596
MSG_WriteCoord
(msg, other->u.v.origin[i] + 0.5*(other->u.v.mins[i] + other->u.v.maxs[i]));
971
MSG_WriteCoord
(&sv.signon, svent->baseline.origin[i]);
common.h
110
void
MSG_WriteCoord
(sizebuf_t *sb, float f);
pr_cmds.cpp
534
MSG_WriteCoord
(&sv.signon, pos[i]);
1566
MSG_WriteCoord
(WriteDest(), G_FLOAT(OFS_PARM1));
1600
MSG_WriteCoord
(&sv.signon, ent->u.v.origin[i]);
[
all
...]
common.cpp
584
void
MSG_WriteCoord
(sizebuf_t *sb, float f)
[
all
...]
Completed in 1488 milliseconds