Searched refs:Con_Printf (Results 1 - 25 of 141) sorted by relevance

123456

/external/quake/quake/src/QW/server/
H A Dsv_ccmds.c58 Con_Printf ("Setting nomaster mode.\n");
64 Con_Printf ("Master server at %s\n", NET_AdrToString (master_adr[i-1]));
66 Con_Printf ("Sending a ping.\n");
85 Con_Printf ("Shutting down.\n");
101 Con_Printf ("File logging off.\n");
108 Con_Printf ("Logging text to %s.\n", name);
111 Con_Printf ("failed.\n");
127 Con_Printf ("Frag file logging off.\n");
149 Con_Printf ("Can't open any logfiles.\n");
154 Con_Printf ("Loggin
[all...]
H A Dqwsvdef.h93 void Con_Printf (char *fmt, ...);
H A Dsv_main.c136 Con_Printf ("SV_Error: %s\n",string);
205 Con_Printf ("Spectator %s removed\n",drop->name);
207 Con_Printf ("Client %s removed\n",drop->name);
350 Con_Printf ("%s\n", svs.info);
361 Con_Printf ("%i %i %i %i \"%s\" \"%s\" %i %i\n", cl->userid,
393 Con_Printf ("beginning fraglog sequence %i\n", svs.logsequence);
523 Con_Printf ("* rejected connect from version %i\n", version);
560 Con_Printf ("%s:spectator password failed\n", NET_AdrToString (net_from));
575 Con_Printf ("%s:password failed\n", NET_AdrToString (net_from));
612 Con_Printf("
[all...]
/external/quake/quake/src/QW/client/
H A Dsnd_linux.c37 Con_Printf("Could not open /dev/dsp\n");
45 Con_Printf("Could not reset /dev/dsp\n");
53 Con_Printf("Sound driver too old\n");
60 Con_Printf("Sorry but your soundcard can't do this\n");
68 Con_Printf("Um, can't do GETOSPACE?\n");
118 Con_Printf("Could not mmap /dev/dsp\n");
130 Con_Printf("Could not set /dev/dsp to stereo=%d", shm->channels);
143 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed);
155 Con_Printf("Could not support 16-bit data. Try 8-bit.\n");
167 Con_Printf("Coul
[all...]
H A Dcl_main.c168 Con_Printf ("Version %4.2f\n", VERSION);
169 Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
196 Con_Printf ("Bad server address\n");
203 Con_Printf ("Illegal server address\n");
218 // Con_Printf ("Connecting to %s...\n", cls.servername);
248 Con_Printf ("Bad server address\n");
254 Con_Printf ("Illegal server address\n");
265 Con_Printf ("Connecting to %s...\n", cls.servername);
288 Con_Printf ("usage: connect <server>\n");
317 Con_Printf ("Yo
[all...]
H A Dcmd.c94 Con_Printf ("Cbuf_AddText: overflow\n");
283 Con_Printf ("exec <filename> : execute a script file\n");
292 Con_Printf ("couldn't exec %s\n",Cmd_Argv(1));
296 Con_Printf ("execing %s\n",Cmd_Argv(1));
315 Con_Printf ("%s ",Cmd_Argv(i));
316 Con_Printf ("\n");
345 Con_Printf ("Current alias commands:\n");
347 Con_Printf ("%s : %s\n", a->name, a->value);
354 Con_Printf ("Alias name is too long\n");
522 Con_Printf ("Cmd_AddComman
[all...]
H A Dcd_linux.c129 Con_Printf("CDAudio: track %i is not audio\n", track);
253 Con_Printf(" %u -> %u\n", n, remap[n]);
272 Con_Printf("No CD in player.\n");
318 Con_Printf("%u tracks\n", maxTrack);
320 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack);
322 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack);
323 Con_Printf("Volume is %f\n", cdvolume);
387 Con_Printf("CDAudio_Init: open of \"%s\" failed (%i)\n", cd_dev, errno);
399 Con_Printf("CDAudio_Init: No CD in player.\n");
405 Con_Printf("C
[all...]
H A Dcd_win.c138 Con_Printf("CDAudio: track %i is not audio\n", track);
287 Con_Printf(" %u -> %u\n", n, remap[n]);
306 Con_Printf("No CD in player.\n");
352 Con_Printf("%u tracks\n", maxTrack);
354 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack);
356 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack);
357 Con_Printf("Volume is %f\n", cdvolume);
438 Con_Printf("CDAudio_Init: MCI_OPEN failed (%i)\n", dwReturn);
447 Con_Printf("MCI_SET_TIME_FORMAT failed (%i)\n", dwReturn);
459 Con_Printf("CDAudio_Ini
[all...]
H A Dconsole.h51 void Con_Printf (char *fmt, ...);
H A Dcvar.c124 Con_Printf ("Cvar_Set: variable %s not found\n", var_name);
182 Con_Printf ("Can't register variable %s, allready defined\n", variable->name);
189 Con_Printf ("Cvar_RegisterVariable: %s is a command\n", variable->name);
224 Con_Printf ("\"%s\" is \"%s\"\n", v->name, v->string);
H A Dsnd_dma.c119 Con_Printf ("sound system not started\n");
123 Con_Printf("%5d stereo\n", shm->channels - 1);
124 Con_Printf("%5d samples\n", shm->samples);
125 Con_Printf("%5d samplepos\n", shm->samplepos);
126 Con_Printf("%5d samplebits\n", shm->samplebits);
127 Con_Printf("%5d submission_chunk\n", shm->submission_chunk);
128 Con_Printf("%5d speed\n", shm->speed);
129 Con_Printf("0x%x dma buffer\n", shm->buffer);
130 Con_Printf("%5d total_channels\n", total_channels);
154 Con_Printf("S_Startu
[all...]
/external/quake/quake/src/WinQuake/
H A Dcl_demo.cpp147 Con_Printf ("<-- server to client keepalive\n");
173 Con_Printf ("Not recording a demo.\n");
186 Con_Printf ("Completed demo\n");
208 Con_Printf ("record <demoname> [<map> [cd track]]\n");
214 Con_Printf ("Relative pathnames are not allowed.\n");
220 Con_Printf("Can not record - already connected to server\nClient demo recording must be started before connecting\n");
228 Con_Printf ("Forcing CD track to %i\n", cls.forcetrack);
246 Con_Printf ("recording to %s.\n", name);
250 Con_Printf ("ERROR: couldn't open.\n");
279 Con_Printf ("pla
[all...]
H A Dsnd_linux.cpp56 Con_Printf("Could not open /dev/dsp\n");
64 Con_Printf("Could not reset /dev/dsp\n");
72 Con_Printf("Sound driver too old\n");
79 Con_Printf("Sorry but your soundcard can't do this\n");
87 Con_Printf("Um, can't do GETOSPACE?\n");
137 Con_Printf("Could not mmap /dev/dsp\n");
149 Con_Printf("Could not set /dev/dsp to stereo=%d", shm->channels);
162 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed);
174 Con_Printf("Could not support 16-bit data. Try 8-bit.\n");
186 Con_Printf("Coul
[all...]
H A Dconsole.h37 void Con_Printf (const char *fmt, ...);
H A Dsnd_sun.cpp69 Con_Printf("Audio device is being used by another process\n");
72 Con_Printf("Could not open /dev/audio\n");
78 Con_Printf("Could not communicate with audio device.\n");
108 Con_Printf("Incapable sound hardware.\n");
112 Con_Printf("16 bit mono sound initialized\n");
116 Con_Printf("16 bit stereo sound initialized\n");
139 Con_Printf("Could not communicate with audio device.\n");
155 Con_Printf("Could not communicate with audio device.\n");
H A Dnet_comx.cpp419 Con_Printf("Already enabled\n");
477 Con_Printf("serial: protected mode callback allocation failed\n");
516 Con_Printf("Already disabled\n");
564 Con_Printf ("Serial lost CTS\n");
566 Con_Printf ("Serial lost DSR\n");
568 Con_Printf ("Serial lost Carrier\n");
582 Con_Printf ("Initializing modem...\n");
603 Con_Printf("No response - clear failed\n");
628 Con_Printf("No response - init failed\n");
760 Con_Printf ("Seria
[all...]
H A Din_dos.cpp144 Con_Printf ("No mouse found\n");
151 Con_Printf("%d-button mouse available\n", mouse_buttons);
434 Con_Printf ("IN_ReadJoystick: no response\n");
456 Con_Printf ("aborted.\n");
476 Con_Printf ("aborted.\n");
503 Con_Printf ("\n");
512 Con_Printf ("joystick not found\n");
516 Con_Printf ("joystick found\n");
518 Con_Printf ("CENTER the joystick\nand press button 1 (ESC to skip):\n");
525 Con_Printf ("Pus
[all...]
H A Dsnd_dos.cpp72 Con_Printf ("%s (%i)", str, b);
77 Con_Printf ("BLASTER=%s\n", getenv("BLASTER"));
78 Con_Printf("dsp version=%d.%d\n", dsp_version, dsp_minor_version);
79 Con_Printf("dma=%d\n", dma);
81 Con_Printf("timeconstant=%d\n", timeconstant);
82 Con_Printf("dma position:%i\n", BLASTER_GetDMAPos ());
203 Con_Printf("Version 4 SB startup\n");
219 Con_Printf("Version 3 SB startup\n");
247 Con_Printf("Version 2 SB startup\n");
290 Con_Printf ("Usin
[all...]
H A Dcd_win.cpp138 Con_Printf("CDAudio: track %i is not audio\n", track);
287 Con_Printf(" %u -> %u\n", n, remap[n]);
306 Con_Printf("No CD in player.\n");
352 Con_Printf("%u tracks\n", maxTrack);
354 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack);
356 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack);
357 Con_Printf("Volume is %f\n", cdvolume);
437 Con_Printf("CDAudio_Init: MCI_OPEN failed (%i)\n", dwReturn);
446 Con_Printf("MCI_SET_TIME_FORMAT failed (%i)\n", dwReturn);
458 Con_Printf("CDAudio_Ini
[all...]
H A Dcmd.cpp94 Con_Printf ("Cbuf_AddText: overflow\n");
221 Con_Printf ("stuffcmds : execute command line parameters\n");
290 Con_Printf ("exec <filename> : execute a script file\n");
298 Con_Printf ("couldn't exec %s\n",Cmd_Argv(1));
301 Con_Printf ("execing %s\n",Cmd_Argv(1));
320 Con_Printf ("%s ",Cmd_Argv(i));
321 Con_Printf ("\n");
350 Con_Printf ("Current alias commands:\n");
352 Con_Printf ("%s : %s\n", a->name, a->value);
359 Con_Printf ("Alia
[all...]
H A Dcd_linux.cpp129 Con_Printf("CDAudio: track %i is not audio\n", track);
253 Con_Printf(" %u -> %u\n", n, remap[n]);
272 Con_Printf("No CD in player.\n");
318 Con_Printf("%u tracks\n", maxTrack);
320 Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack);
322 Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack);
323 Con_Printf("Volume is %f\n", cdvolume);
385 Con_Printf("CDAudio_Init: open of \"%s\" failed (%i)\n", cd_dev, errno);
397 Con_Printf("CDAudio_Init: No CD in player.\n");
403 Con_Printf("C
[all...]
H A Dsnd_dma.cpp116 Con_Printf ("sound system not started\n");
120 Con_Printf("%5d stereo\n", shm->channels - 1);
121 Con_Printf("%5d samples\n", shm->samples);
122 Con_Printf("%5d samplepos\n", shm->samplepos);
123 Con_Printf("%5d samplebits\n", shm->samplebits);
124 Con_Printf("%5d submission_chunk\n", shm->submission_chunk);
125 Con_Printf("%5d speed\n", shm->speed);
126 Con_Printf("0x%x dma buffer\n", shm->buffer);
127 Con_Printf("%5d total_channels\n", total_channels);
151 Con_Printf("S_Startu
[all...]
H A Dcvar.cpp112 Con_Printf ("Cvar_Set: variable %s not found\n", var_name);
158 Con_Printf ("Can't register variable %s, allready defined\n", variable->name);
165 Con_Printf ("Cvar_RegisterVariable: %s is a command\n", variable->name);
199 Con_Printf ("\"%s\" is \"%s\"\n", v->name, v->string);
H A Dpr_exec.cpp156 Con_Printf ("%s ", pr_opnames[s->op]);
159 Con_Printf (" ");
163 Con_Printf ("%sbranch %i",PR_GlobalString(s->a),s->b);
166 Con_Printf ("branch %i",s->a);
170 Con_Printf ("%s",PR_GlobalString(s->a));
171 Con_Printf ("%s", PR_GlobalStringNoContents(s->b));
176 Con_Printf ("%s",PR_GlobalString(s->a));
178 Con_Printf ("%s",PR_GlobalString(s->b));
180 Con_Printf ("%s", PR_GlobalStringNoContents(s->c));
182 Con_Printf ("\
[all...]
H A Dhost_cmd.cpp79 print = Con_Printf;
327 Con_Printf ("changelevel <levelname> : continue game on a new level\n");
332 Con_Printf ("Only the server may changelevel\n");
352 Con_Printf ("changelevel <levelname> : continue game on a new level\n");
357 Con_Printf ("Only the server may changelevel\n");
484 Con_Printf ("Not playing a local game.\n");
490 Con_Printf ("Can't save in intermission.\n");
496 Con_Printf ("Can't save multiplayer games.\n");
502 Con_Printf ("save <savename> : save a game\n");
508 Con_Printf ("Relativ
[all...]

Completed in 1032 milliseconds

123456