|
void | Con_DPrintf (const char *fmt,...) |
|
void | Con_Printf (const char *fmt,...) |
|
void | Cvar_Info (struct cvar_s *var) |
|
void | Master_Heartbeat (void) |
|
void | Master_Packet (void) |
|
void | SV_AddGravity (struct edict_s *ent) |
|
void * | SV_AddUserCommand (const char *name, void(*func)(void *userdata), int flags, void *userdata, void(*on_free)(void *userdata)) |
|
client_t * | SV_AllocClient (int spectator, int server) |
|
void | SV_BeginRedirect (redirect_t rd) |
|
void | SV_BroadcastCommand (const char *fmt,...) |
|
void | SV_BroadcastPrintf (int level, const char *fmt,...) |
|
int | SV_CalcPing (client_t *cl) |
|
qboolean | SV_CheckBottom (struct edict_s *ent) |
|
void | SV_CheckVelocity (struct edict_s *ent) |
|
void | SV_ClientPrintf (int recorder, client_t *cl, int level, const char *fmt,...) |
|
const char * | SV_Current_Map (void) |
|
void | SV_DropClient (client_t *drop) |
|
void | SV_EndRedirect (void) |
|
int | SV_EntCanSupportJump (struct edict_s *ent) |
|
void | SV_ExecuteClientMessage (client_t *cl) |
|
void | SV_ExecuteUserCommand (const char *s) |
|
void | SV_ExtractFromUserinfo (client_t *cl) |
|
void | SV_FinalMessage (const char *message) |
|
void | SV_FindModelNumbers (void) |
|
void | SV_FinishGravity (struct edict_s *ent, vec3_t move) |
|
void | SV_FlushSignon (void) |
|
int | SV_FlyMove (struct edict_s *ent, float time, struct trace_s *steptrace) |
|
void | SV_Frame (float time) |
|
void | SV_FullClientUpdate (client_t *client, sizebuf_t *buf) |
|
void | SV_FullClientUpdateToClient (client_t *client, backbuf_t *backbuf) |
|
void | SV_GetStats (struct edict_s *ent, int spectator, int stats[]) |
|
void | SV_GIB_Init (void) |
|
void | SV_Init (void) |
|
void | SV_InitOperatorCommands (void) |
|
void | SV_LoadProgs (void) |
|
int | SV_ModelIndex (const char *name) |
|
qboolean | SV_movestep (struct edict_s *ent, const vec3_t move, qboolean relink) |
|
void | SV_MoveToGoal (struct progs_s *pr) |
|
void | SV_Multicast (const vec3_t origin, int to) |
|
void | SV_Physics (void) |
|
void | SV_Physics_Client (struct edict_s *ent) |
|
void | SV_Physics_Toss (struct edict_s *ent) |
|
void | SV_PostRunCmd (void) |
|
void | SV_PR_Cmds_Init (void) |
|
void | SV_PreRunCmd (void) |
|
void | SV_Print (const char *fmt, va_list args) |
|
void | SV_Printf (const char *fmt,...) |
|
void | SV_Progs_Init (void) |
|
void | SV_Progs_Init_Cvars (void) |
|
void | SV_ProgStartFrame (void) |
|
struct trace_s | SV_PushEntity (struct edict_s *ent, vec3_t push, unsigned traceflags) |
|
int | SV_RemoveUserCommand (void *cmd) |
|
double | SV_RestorePenaltyFilter (client_t *cl, filtertype_t type) |
|
void | SV_RunCmd (usercmd_t *ucmd, qboolean inside) |
|
void | SV_RunNewmis (void) |
|
qboolean | SV_RunThink (struct edict_s *ent) |
|
void | SV_SavePenaltyFilter (client_t *cl, filtertype_t type, double pentime) |
|
void | SV_SaveSpawnparms (void) |
|
void | SV_Sbar_Init (void) |
|
void | SV_SendClientMessages (void) |
|
void | SV_SendMessagesToAll (void) |
|
void | SV_SendServerinfo (client_t *client) |
|
void | SV_SetLocalinfo (const char *key, const char *value) |
|
void | SV_SetMoveVars (void) |
|
void | SV_SetupUserCommands (void) |
|
void | SV_SetUserinfo (client_t *client, const char *key, const char *value) |
|
void | SV_Shutdown (void) |
|
void | SV_Spawn (client_t *client) |
|
void | SV_SpawnServer (const char *server) |
|
void | SV_StartSound (struct edict_s *entity, int channel, const char *sample, int volume, float attenuation) |
|
void | SV_Status_f (void) |
|
void | SV_TogglePause (const char *msg) |
|
void | SV_UserInit (void) |
|
void | SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg) |
|
void | SV_WriteEntitiesToClient (delta_t *delta, sizebuf_t *msg) |
|
void | SV_WriteModellist (netchan_t *netchan, int n) |
|
void | SV_WriteSoundlist (netchan_t *netchan, int n) |
|
void | SV_WriteSpawn1 (backbuf_t *backbuf, int n) |
|
void | SV_WriteSpawn2 (backbuf_t *backbuf) |
|
void | SV_WriteWorldVars (netchan_t *netchan) |
|