Searched refs:Host_EndGame (Results 1 - 7 of 7) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_parse.c545 Host_EndGame ("Server returned version %i, not %i\nYou probably need to upgrade.\nCheck http://www.quakeworld.net/", protover, PROTOCOL_VERSION);
633 Host_EndGame ("Server sent too many sound_precache");
672 Host_EndGame ("Server sent too many model_precache");
737 Host_EndGame ("Too many static entities");
818 Host_EndGame ("CL_ParseStartSoundPacket: ent = %i", ent);
965 Host_EndGame ("CL_ParseServerMessage: svc_updateuserinfo > MAX_SCOREBOARD");
988 Host_EndGame ("CL_ParseServerMessage: svc_setinfo > MAX_SCOREBOARD");
1125 Host_EndGame ("CL_ParseServerMessage: Bad server message");
1144 Host_EndGame ("CL_ParseServerMessage: Illegible server message");
1153 Host_EndGame ("Serve
[all...]
H A Dquakedef.h138 void Host_EndGame (char *message, ...);
H A Dcl_ents.c246 Host_EndGame ("msg_badread in packetentities");
318 Host_EndGame ("msg_badread in packetentities");
328 Host_EndGame ("CL_ParsePacketEntities: newindex == MAX_PACKET_ENTITIES");
350 Host_EndGame ("CL_ParsePacketEntities: newindex == MAX_PACKET_ENTITIES");
372 Host_EndGame ("CL_ParsePacketEntities: newindex == MAX_PACKET_ENTITIES");
H A Dcl_main.c921 Host_EndGame ("Server disconnected");
1183 Host_EndGame
1188 void Host_EndGame (char *message, ...) function
1197 Con_Printf ("Host_EndGame: %s\n",string);
/external/quake/quake/src/WinQuake/
H A Dquakedef.h320 void Host_EndGame (const char *message, ...);
H A Dcl_parse.cpp790 Host_EndGame ("Server disconnected\n");
H A Dhost.cpp87 Host_EndGame
90 void Host_EndGame (const char *message, ...) function
98 Con_DPrintf ("Host_EndGame: %s\n",string);
104 Sys_Error ("Host_EndGame: %s\n",string); // dedicated servers exit

Completed in 47 milliseconds