HomeSort by relevance Sort by last modified time
    Searched refs:MSG_WriteFloat (Results 1 - 16 of 16) sorted by null

  /external/quake/quake/src/QW/client/
cl_demo.c 445 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(&buf, movevars.entgravity)
    [all...]
common.h 108 void MSG_WriteFloat (sizebuf_t *sb, float f);
common.c 562 void MSG_WriteFloat (sizebuf_t *sb, float f)
    [all...]
  /external/quake/quake/src/QW/server/
sv_nchan.c 115 MSG_WriteFloat(&cl->backbuf, f);
118 MSG_WriteFloat(&cl->netchan.message, f);
sv_user.c 99 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(&host_client->netchan.message, movevars.entgravity)
    [all...]
sv_main.c 296 MSG_WriteFloat (buf, realtime - client->connection_started);
    [all...]
  /external/quake/quake/src/WinQuake/
common.h 108 void MSG_WriteFloat (sizebuf_t *sb, float f);
cl_input.cpp 361 MSG_WriteFloat (&buf, cl.mtime[0]); // so server can get ping times
common.cpp 561 void MSG_WriteFloat (sizebuf_t *sb, float f)
    [all...]
sv_main.cpp 730 MSG_WriteFloat (&msg, sv.time);
host_cmd.cpp 1343 MSG_WriteFloat (&host_client->message, sv.time);
    [all...]
  /gdk/samples/quake/jni/
common.h 108 void MSG_WriteFloat (sizebuf_t *sb, float f);
cl_input.cpp 361 MSG_WriteFloat (&buf, cl.mtime[0]); // so server can get ping times
common.cpp 561 void MSG_WriteFloat (sizebuf_t *sb, float f)
    [all...]
sv_main.cpp 730 MSG_WriteFloat (&msg, sv.time);
host_cmd.cpp 1343 MSG_WriteFloat (&host_client->message, sv.time);
    [all...]

Completed in 105 milliseconds