/external/quake/quake/src/WinQuake/ |
d_surf.cpp | 87 Con_Printf ("%ik surface cache\n", size/1024);
|
gl_mesh.cpp | 332 Con_Printf ("meshing %s...\n",m->name);
|
r_part.cpp | 210 Con_Printf ("couldn't open %s\n", name); 214 Con_Printf ("Reading %s...\n", name); 225 Con_Printf ("Not enough free particles\n"); 241 Con_Printf ("%i points read\n", c);
|
cl_tent.cpp | 107 Con_Printf ("beam list overflow!\n");
|
r_sprite.cpp | 247 Con_Printf ("R_DrawSprite: no such frame %d\n", frame);
|
vid_vga.cpp | 272 Con_Printf ("Not enough memory for video mode\n");
|
sv_main.cpp | 146 Con_Printf ("SV_StartSound: %s not precacheed\n", sample); 467 Con_Printf ("packet overflow\n"); 1133 Con_Printf ("Couldn't spawn server %s\n", sv.modelname);
|
vid_sunx.cpp | 552 Con_Printf( "Could not intern X atom for _MOTIF_WM_HINTS." ); 613 Con_Printf( "Using screen %d: %dx%d\n", x_screen, x_screen_width, x_screen_height ); 845 Con_Printf("VID_Shutdown\n");
|
vid_sunxil.cpp | 366 Con_Printf( "Could not intern X atom for _MOTIF_WM_HINTS." ); 439 Con_Printf( "Using screen %d: %dx%d\n", x_screen, x_screen_width, x_screen_height ); 739 Con_Printf("VID_Shutdown\n");
|
model.cpp | [all...] |
vid_win.cpp | [all...] |
snd_win.cpp | 349 Con_Printf ("DS:GetCaps failed\n");
|
sys_dos.cpp | 94 Con_Printf ("%i undisturbed stack bytes\n", i);
935 //Con_Printf ("Top of stack: 0x%x\n", &time);
|
/external/quake/quake/src/QW/client/ |
cl_tent.c | 156 Con_Printf ("beam list overflow!\n");
|
pmovetst.c | 259 Con_Printf ("mid PointInHullSolid\n");
|
r_sprite.c | 247 Con_Printf ("R_DrawSprite: no such frame %d\n", frame);
|
cl_ents.c | 326 //Con_Printf ("copy %i\n", oldp->entities[oldindex].number);
342 Con_Printf ("WARNING: oldcopy on full update");
347 //Con_Printf ("copy %i\n", oldnum);
359 //Con_Printf ("baseline %i\n", newnum);
365 Con_Printf ("WARNING: U_REMOVE on full update\n");
383 Con_Printf ("WARNING: delta on full update");
390 //Con_Printf ("delta %i\n",newnum);
|
vid_win.c | [all...] |
gl_draw.c | 336 Con_Printf ("%s\n", modes[i].name); 339 Con_Printf ("current filter is unknown???\n"); 350 Con_Printf ("bad filter name\n"); [all...] |
cl_input.c | 77 Con_Printf ("Three keys down for a button!\n");
|
snd_win.c | 347 Con_Printf ("DS:GetCaps failed\n");
|
sys_win.c | 450 Con_Printf("Stupid: %d\n", recs[0].Event.KeyEvent.dwControlKeyState);
|
gl_rmain.c | 158 Con_Printf ("R_DrawSprite: no such frame %d\n", frame); 784 //Con_Printf("R_PolyBlend(): %4.2f %4.2f %4.2f %4.2f\n",v_blend[0], v_blend[1], v_blend[2], v_blend[3]); 1236 Con_Printf ("%3i ms %4i wpoly %4i epoly\n", (int)((time2-time1)*1000), c_brush_polys, c_alias_polys);
|
gl_warp.c | 402 Con_Printf ("Bad pcx file\n"); 658 Con_Printf ("Couldn't load %s\n", name);
|
/external/quake/quake/src/QW/server/ |
sv_phys.c | 81 Con_Printf ("entity in invalid position\n"); 101 Con_Printf ("Got a NaN velocity on %s\n", PR_GetString(ent->v.classname)); 106 Con_Printf ("Got a NaN origin on %s\n", PR_GetString(ent->v.classname)); 347 // Con_Printf ("clip velocity, numplanes == %i\n",numplanes); 617 // Con_Printf ("**** snap: %f\n", Length (l));
|