#include "server.h"
Go to the source code of this file.
Macros | |
#define | Q2PRO_OPTIMIZE(c) ((c)->protocol == PROTOCOL_VERSION_Q2PRO && !(c)->settings[CLS_RECORDING]) |
Functions | |
static void | SV_EmitPacketEntities (client_t *client, client_frame_t *from, client_frame_t *to, int clientEntityNum) |
static client_frame_t * | get_last_frame (client_t *client) |
void | SV_WriteFrameToClient_Default (client_t *client) |
void | SV_WriteFrameToClient_Enhanced (client_t *client) |
void | SV_BuildClientFrame (client_t *client) |
#define Q2PRO_OPTIMIZE | ( | c | ) | ((c)->protocol == PROTOCOL_VERSION_Q2PRO && !(c)->settings[CLS_RECORDING]) |
Definition at line 31 of file entities.c.
|
static |
Definition at line 134 of file entities.c.
Referenced by SV_WriteFrameToClient_Default(), and SV_WriteFrameToClient_Enhanced().
Definition at line 382 of file entities.c.
Referenced by SV_SendClientMessages().
|
static |
Definition at line 41 of file entities.c.
Referenced by SV_WriteFrameToClient_Default(), and SV_WriteFrameToClient_Enhanced().