Home
last modified time | relevance | path

Searched refs:PRNT_ERROR (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/egl/egl-0.3.1_9/client/
H A Dgui_vars.c81 Com_Printf (PRNT_ERROR, "GUIVar_Register: NULL name!\n"); in GUIVar_Register()
139 Com_Printf (PRNT_ERROR, "GUIVar_GetFloatValue: NULL var!\n"); in GUIVar_GetFloatValue()
144 Com_Printf (PRNT_ERROR, "GUIVar_GetFloatValue: NULL dest!\n"); in GUIVar_GetFloatValue()
168 Com_Printf (PRNT_ERROR, "GUIVar_GetStrValue: NULL var!\n"); in GUIVar_GetStrValue()
173 Com_Printf (PRNT_ERROR, "GUIVar_GetStrValue: NULL target!\n"); in GUIVar_GetStrValue()
178 Com_Printf (PRNT_ERROR, "GUIVar_GetStrValue: invalid size!\n"); in GUIVar_GetStrValue()
210 Com_Printf (PRNT_ERROR, "GUIVar_GetVecValue: NULL var!\n"); in GUIVar_GetVecValue()
215 Com_Printf (PRNT_ERROR, "GUIVar_GetVecValue: NULL target!\n"); in GUIVar_GetVecValue()
249 Com_Printf (PRNT_ERROR, "GUIVar_SetFloatValue: NULL var!\n"); in GUIVar_SetFloatValue()
273 Com_Printf (PRNT_ERROR, "GUIVar_SetStrValue: NULL var!\n"); in GUIVar_SetStrValue()
[all …]
H A Dgui_init.c203 if (flags & PRNT_ERROR) in GUI_PrintPos()
255 Com_ConPrint (PRNT_ERROR, msg); in GUI_PrintError()
294 if (flags & (PRNT_ERROR|PRNT_WARNING)) { in GUI_DevPrintf()
295 if (flags & PRNT_ERROR) in GUI_DevPrintf()
336 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in GUI_ParseFloatRegister()
409 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in GUI_ParseFloatRegister()
438 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in GUI_ParseVectorRegister()
511 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in GUI_ParseVectorRegister()
589 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in GUI_CallKeyFunc()
648 GUI_PrintPos (PRNT_ERROR, ps, fileName, gui); in itemDef_mat()
[all …]
H A Dsnd_main.c624 Com_Printf (PRNT_ERROR, "Snd_FindName: NULL name\n"); in Snd_FindName()
628 Com_Printf (PRNT_ERROR, "Snd_FindName: empty name\n"); in Snd_FindName()
944 Com_Printf (PRNT_ERROR, "Snd_Init: Failed to initialize OpenAL!\n"); in Snd_Init()
1126 Com_Printf (PRNT_ERROR, "Snd_StartSound: invalid entNum (%i), forcing 0", entNum); in Snd_StartSound()
1130 Com_Printf (PRNT_ERROR, "Snd_StartSound: invalid entChannel (%i), forcing 0", entChannel); in Snd_StartSound()
1134 …Com_Printf (PRNT_ERROR, "Snd_StartSound: invalid attenuation (%i), forcing normal (%i)", attenuati… in Snd_StartSound()
H A Dsnd_openal.c193 Com_Printf (PRNT_ERROR, "AL_ERROR: alGetError (): '%s' (0x%x)", GetALErrorString (error), error); in ALSnd_CheckForError()
913 Com_Printf (PRNT_ERROR, "failed!\n"); in ALSnd_Init()
1031 Com_Printf (PRNT_ERROR, "failed!\n"); in ALSnd_Init()
1039 Com_Printf (PRNT_ERROR, "failed!\n"); in ALSnd_Init()
1046 Com_Printf (PRNT_ERROR, "failed!\n"); in ALSnd_Init()
1061 Com_Printf (PRNT_ERROR, "failed!\n"); in ALSnd_Init()
H A Dcl_download.c183 Com_Printf (PRNT_ERROR, "Bad download data from server.\n"); in CL_ParseDownload()
257 Com_Printf (PRNT_ERROR, "Failed to rename!\n"); in CL_ParseDownload()
H A Dcl_cgapi.c504 Com_Printf (PRNT_ERROR, "CGI_GetConfigString: i > MAX_CFGSTRINGS"); in CGI_GetConfigString()
508 Com_Printf (PRNT_ERROR, "CGI_GetConfigString: NULL string"); in CGI_GetConfigString()
H A Dcl_main.c437 Com_Printf (PRNT_ERROR, "Anticheat failed to load, trying to connect without it.\n"); in CL_ClientConnect_CP()
1455 Com_Printf (PRNT_ERROR, "CL_Record_f: couldn't open.\n"); in CL_Record_f()
1623 Com_Printf (PRNT_ERROR, "ERROR: Couldn't write %s\n", path); in CL_WriteConfig()
H A Dcl_console.c322 if (flags & PRNT_ERROR) in CL_ConsolePrintf()
404 …Com_Printf (PRNT_ERROR, "ERROR: CL_ConsoleDump_f: couldn't open, make sure the name you attempted … in CL_ConsoleDump_f()
/dports/games/egl/egl-0.3.1_9/unix/
H A Dunix_snd_oss.c91 Com_Printf (PRNT_ERROR, "Could not open %s\n", oss_curDevice); in OSS_Init()
99 Com_Printf (PRNT_ERROR, "Could not reset %s\n", oss_curDevice); in OSS_Init()
106 Com_Printf (PRNT_ERROR, "Sound driver too old\n"); in OSS_Init()
112 Com_Printf (PRNT_ERROR, "Sorry but your soundcard can't do this\n"); in OSS_Init()
172 Com_Printf (PRNT_ERROR, "Could not support 16-bit data. Try 8-bit.\n"); in OSS_Init()
182 Com_Printf (PRNT_ERROR, "Could not support 8-bit data.\n"); in OSS_Init()
196 Com_Printf (PRNT_ERROR, "Um, can't do GETOSPACE?\n"); in OSS_Init()
211 Com_Printf (PRNT_ERROR, "Could not mmap %s\n", oss_curDevice); in OSS_Init()
221 Com_Printf (PRNT_ERROR, "Could not toggle.\n"); in OSS_Init()
230 Com_Printf (PRNT_ERROR, "Could not toggle.\n"); in OSS_Init()
[all …]
H A Dunix_glimp.c315 Com_Printf (PRNT_ERROR, "...fullscreen mode failed\n"); in GLimp_AttemptMode()
324 Com_Printf (PRNT_ERROR, "...windowed mode failed\n"); in GLimp_AttemptMode()
H A Dunix_snd_main.c90 …Com_Printf (PRNT_ERROR, "SndImp_Init: Invalid s_system selection, defaulting to '%s'\n", s_sysStri… in SndImp_Init()
/dports/games/egl/egl-0.3.1_9/renderer/
H A Drf_shader.c79 if (flags & PRNT_ERROR) in Shd_PrintPos()
128 if (flags & PRNT_ERROR) in Shd_Printf()
156 if (flags & PRNT_ERROR) in Shd_DevPrintf()
1343 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_Cull()
1367 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_Cull()
1387 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_DeformVertexes()
1441 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_DeformVertexes()
1456 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_Subdivide()
1497 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_DepthRange()
1527 Shd_PrintPos (PRNT_ERROR, shader, 0, ps, fileName); in ShdBase_FogParms()
[all …]
H A Drf_program.c47 if (flags & PRNT_ERROR) in Program_Printf()
75 if (flags & PRNT_ERROR) in Program_DevPrintf()
111 Program_Printf (PRNT_ERROR, "R_UploadProgram: could not allocate a progNum!\n"); in R_UploadProgram()
129 Program_Printf (PRNT_ERROR, "R_UploadProgram: '%s' vertex program error\n", name); in R_UploadProgram()
130 Program_Printf (PRNT_ERROR, "GL_PROGRAM_ERROR_POSITION: %i\n", errorPos); in R_UploadProgram()
140 Program_Printf (PRNT_ERROR, "GL_PROGRAM_ERROR_POSITION: %i\n", errorPos); in R_UploadProgram()
144 Program_Printf (PRNT_ERROR, "GL_PROGRAM_ERROR_STRING: %s\n", errorString); in R_UploadProgram()
313 Program_Printf (PRNT_ERROR, "Missing '!!ARBvp1.0' header\n"); in R_ParseProgramFile()
324 Program_Printf (PRNT_ERROR, "Missing 'END' footer!\n"); in R_ParseProgramFile()
355 Program_Printf (PRNT_ERROR, "Missing '!!ARBfp1.0' header\n"); in R_ParseProgramFile()
[all …]
H A Drf_font.c156 Com_Printf (PRNT_ERROR, "R_RegisterFont: NULL name!\n"); in R_RegisterFont()
160 Com_Printf (PRNT_ERROR, "R_RegisterFont: name can not be a path ('%s')!\n", name); in R_RegisterFont()
196 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
200 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
210 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
214 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
224 Com_Printf (PRNT_ERROR, "ERROR: too many size definitions!\n"); in R_RegisterFont()
230 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
234 Com_Printf (PRNT_ERROR, "ERROR: invalid/missing parameters for '%s'\n", token); in R_RegisterFont()
250 Com_Printf (PRNT_ERROR, "ERROR: unknown key '%s'\n", token); in R_RegisterFont()
[all …]
H A Drf_init.c437 Com_Printf (PRNT_ERROR, "...failed to set fullscreen, attempting windowed\n"); in R_SetMode()
458 Com_Printf (PRNT_ERROR, "...already using the safe mode, exiting\n"); in R_SetMode()
473 Com_Printf (PRNT_ERROR, "...could not revert to safe mode\n"); in R_SetMode()
499 Com_Printf (PRNT_ERROR, "...GL_ARB_multitexture not properly supported!\n"); in GL_InitExtensions()
519 Com_Printf (PRNT_ERROR, "...GL_SGIS_multitexture not properly supported!\n"); in GL_InitExtensions()
663 Com_Printf (PRNT_ERROR, "GL_ARB_texture_cube_map not properly supported!\n"); in GL_InitExtensions()
773 Com_Printf (PRNT_ERROR, "GL_ARB_vertex_program not properly supported!\n"); in GL_InitExtensions()
969 Com_Printf (PRNT_ERROR, "...GL_EXT_texture3D not properly supported!\n"); in GL_InitExtensions()
1344 Com_Printf (PRNT_ERROR, "...could not load \"%s\"\n", gl_driver->string); in R_Init()
1351 Com_Printf (PRNT_ERROR, "...unable to init gl implementation\n"); in R_Init()
[all …]
H A Drf_model.c162 Com_Printf (PRNT_ERROR, "R_LoadMD2Model: '%s' has invalid header", model->name); in R_LoadMD2Model()
943 Com_Printf (PRNT_ERROR, "SubdivideQ2Polygon: numVerts = %i", numVerts); in SubdivideQ2Polygon()
1380 Com_Printf (PRNT_ERROR, "R_BuildQ2BSPSurface: surface mesh is invalid!"); in R_BuildQ2BSPSurface()
1528 Com_Printf (PRNT_ERROR, "R_ConvertQ2BSPSurface: surface mesh is invalid!"); in R_ConvertQ2BSPSurface()
2025 Com_Printf (PRNT_ERROR, "R_LoadQ2BSPFaces: bad texInfo number"); in R_LoadQ2BSPFaces()
2125 Com_Printf (PRNT_ERROR, "R_LoadQ2BSPMarkSurfaces: bad surface number"); in R_LoadQ2BSPMarkSurfaces()
3223 Com_Printf (PRNT_ERROR, "R_LoadQ3BSPFaces: bad shader number"); in R_LoadQ3BSPFaces()
3472 Com_Printf (PRNT_ERROR, "MOD_LoadBmodel: leaf cluster > numclusters"); in R_LoadQ3BSPLeafs()
3485 Com_Printf (PRNT_ERROR, "MOD_LoadBmodel: bad marksurfaces in leaf %i", i); in R_LoadQ3BSPLeafs()
3494 Com_Printf (PRNT_ERROR, "R_LoadQ3BSPLeafs: bad surface number"); in R_LoadQ3BSPLeafs()
[all …]
/dports/games/egl/egl-0.3.1_9/win32/
H A Dwin_snd.c115 Com_Printf (PRNT_ERROR, "FAILED!\n"); in DS_CreateBuffers()
137 Com_Printf (PRNT_ERROR, "FAILED!\n"); in DS_CreateBuffers()
142 Com_Printf (PRNT_ERROR, "FAILED!\n"); in DS_CreateBuffers()
167 Com_Printf (PRNT_ERROR, "FAILED!\n"); in DS_CreateBuffers()
186 Com_Printf (PRNT_ERROR, "...GetCaps FAILED!\n"); in DS_CreateBuffers()
195 Com_Printf (PRNT_ERROR, "FAILED!\n"); in DS_CreateBuffers()
201 Com_Printf (PRNT_ERROR, "...GetCaps FAILED!\n"); in DS_CreateBuffers()
313 Com_Printf (PRNT_ERROR, "...LoadLibrary FAILED!\n"); in SndImp_Init()
331 Com_Printf (PRNT_ERROR, "FAILED!\n"); in SndImp_Init()
347 Com_Printf (PRNT_ERROR, "...GetCaps FAILED!\n"); in SndImp_Init()
[all …]
H A Dwin_glimp.c266 Com_Printf (PRNT_ERROR, "...ChoosePixelFormat failed\n"); in GLimp_SetupPFD()
274 Com_Printf (PRNT_ERROR, "...SetPixelFormat failed\n"); in GLimp_SetupPFD()
320 Com_Printf (PRNT_ERROR, "...non-NULL hDC exists!\n"); in GLimp_GLInit()
324 Com_Printf (PRNT_ERROR, "...hDC release failed\n"); in GLimp_GLInit()
329 Com_Printf (PRNT_ERROR, "...GetDC failed\n"); in GLimp_GLInit()
401 Com_Printf (PRNT_ERROR, "...stereo pfd failed\n"); in GLimp_GLInit()
409 Com_Printf (PRNT_ERROR, "...qwglCreateContext failed\n"); in GLimp_GLInit()
418 Com_Printf (PRNT_ERROR, "...qwglMakeCurrent failed\n"); in GLimp_GLInit()
612 Com_Printf (PRNT_ERROR, "...hDC release failed\n"); in GLimp_Shutdown()
748 Com_Printf (PRNT_ERROR, "...fullscreen mode failed\n"); in GLimp_AttemptMode()
[all …]
H A Dwin_sock.c366 …Com_Printf (PRNT_ERROR, "NET_GetPacket: %s from %s\n", NET_ErrorString (error), NET_AdrToString (f… in NET_GetPacket()
448 …Com_Printf (PRNT_ERROR, "NET_SendPacket: %s to %s\n", NET_ErrorString (error), NET_AdrToString (to… in NET_SendPacket()
676 Com_Printf (PRNT_ERROR, "Can't get host\n"); in NET_ShowIP_f()
H A Dwin_input.c211 Com_Printf (PRNT_ERROR, "In_GetKeyState: Invalid key"); in In_GetKeyState()
380 Com_Printf (PRNT_ERROR, "...mouse not found\n"); in IN_StartupMouse()
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_mapeffects.c311 Com_Printf (PRNT_ERROR, "CG_MapFXLoad: MAPFX_MAXFX (%d) mapfx hit\n", cg_numMapEffects); in CG_MapFXLoad()
353 Com_Printf (PRNT_ERROR, "CG_MapFXLoad: Bad file '%s'\n", cg_mfxFileName); in CG_MapFXLoad()
392 Com_Printf (PRNT_ERROR, "ERROR: CG_AddMFX Couldn't write %s\n", path); in CG_MFX_AddOrigin_f()
441 Com_Printf (PRNT_ERROR, "ERROR: CG_AddMFXTr Couldn't write %s\n", path); in CG_MFX_AddTrace_f()
451 Com_Printf (PRNT_ERROR, "ERROR: outside world!\n"); in CG_MFX_AddTrace_f()
456 Com_Printf (PRNT_ERROR, "ERROR: didn't hit anything!\n"); in CG_MFX_AddTrace_f()
H A Dcg_location.c134 Com_Printf (PRNT_ERROR, "CG_LoadLocations: Bad loc file '%s'\n", cg_locFileName); in CG_LoadLocations()
279 Com_Printf (PRNT_ERROR, "ERROR: Couldn't write %s\n", path); in CG_AddLoc_f()
/dports/games/egl/egl-0.3.1_9/shared/
H A Dstring.c250 Com_Printf (PRNT_ERROR, "Q_strcatz: already overflowed"); in Q_strcatz()
/dports/games/egl/egl-0.3.1_9/common/
H A Dfiles.c537 Com_Printf (PRNT_ERROR, "FS_Write: 0 bytes written to %s\n", handle->name); in FS_Write()
1019 Com_Printf (PRNT_ERROR, "FS_LoadPAK: couldn't open \"%s\"\n", fileName); in FS_LoadPAK()
1099 Com_Printf (PRNT_ERROR, "FS_LoadPKZ: couldn't open \"%s\"\n", fileName); in FS_LoadPKZ()
1423 …Com_Printf (PRNT_ERROR, "FS_FindFiles: maxFiles(%i) > %i, forcing %i...\n", maxFiles, FS_MAX_FINDF… in FS_FindFiles()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_ccmds.c918 Com_Printf (PRNT_ERROR, "ERROR: couldn't open.\n"); in SV_ServerRecord_f()
952 Com_Printf (PRNT_ERROR, "Not enough buffer space available.\n"); in SV_ServerRecord_f()

12