Searched refs:MSG_WriteFloat (Results 1 - 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_demo.c445 MSG_WriteFloat(&buf, movevars.gravity);
446 MSG_WriteFloat(&buf, movevars.stopspeed);
447 MSG_WriteFloat(&buf, movevars.maxspeed);
448 MSG_WriteFloat(&buf, movevars.spectatormaxspeed);
449 MSG_WriteFloat(&buf, movevars.accelerate);
450 MSG_WriteFloat(&buf, movevars.airaccelerate);
451 MSG_WriteFloat(&buf, movevars.wateraccelerate);
452 MSG_WriteFloat(&buf, movevars.friction);
453 MSG_WriteFloat(&buf, movevars.waterfriction);
454 MSG_WriteFloat(
[all...]
H A Dcommon.h108 void MSG_WriteFloat (sizebuf_t *sb, float f);
H A Dcommon.c562 void MSG_WriteFloat (sizebuf_t *sb, float f) function
/external/quake/quake/src/QW/server/
H A Dsv_nchan.c115 MSG_WriteFloat(&cl->backbuf, f);
118 MSG_WriteFloat(&cl->netchan.message, f);
H A Dsv_user.c99 MSG_WriteFloat(&host_client->netchan.message, movevars.gravity);
100 MSG_WriteFloat(&host_client->netchan.message, movevars.stopspeed);
101 MSG_WriteFloat(&host_client->netchan.message, movevars.maxspeed);
102 MSG_WriteFloat(&host_client->netchan.message, movevars.spectatormaxspeed);
103 MSG_WriteFloat(&host_client->netchan.message, movevars.accelerate);
104 MSG_WriteFloat(&host_client->netchan.message, movevars.airaccelerate);
105 MSG_WriteFloat(&host_client->netchan.message, movevars.wateraccelerate);
106 MSG_WriteFloat(&host_client->netchan.message, movevars.friction);
107 MSG_WriteFloat(&host_client->netchan.message, movevars.waterfriction);
108 MSG_WriteFloat(
[all...]
H A Dsv_main.c296 MSG_WriteFloat (buf, realtime - client->connection_started);
/external/quake/quake/src/WinQuake/
H A Dcommon.h108 void MSG_WriteFloat (sizebuf_t *sb, float f);
H A Dcl_input.cpp361 MSG_WriteFloat (&buf, cl.mtime[0]); // so server can get ping times
H A Dcommon.cpp561 void MSG_WriteFloat (sizebuf_t *sb, float f) function
H A Dsv_main.cpp730 MSG_WriteFloat (&msg, sv.time);
H A Dhost_cmd.cpp1343 MSG_WriteFloat (&host_client->message, sv.time);

Completed in 234 milliseconds