Home
last modified time | relevance | path

Searched refs:zombiepoint (Results 1 – 22 of 22) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_main.cpp367 int zombiepoint = sv.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts() local
373 if ( cl->state == CS_ZOMBIE && cl->lastPacketTime < zombiepoint ) { in SV_CheckTimeouts()
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_main.c703 int zombiepoint; in SV_CheckTimeouts() local
706 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
715 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_main.c703 int zombiepoint; in SV_CheckTimeouts() local
706 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
715 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_main.c688 int zombiepoint; in SV_CheckTimeouts() local
691 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
700 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/evq3/evq3/code/server/
H A Dsv_main.c700 int zombiepoint; in SV_CheckTimeouts() local
703 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
712 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dsv_main.c710 int zombiepoint; in SV_CheckTimeouts() local
713 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
722 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/quake2-source/quake2-r0.16.2/src/server/
H A Dsv_main.c674 int zombiepoint; in SV_CheckTimeouts() local
677 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
686 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/qudos/QuDos-0.40.1-src/src/server/
H A Dsv_main.c616 int zombiepoint; in SV_CheckTimeouts() local
619 zombiepoint = svs.realtime - 1000 * zombietime->value; in SV_CheckTimeouts()
627 && cl->lastmessage < zombiepoint) { in SV_CheckTimeouts()
/dports/games/q2p/Q2P-0.2-2006-12-31/server/
H A Dsv_main.c654 int zombiepoint; in SV_CheckTimeouts() local
657 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
666 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/quake2lnx/quake2-r0.16.2/src/server/
H A Dsv_main.c674 int zombiepoint; in SV_CheckTimeouts() local
677 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
686 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/quake2max/Quake2maX_0.45-src_unix/server/
H A Dsv_main.c689 int zombiepoint; in SV_CheckTimeouts() local
692 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
701 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_main.c829 int zombiepoint; in SV_CheckTimeouts() local
832 zombiepoint = svs.realTime - 1000*zombietime->floatVal; in SV_CheckTimeouts()
839 if (cl->state == SVCS_FREE && cl->lastMessage < zombiepoint) { in SV_CheckTimeouts()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dsv_main.c614 int zombiepoint; in SV_CheckTimeouts() local
617 zombiepoint = svs.realtime - 1000 * zombietime->value; in SV_CheckTimeouts()
624 if(cl->state == cs_zombie && cl->lastmessage < zombiepoint){ in SV_CheckTimeouts()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c951 int zombiepoint; in SV_CheckTimeouts() local
954 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
963 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c951 int zombiepoint; in SV_CheckTimeouts() local
954 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
963 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_main.c988 int zombiepoint; in SV_CheckTimeouts() local
991 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
1000 && cl->lastPacketTime < zombiepoint ) { in SV_CheckTimeouts()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_main.cpp915 int zombiepoint; in SV_CheckTimeouts() local
918 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
927 && cl->lastPacketTime < zombiepoint) { in SV_CheckTimeouts()
/dports/games/q2pro/q2pro/source/
H A Dsv_main.c1234 uint32 zombiepoint, zombieMsec; in SV_CheckTimeouts() local
1245 zombiepoint = svs.realtime - zombieMsec; in SV_CheckTimeouts()
1247 zombiepoint = 0; in SV_CheckTimeouts()
1262 if( client->state == cs_zombie && client->lastmessage < zombiepoint ) { in SV_CheckTimeouts()
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_main.c1073 int zombiepoint; in SV_CheckTimeouts() local
1076 zombiepoint = svs.time - 1000 * sv_zombietime->integer; in SV_CheckTimeouts()
1085 && cl->lastPacketTime < zombiepoint ) { in SV_CheckTimeouts()
/dports/games/alienarena-data/alienarena-7.66/source/server/
H A Dsv_main.c1008 int zombiepoint; in SV_CheckTimeouts() local
1011 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
1022 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/alienarena/alienarena-7.66/source/server/
H A Dsv_main.c1008 int zombiepoint; in SV_CheckTimeouts() local
1011 zombiepoint = svs.realtime - 1000*zombietime->value; in SV_CheckTimeouts()
1022 && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_main.c2627 int zombiepoint; in SV_CheckTimeouts() local
2632 zombiepoint = svs.realtime - 1000*zombietime->intvalue; in SV_CheckTimeouts()
2650 if (cl->state == cs_zombie && cl->lastmessage < zombiepoint) in SV_CheckTimeouts()