Home
last modified time | relevance | path

Searched refs:Con_Printf (Results 1 – 25 of 142) sorted by relevance

123456

/external/quake/quake/src/QW/server/
Dsv_ccmds.c58 Con_Printf ("Setting nomaster mode.\n"); in SV_SetMaster_f()
64 Con_Printf ("Master server at %s\n", NET_AdrToString (master_adr[i-1])); in SV_SetMaster_f()
66 Con_Printf ("Sending a ping.\n"); in SV_SetMaster_f()
85 Con_Printf ("Shutting down.\n"); in SV_Quit_f()
101 Con_Printf ("File logging off.\n"); in SV_Logfile_f()
108 Con_Printf ("Logging text to %s.\n", name); in SV_Logfile_f()
111 Con_Printf ("failed.\n"); in SV_Logfile_f()
127 Con_Printf ("Frag file logging off.\n"); in SV_Fraglogfile_f()
149 Con_Printf ("Can't open any logfiles.\n"); in SV_Fraglogfile_f()
154 Con_Printf ("Logging frags to %s.\n", name); in SV_Fraglogfile_f()
[all …]
Dsv_main.c136 Con_Printf ("SV_Error: %s\n",string); in SV_Error()
205 Con_Printf ("Spectator %s removed\n",drop->name); in SV_DropClient()
207 Con_Printf ("Client %s removed\n",drop->name); in SV_DropClient()
350 Con_Printf ("%s\n", svs.info); in SVC_Status()
361 Con_Printf ("%i %i %i %i \"%s\" \"%s\" %i %i\n", cl->userid, in SVC_Status()
393 Con_Printf ("beginning fraglog sequence %i\n", svs.logsequence); in SV_CheckLog()
523 Con_Printf ("* rejected connect from version %i\n", version); in SVC_DirectConnect()
560 Con_Printf ("%s:spectator password failed\n", NET_AdrToString (net_from)); in SVC_DirectConnect()
575 Con_Printf ("%s:password failed\n", NET_AdrToString (net_from)); in SVC_DirectConnect()
612 Con_Printf("%s:dup connect\n", NET_AdrToString (adr)); in SVC_DirectConnect()
[all …]
Dpr_exec.c156 Con_Printf ("%s ", pr_opnames[s->op]); in PR_PrintStatement()
159 Con_Printf (" "); in PR_PrintStatement()
163 Con_Printf ("%sbranch %i",PR_GlobalString(s->a),s->b); in PR_PrintStatement()
166 Con_Printf ("branch %i",s->a); in PR_PrintStatement()
170 Con_Printf ("%s",PR_GlobalString(s->a)); in PR_PrintStatement()
171 Con_Printf ("%s", PR_GlobalStringNoContents(s->b)); in PR_PrintStatement()
176 Con_Printf ("%s",PR_GlobalString(s->a)); in PR_PrintStatement()
178 Con_Printf ("%s",PR_GlobalString(s->b)); in PR_PrintStatement()
180 Con_Printf ("%s", PR_GlobalStringNoContents(s->c)); in PR_PrintStatement()
182 Con_Printf ("\n"); in PR_PrintStatement()
[all …]
/external/quake/quake/src/QW/client/
Dcl_main.c168 Con_Printf ("Version %4.2f\n", VERSION); in CL_Version_f()
169 Con_Printf ("Exe: "__TIME__" "__DATE__"\n"); in CL_Version_f()
196 Con_Printf ("Bad server address\n"); in CL_SendConnectPacket()
203 Con_Printf ("Illegal server address\n"); in CL_SendConnectPacket()
248 Con_Printf ("Bad server address\n"); in CL_CheckForResend()
254 Con_Printf ("Illegal server address\n"); in CL_CheckForResend()
265 Con_Printf ("Connecting to %s...\n", cls.servername); in CL_CheckForResend()
288 Con_Printf ("usage: connect <server>\n"); in CL_Connect_f()
317 Con_Printf ("You must set 'rcon_password' before\n" in CL_Rcon_f()
345 Con_Printf ("You must either be connected,\n" in CL_Rcon_f()
[all …]
Dsnd_linux.c37 Con_Printf("Could not open /dev/dsp\n"); in SNDDMA_Init()
45 Con_Printf("Could not reset /dev/dsp\n"); in SNDDMA_Init()
53 Con_Printf("Sound driver too old\n"); in SNDDMA_Init()
60 Con_Printf("Sorry but your soundcard can't do this\n"); in SNDDMA_Init()
68 Con_Printf("Um, can't do GETOSPACE?\n"); in SNDDMA_Init()
118 Con_Printf("Could not mmap /dev/dsp\n"); in SNDDMA_Init()
130 Con_Printf("Could not set /dev/dsp to stereo=%d", shm->channels); in SNDDMA_Init()
143 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed); in SNDDMA_Init()
155 Con_Printf("Could not support 16-bit data. Try 8-bit.\n"); in SNDDMA_Init()
167 Con_Printf("Could not support 8-bit data.\n"); in SNDDMA_Init()
[all …]
Dsnd_dma.c119 Con_Printf ("sound system not started\n"); in S_SoundInfo_f()
123 Con_Printf("%5d stereo\n", shm->channels - 1); in S_SoundInfo_f()
124 Con_Printf("%5d samples\n", shm->samples); in S_SoundInfo_f()
125 Con_Printf("%5d samplepos\n", shm->samplepos); in S_SoundInfo_f()
126 Con_Printf("%5d samplebits\n", shm->samplebits); in S_SoundInfo_f()
127 Con_Printf("%5d submission_chunk\n", shm->submission_chunk); in S_SoundInfo_f()
128 Con_Printf("%5d speed\n", shm->speed); in S_SoundInfo_f()
129 Con_Printf("0x%x dma buffer\n", shm->buffer); in S_SoundInfo_f()
130 Con_Printf("%5d total_channels\n", total_channels); in S_SoundInfo_f()
154 Con_Printf("S_Startup: SNDDMA_Init failed.\n"); in S_Startup()
[all …]
Dcd_linux.c129 Con_Printf("CDAudio: track %i is not audio\n", track); in CDAudio_Play()
253 Con_Printf(" %u -> %u\n", n, remap[n]); in CD_f()
272 Con_Printf("No CD in player.\n"); in CD_f()
318 Con_Printf("%u tracks\n", maxTrack); in CD_f()
320 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
322 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
323 Con_Printf("Volume is %f\n", cdvolume); in CD_f()
387 Con_Printf("CDAudio_Init: open of \"%s\" failed (%i)\n", cd_dev, errno); in CDAudio_Init()
399 Con_Printf("CDAudio_Init: No CD in player.\n"); in CDAudio_Init()
405 Con_Printf("CD Audio Initialized\n"); in CDAudio_Init()
Dcmd.c94 Con_Printf ("Cbuf_AddText: overflow\n"); in Cbuf_AddText()
283 Con_Printf ("exec <filename> : execute a script file\n"); in Cmd_Exec_f()
292 Con_Printf ("couldn't exec %s\n",Cmd_Argv(1)); in Cmd_Exec_f()
296 Con_Printf ("execing %s\n",Cmd_Argv(1)); in Cmd_Exec_f()
315 Con_Printf ("%s ",Cmd_Argv(i)); in Cmd_Echo_f()
316 Con_Printf ("\n"); in Cmd_Echo_f()
345 Con_Printf ("Current alias commands:\n"); in Cmd_Alias_f()
347 Con_Printf ("%s : %s\n", a->name, a->value); in Cmd_Alias_f()
354 Con_Printf ("Alias name is too long\n"); in Cmd_Alias_f()
522 Con_Printf ("Cmd_AddCommand: %s already defined as a var\n", cmd_name); in Cmd_AddCommand()
[all …]
Dcd_win.c138 Con_Printf("CDAudio: track %i is not audio\n", track); in CDAudio_Play()
287 Con_Printf(" %u -> %u\n", n, remap[n]); in CD_f()
306 Con_Printf("No CD in player.\n"); in CD_f()
352 Con_Printf("%u tracks\n", maxTrack); in CD_f()
354 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
356 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
357 Con_Printf("Volume is %f\n", cdvolume); in CD_f()
438 Con_Printf("CDAudio_Init: MCI_OPEN failed (%i)\n", dwReturn); in CDAudio_Init()
447 Con_Printf("MCI_SET_TIME_FORMAT failed (%i)\n", dwReturn); in CDAudio_Init()
459 Con_Printf("CDAudio_Init: No CD in player.\n"); in CDAudio_Init()
Dcl_parse.c162 Con_Printf ("Refusing to download a path with ..\n"); in CL_CheckOrDownloadFile()
175 Con_Printf("Unable to download %s in record mode.\n", cls.downloadname); in CL_CheckOrDownloadFile()
183 Con_Printf ("Downloading %s...\n", cls.downloadname); in CL_CheckOrDownloadFile()
212 Con_Printf ("Checking models...\n"); in Model_NextDownload()
237 Con_Printf ("\nThe required model file '%s' could not be found or downloaded.\n\n" in Model_NextDownload()
239 Con_Printf ("You may need to download or purchase a %s client " in Model_NextDownload()
269 Con_Printf ("Checking sounds...\n"); in Sound_NextDownload()
353 Con_Printf ("File not found.\n"); in CL_ParseDownload()
356 Con_Printf ("cls.download shouldn't have been set\n"); in CL_ParseDownload()
378 Con_Printf ("Failed to open %s\n", cls.downloadtempname); in CL_ParseDownload()
[all …]
Dcl_demo.c244 Con_Printf("Corrupted demo.\n"); in CL_GetDemoMessage()
284 Con_Printf ("Not recording a demo.\n"); in CL_Stop_f()
299 Con_Printf ("Completed demo\n"); in CL_Stop_f()
393 Con_Printf ("record <demoname>\n"); in CL_Record_f()
398 Con_Printf ("You must be connected to record.\n"); in CL_Record_f()
415 Con_Printf ("ERROR: couldn't open.\n"); in CL_Record_f()
419 Con_Printf ("recording to %s.\n", name); in CL_Record_f()
679 Con_Printf ("rerecord <demoname>\n"); in CL_ReRecord_f()
684 Con_Printf("No server to reconnect to...\n"); in CL_ReRecord_f()
701 Con_Printf ("ERROR: couldn't open.\n"); in CL_ReRecord_f()
[all …]
/external/quake/quake/src/WinQuake/
Dsnd_linux.cpp56 Con_Printf("Could not open /dev/dsp\n"); in SNDDMA_Init()
64 Con_Printf("Could not reset /dev/dsp\n"); in SNDDMA_Init()
72 Con_Printf("Sound driver too old\n"); in SNDDMA_Init()
79 Con_Printf("Sorry but your soundcard can't do this\n"); in SNDDMA_Init()
87 Con_Printf("Um, can't do GETOSPACE?\n"); in SNDDMA_Init()
137 Con_Printf("Could not mmap /dev/dsp\n"); in SNDDMA_Init()
149 Con_Printf("Could not set /dev/dsp to stereo=%d", shm->channels); in SNDDMA_Init()
162 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed); in SNDDMA_Init()
174 Con_Printf("Could not support 16-bit data. Try 8-bit.\n"); in SNDDMA_Init()
186 Con_Printf("Could not support 8-bit data.\n"); in SNDDMA_Init()
[all …]
Dnet_comx.cpp419 Con_Printf("Already enabled\n"); in ComPort_Enable()
477 Con_Printf("serial: protected mode callback allocation failed\n"); in ComPort_Enable()
516 Con_Printf("Already disabled\n"); in ComPort_Disable()
564 Con_Printf ("Serial lost CTS\n"); in CheckStatus()
566 Con_Printf ("Serial lost DSR\n"); in CheckStatus()
568 Con_Printf ("Serial lost Carrier\n"); in CheckStatus()
582 Con_Printf ("Initializing modem...\n"); in Modem_Init()
603 Con_Printf("No response - clear failed\n"); in Modem_Init()
628 Con_Printf("No response - init failed\n"); in Modem_Init()
760 Con_Printf ("Serial: line not ready ("); in TTY_Connect()
[all …]
Dcl_demo.cpp147 Con_Printf ("<-- server to client keepalive\n"); in CL_GetMessage()
173 Con_Printf ("Not recording a demo.\n"); in CL_Stop_f()
186 Con_Printf ("Completed demo\n"); in CL_Stop_f()
208 Con_Printf ("record <demoname> [<map> [cd track]]\n"); in CL_Record_f()
214 Con_Printf ("Relative pathnames are not allowed.\n"); in CL_Record_f()
220Con_Printf("Can not record - already connected to server\nClient demo recording must be started be… in CL_Record_f()
228 Con_Printf ("Forcing CD track to %i\n", cls.forcetrack); in CL_Record_f()
246 Con_Printf ("recording to %s.\n", name); in CL_Record_f()
250 Con_Printf ("ERROR: couldn't open.\n"); in CL_Record_f()
279 Con_Printf ("play <demoname> : plays a demo\n"); in CL_PlayDemo_f()
[all …]
Dhost_cmd.cpp79 print = Con_Printf; in Host_Status_f()
327 Con_Printf ("changelevel <levelname> : continue game on a new level\n"); in Host_Changelevel_f()
332 Con_Printf ("Only the server may changelevel\n"); in Host_Changelevel_f()
352 Con_Printf ("changelevel <levelname> : continue game on a new level\n"); in Host_Changelevel_f()
357 Con_Printf ("Only the server may changelevel\n"); in Host_Changelevel_f()
484 Con_Printf ("Not playing a local game.\n"); in Host_Savegame_f()
490 Con_Printf ("Can't save in intermission.\n"); in Host_Savegame_f()
496 Con_Printf ("Can't save multiplayer games.\n"); in Host_Savegame_f()
502 Con_Printf ("save <savename> : save a game\n"); in Host_Savegame_f()
508 Con_Printf ("Relative pathnames are not allowed.\n"); in Host_Savegame_f()
[all …]
Dsnd_dos.cpp72 Con_Printf ("%s (%i)", str, b); in PrintBits()
77 Con_Printf ("BLASTER=%s\n", getenv("BLASTER")); in SB_Info_f()
78 Con_Printf("dsp version=%d.%d\n", dsp_version, dsp_minor_version); in SB_Info_f()
79 Con_Printf("dma=%d\n", dma); in SB_Info_f()
81 Con_Printf("timeconstant=%d\n", timeconstant); in SB_Info_f()
82 Con_Printf("dma position:%i\n", BLASTER_GetDMAPos ()); in SB_Info_f()
203 Con_Printf("Version 4 SB startup\n"); in StartSB()
219 Con_Printf("Version 3 SB startup\n"); in StartSB()
247 Con_Printf("Version 2 SB startup\n"); in StartSB()
290 Con_Printf ("Using DMA channel %i\n", dma); in StartDMA()
[all …]
Dsnd_dma.cpp116 Con_Printf ("sound system not started\n"); in S_SoundInfo_f()
120 Con_Printf("%5d stereo\n", shm->channels - 1); in S_SoundInfo_f()
121 Con_Printf("%5d samples\n", shm->samples); in S_SoundInfo_f()
122 Con_Printf("%5d samplepos\n", shm->samplepos); in S_SoundInfo_f()
123 Con_Printf("%5d samplebits\n", shm->samplebits); in S_SoundInfo_f()
124 Con_Printf("%5d submission_chunk\n", shm->submission_chunk); in S_SoundInfo_f()
125 Con_Printf("%5d speed\n", shm->speed); in S_SoundInfo_f()
126 Con_Printf("0x%x dma buffer\n", shm->buffer); in S_SoundInfo_f()
127 Con_Printf("%5d total_channels\n", total_channels); in S_SoundInfo_f()
151 Con_Printf("S_Startup: SNDDMA_Init failed.\n"); in S_Startup()
[all …]
Dcmd.cpp94 Con_Printf ("Cbuf_AddText: overflow\n"); in Cbuf_AddText()
221 Con_Printf ("stuffcmds : execute command line parameters\n"); in Cmd_StuffCmds_f()
290 Con_Printf ("exec <filename> : execute a script file\n"); in Cmd_Exec_f()
298 Con_Printf ("couldn't exec %s\n",Cmd_Argv(1)); in Cmd_Exec_f()
301 Con_Printf ("execing %s\n",Cmd_Argv(1)); in Cmd_Exec_f()
320 Con_Printf ("%s ",Cmd_Argv(i)); in Cmd_Echo_f()
321 Con_Printf ("\n"); in Cmd_Echo_f()
350 Con_Printf ("Current alias commands:\n"); in Cmd_Alias_f()
352 Con_Printf ("%s : %s\n", a->name, a->value); in Cmd_Alias_f()
359 Con_Printf ("Alias name is too long\n"); in Cmd_Alias_f()
[all …]
Din_dos.cpp144 Con_Printf ("No mouse found\n"); in IN_StartupMouse()
151 Con_Printf("%d-button mouse available\n", mouse_buttons); in IN_StartupMouse()
434 Con_Printf ("IN_ReadJoystick: no response\n"); in IN_ReadJoystick()
456 Con_Printf ("aborted.\n"); in WaitJoyButton()
476 Con_Printf ("aborted.\n"); in WaitJoyButton()
503 Con_Printf ("\n"); in IN_StartupJoystick()
512 Con_Printf ("joystick not found\n"); in IN_StartupJoystick()
516 Con_Printf ("joystick found\n"); in IN_StartupJoystick()
518 Con_Printf ("CENTER the joystick\nand press button 1 (ESC to skip):\n"); in IN_StartupJoystick()
525 Con_Printf ("Push the joystick to the UPPER LEFT\nand press button 1 (ESC to skip):\n"); in IN_StartupJoystick()
[all …]
Dcd_linux.cpp129 Con_Printf("CDAudio: track %i is not audio\n", track); in CDAudio_Play()
253 Con_Printf(" %u -> %u\n", n, remap[n]); in CD_f()
272 Con_Printf("No CD in player.\n"); in CD_f()
318 Con_Printf("%u tracks\n", maxTrack); in CD_f()
320 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
322 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
323 Con_Printf("Volume is %f\n", cdvolume); in CD_f()
385 Con_Printf("CDAudio_Init: open of \"%s\" failed (%i)\n", cd_dev, errno); in CDAudio_Init()
397 Con_Printf("CDAudio_Init: No CD in player.\n"); in CDAudio_Init()
403 Con_Printf("CD Audio Initialized\n"); in CDAudio_Init()
Dsnd_sun.cpp69 Con_Printf("Audio device is being used by another process\n"); in SNDDMA_Init()
72 Con_Printf("Could not open /dev/audio\n"); in SNDDMA_Init()
78 Con_Printf("Could not communicate with audio device.\n"); in SNDDMA_Init()
108 Con_Printf("Incapable sound hardware.\n"); in SNDDMA_Init()
112 Con_Printf("16 bit mono sound initialized\n"); in SNDDMA_Init()
116 Con_Printf("16 bit stereo sound initialized\n"); in SNDDMA_Init()
139 Con_Printf("Could not communicate with audio device.\n"); in SNDDMA_GetDMAPos()
155 Con_Printf("Could not communicate with audio device.\n"); in SNDDMA_GetSamples()
Dcd_win.cpp138 Con_Printf("CDAudio: track %i is not audio\n", track); in CDAudio_Play()
287 Con_Printf(" %u -> %u\n", n, remap[n]); in CD_f()
306 Con_Printf("No CD in player.\n"); in CD_f()
352 Con_Printf("%u tracks\n", maxTrack); in CD_f()
354 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
356 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack); in CD_f()
357 Con_Printf("Volume is %f\n", cdvolume); in CD_f()
437 Con_Printf("CDAudio_Init: MCI_OPEN failed (%i)\n", dwReturn); in CDAudio_Init()
446 Con_Printf("MCI_SET_TIME_FORMAT failed (%i)\n", dwReturn); in CDAudio_Init()
458 Con_Printf("CDAudio_Init: No CD in player.\n"); in CDAudio_Init()
[all …]
Dnet_main.cpp179 Con_Printf ("\"listen\" is \"%u\"\n", listening ? 1 : 0); in NET_Listen_f()
200 Con_Printf ("\"maxplayers\" is \"%u\"\n", svs.maxclients); in MaxPlayers_f()
206 Con_Printf ("maxplayers can not be changed while a server is running.\n"); in MaxPlayers_f()
216 Con_Printf ("\"maxplayers\" set to \"%u\"\n", n); in MaxPlayers_f()
239 Con_Printf ("\"port\" is \"%u\"\n", net_hostport); in NET_Port_f()
246 Con_Printf ("Bad value, must be between 1 and 65534\n"); in NET_Port_f()
264 Con_Printf("Server Map Users\n"); in PrintSlistHeader()
265 Con_Printf("--------------- --------------- -----\n"); in PrintSlistHeader()
277Con_Printf("%-15.15s %-15.15s %2u/%2u\n", hostcache[n].name, hostcache[n].map, hostcache[n].users,… in PrintSlist()
279 Con_Printf("%-15.15s %-15.15s\n", hostcache[n].name, hostcache[n].map); in PrintSlist()
[all …]
Dnet_dgrm.cpp113 print = Con_Printf; in NET_Ban_f()
342 Con_Printf("Read error\n"); in Datagram_GetMessage()
470 Con_Printf("canSend = %4u \n", s->canSend); in PrintStats()
471 Con_Printf("sendSeq = %4u ", s->sendSequence); in PrintStats()
472 Con_Printf("recvSeq = %4u \n", s->receiveSequence); in PrintStats()
473 Con_Printf("\n"); in PrintStats()
482 Con_Printf("unreliable messages sent = %i\n", unreliableMessagesSent); in NET_Stats_f()
483 Con_Printf("unreliable messages recv = %i\n", unreliableMessagesReceived); in NET_Stats_f()
484 Con_Printf("reliable messages sent = %i\n", messagesSent); in NET_Stats_f()
485 Con_Printf("reliable messages received = %i\n", messagesReceived); in NET_Stats_f()
[all …]
Dpr_exec.cpp156 Con_Printf ("%s ", pr_opnames[s->op]); in PR_PrintStatement()
159 Con_Printf (" "); in PR_PrintStatement()
163 Con_Printf ("%sbranch %i",PR_GlobalString(s->a),s->b); in PR_PrintStatement()
166 Con_Printf ("branch %i",s->a); in PR_PrintStatement()
170 Con_Printf ("%s",PR_GlobalString(s->a)); in PR_PrintStatement()
171 Con_Printf ("%s", PR_GlobalStringNoContents(s->b)); in PR_PrintStatement()
176 Con_Printf ("%s",PR_GlobalString(s->a)); in PR_PrintStatement()
178 Con_Printf ("%s",PR_GlobalString(s->b)); in PR_PrintStatement()
180 Con_Printf ("%s", PR_GlobalStringNoContents(s->c)); in PR_PrintStatement()
182 Con_Printf ("\n"); in PR_PrintStatement()
[all …]

123456