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

  /external/quake/quake/src/QW/server/
qwsvdef.h 90 void SV_Error (char *error, ...);
model.c 67 SV_Error ("Mod_PointInLeaf: bad model");
169 SV_Error ("Mod_ForName: NULL name");
181 SV_Error ("mod_numknown == MAX_MOD_KNOWN");
223 SV_Error ("Mod_NumForName: %s not found", mod->name);
312 SV_Error ("Texture %s is not 16 aligned", mt->name);
360 SV_Error ("Bad animating texture %s", tx->name);
388 SV_Error ("Bad animating texture %s", tx->name);
397 SV_Error ("Missing frame %i of %s",j, tx->name);
409 SV_Error ("Missing frame %i of %s",j, tx->name);
484 SV_Error ("MOD_LoadBmodel: funny lump size in %s",loadmodel->name)
    [all...]
pr_edict.c 653 SV_Error ("ED_ParseEntity: EOF without closing brace");
660 SV_Error ("ED_ParseEntity: EOF without closing brace");
663 SV_Error ("ED_ParseEntity: closing brace without data");
673 SV_Error ("ED_ParseGlobals: parse error");
815 SV_Error ("ED_ParseEntity: EOF without closing brace");
836 SV_Error ("ED_ParseEntity: EOF without closing brace");
839 SV_Error ("ED_ParseEntity: closing brace without data");
863 SV_Error ("ED_ParseEdict: parse error");
906 SV_Error ("ED_LoadFromFile: found %s when expecting {",com_token);
972 SV_Error ("PR_LoadProgs: couldn't load progs.dat")
    [all...]
sv_send.c 294 SV_Error ("SV_Multicast: bad to:%i", to);
361 SV_Error ("SV_StartSound: volume = %i", volume);
364 SV_Error ("SV_StartSound: attenuation = %f", attenuation);
367 SV_Error ("SV_StartSound: channel = %i", channel);
sv_init.c 47 SV_Error ("SV_ModelIndex: model %s not precached", name);
64 SV_Error ("sv.num_signon_buffers == MAX_SIGNON_BUFFERS-1");
world.c 140 SV_Error ("SOLID_BSP without MOVETYPE_PUSH");
145 SV_Error ("MOVETYPE_PUSH with a non bsp model");
462 SV_Error ("SV_HullPointContents: bad node number");
561 SV_Error ("SV_RecursiveHullCheck: bad node number");
732 SV_Error ("Trigger in clipping list");
pr_exec.c 274 pr_depth = 0; // dump the stack so SV_Error can shutdown functions
276 SV_Error ("Program error");
338 SV_Error ("prog stack underflow");
377 SV_Error ("PR_ExecuteProgram: NULL function");
sv_ents.c 205 SV_Error ("Unset entity number");
207 SV_Error ("Entity number >= 512");
pr_cmds.c 68 SV_Error ("Program error");
92 SV_Error ("Program error");
1314 SV_Error("Shouldn't be at MSG_ONE");
sv_main.c 115 SV_Error
121 void SV_Error (char *error, ...)
128 Sys_Error ("SV_Error: recursively entered (%s)", string);
136 Con_Printf ("SV_Error: %s\n",string);
142 Sys_Error ("SV_Error: %s\n",string);
149 Used by SV_Error and SV_Quit_f to send a final message to all connected
    [all...]
sv_phys.c 285 SV_Error ("SV_FlyMove: !trace.ent");
864 SV_Error ("SV_Physics: bad movetype %i", (int)ent->v.movetype);

Completed in 362 milliseconds