QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
host.c File Reference

Macros

#define VCR_SIGNATURE   0x56435231
 

Functions

void Host_ClearMemory (void)
 
void Host_ClientCommands (const char *fmt,...)
 
void Host_EndGame (const char *message,...)
 
void Host_Error (const char *error,...)
 
void Host_Frame (float time)
 
void Host_Init (void)
 
void Host_ServerFrame (void)
 
void Host_Shutdown (void)
 
void Host_ShutdownServer (qboolean crash)
 
void SV_BroadcastPrintf (const char *fmt,...)
 
void SV_ClientPrintf (const char *fmt,...)
 
void SV_DropClient (qboolean crash)
 

Variables

cvar_tcl_quakerc
 
cvar_tcl_usleep
 
double con_frametime
 
double con_realtime
 
cvar_tcoop
 
cvar_tdeathmatch
 
cvar_tfraglimit
 
jmp_buf host_abortserver
 
cbuf_thost_cbuf
 
client_thost_client
 
int host_framecount
 
cvar_thost_framerate
 
double host_frametime
 
int host_hunklevel
 
int host_in_game
 
qboolean host_initialized
 
cvar_thost_mem_size
 
quakeparms_t host_parms
 
cvar_thost_speeds
 
double host_time
 
cvar_tmax_edicts
 
int minimum_memory
 
cvar_tnoexit
 
double oldcon_realtime
 
double oldrealtime
 
cvar_tpausable
 
double realtime
 
cvar_tsamelevel
 
cvar_tserverprofile
 
cvar_tskill
 
cvar_tsys_ticrate
 
cvar_tteamplay
 
cvar_ttemp1
 
cvar_ttimelimit
 

Macro Definition Documentation

#define VCR_SIGNATURE   0x56435231

Function Documentation

void Host_ClearMemory ( void  )
void Host_ClientCommands ( const char *  fmt,
  ... 
)
void Host_EndGame ( const char *  message,
  ... 
)
void Host_Error ( const char *  error,
  ... 
)
void Host_Frame ( float  time)
void Host_Init ( void  )
void Host_ServerFrame ( void  )
void Host_Shutdown ( void  )
void Host_ShutdownServer ( qboolean  crash)
void SV_BroadcastPrintf ( const char *  fmt,
  ... 
)
void SV_ClientPrintf ( const char *  fmt,
  ... 
)
void SV_DropClient ( qboolean  crash)

Variable Documentation

cvar_t* cl_quakerc
cvar_t* cl_usleep
double con_frametime
double con_realtime
cvar_t* coop
cvar_t* deathmatch
cvar_t* fraglimit
jmp_buf host_abortserver
cbuf_t* host_cbuf
client_t* host_client
int host_framecount
cvar_t* host_framerate
double host_frametime
int host_hunklevel
int host_in_game
qboolean host_initialized
cvar_t* host_mem_size
quakeparms_t host_parms
cvar_t* host_speeds
double host_time
cvar_t* max_edicts
int minimum_memory
cvar_t* noexit
double oldcon_realtime
double oldrealtime
cvar_t* pausable
cvar_t* samelevel
cvar_t* serverprofile
cvar_t* skill
cvar_t* sys_ticrate
cvar_t* teamplay
cvar_t* temp1
cvar_t* timelimit