Home
last modified time | relevance | path

Searched refs:skipnotify (Results 1 – 15 of 15) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_console.cpp408 static void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
415 if (skipnotify) in Con_Linefeed()
442 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
448 skipnotify = qtrue; in CL_ConsolePrint()
452 skipnotify = qtrue; in CL_ConsolePrint()
489 Con_Linefeed(skipnotify); in CL_ConsolePrint()
498 Con_Linefeed (skipnotify); in CL_ConsolePrint()
508 Con_Linefeed(skipnotify); in CL_ConsolePrint()
520 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_console.c352 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
359 if (skipnotify) in Con_Linefeed()
386 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
392 skipnotify = qtrue; in CL_ConsolePrint()
430 Con_Linefeed(skipnotify); in CL_ConsolePrint()
439 Con_Linefeed (skipnotify); in CL_ConsolePrint()
449 Con_Linefeed(skipnotify); in CL_ConsolePrint()
460 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_console.c352 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
359 if (skipnotify) in Con_Linefeed()
386 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
392 skipnotify = qtrue; in CL_ConsolePrint()
430 Con_Linefeed(skipnotify); in CL_ConsolePrint()
439 Con_Linefeed (skipnotify); in CL_ConsolePrint()
449 Con_Linefeed(skipnotify); in CL_ConsolePrint()
460 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/evq3/evq3/code/client/
H A Dcl_console.c340 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
347 if (skipnotify) in Con_Linefeed()
374 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
380 skipnotify = qtrue; in CL_ConsolePrint()
418 Con_Linefeed(skipnotify); in CL_ConsolePrint()
427 Con_Linefeed (skipnotify); in CL_ConsolePrint()
437 Con_Linefeed(skipnotify); in CL_ConsolePrint()
448 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_console.c340 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
347 if (skipnotify) in Con_Linefeed()
374 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
380 skipnotify = qtrue; in CL_ConsolePrint()
418 Con_Linefeed(skipnotify); in CL_ConsolePrint()
427 Con_Linefeed (skipnotify); in CL_ConsolePrint()
437 Con_Linefeed(skipnotify); in CL_ConsolePrint()
448 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_console.c332 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
357 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
362 skipnotify = qtrue; in CL_ConsolePrint()
381 if( !skipnotify && !( cls.keyCatchers & KEYCATCH_CONSOLE ) ) { in CL_ConsolePrint()
410 Con_Linefeed(skipnotify); in CL_ConsolePrint()
419 Con_Linefeed (skipnotify); in CL_ConsolePrint()
429 Con_Linefeed(skipnotify); in CL_ConsolePrint()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_console.c368 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
375 if (skipnotify) in Con_Linefeed()
402 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
408 skipnotify = qtrue; in CL_ConsolePrint()
446 Con_Linefeed(skipnotify); in CL_ConsolePrint()
455 Con_Linefeed (skipnotify); in CL_ConsolePrint()
465 Con_Linefeed(skipnotify); in CL_ConsolePrint()
474 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_console.c368 void Con_Linefeed (qboolean skipnotify) in Con_Linefeed() argument
375 if (skipnotify) in Con_Linefeed()
402 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
408 skipnotify = qtrue; in CL_ConsolePrint()
446 Con_Linefeed(skipnotify); in CL_ConsolePrint()
455 Con_Linefeed (skipnotify); in CL_ConsolePrint()
465 Con_Linefeed(skipnotify); in CL_ConsolePrint()
474 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_console.c446 void Con_Linefeed( qboolean skipnotify ) { in Con_Linefeed() argument
451 if ( skipnotify ) { in Con_Linefeed()
480 qboolean skipnotify = qfalse; // NERVE - SMF in CL_ConsolePrint() local
485 skipnotify = qtrue; in CL_ConsolePrint()
523 Con_Linefeed( skipnotify ); in CL_ConsolePrint()
532 Con_Linefeed( skipnotify ); in CL_ConsolePrint()
542 Con_Linefeed( skipnotify ); in CL_ConsolePrint()
550 if ( skipnotify ) { in CL_ConsolePrint()
/dports/games/openjk/OpenJK-07675e2/
H A DCHANGELOG.md169 * [\*] Server side / `viewlog` console now strips the `[skipnotify]` and `*` properly too.
/dports/games/ioquake3-server/ioquake3-1.36/
H A DChangeLog298 added [skipnotify] from RTCW, use to display in the console only, but not on client screen
/dports/games/ioquake3/ioquake3-1.36/
H A DChangeLog298 added [skipnotify] from RTCW, use to display in the console only, but not on client screen
/dports/games/worldofpadman/worldofpadman-1.2.20080621/
H A DChangeLog298 added [skipnotify] from RTCW, use to display in the console only, but not on client screen
/dports/games/openarena-server/openarena-engine-source-0.8.8/
H A DChangeLog298 added [skipnotify] from RTCW, use to display in the console only, but not on client screen
/dports/games/openarena/openarena-engine-source-0.8.8/
H A DChangeLog298 added [skipnotify] from RTCW, use to display in the console only, but not on client screen