Home
last modified time | relevance | path

Searched refs:nettics (Results 1 – 12 of 12) sorted by relevance

/dports/games/heretic/glheretic-1.2/
H A Dd_net.c43 int nettics[MAXNETNODES]; variable
303 if (realend == nettics[netnode]) in GetPackets()
306 if (realend < nettics[netnode]) in GetPackets()
336 while (nettics[netnode] < realend) in GetPackets()
339 nettics[netnode]++; in GetPackets()
575 nettics[i] = 0; in D_CheckNetGame()
681 if (nettics[i] < lowtic) in TryRunTics()
682 lowtic = nettics[i]; in TryRunTics()
721 if (nettics[0] <= nettics[nodeforplayer[i]]) in TryRunTics()
727 oldnettics = nettics[0]; in TryRunTics()
[all …]
H A Ddoomdef.h798 extern int nettics[MAXNETNODES];
H A Dg_game.c1527 nettics[i] = 1; /* one null event for this gametic */ in G_InitNew()
/dports/games/uhexen/uhexen-0.601/src/
H A Dd_net.c50 int nettics[MAXNETNODES]; variable
342 if (realend == nettics[netnode]) in GetPackets()
345 if (realend < nettics[netnode]) in GetPackets()
355 if (realstart > nettics[netnode]) in GetPackets()
378 nettics[netnode]++; in GetPackets()
697 nettics[i] = 0; in D_CheckNetGame()
814 if (nettics[i] < lowtic) in TryRunTics()
815 lowtic = nettics[i]; in TryRunTics()
852 if (nettics[0] <= nettics[nodeforplayer[i]]) in TryRunTics()
858 oldnettics = nettics[0]; in TryRunTics()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_net.cpp101 int nettics[MAXNETNODES]; variable
322 memset (nettics, 0, sizeof(nettics)); in Net_ClearBuffers()
884 if (realend < nettics[netnode]) in GetPackets()
1152 lowtic = nettics[j]; in NetUpdate()
1179 netbuffer[k++] = nettics[i]; in NetUpdate()
1343 if (nettics[0] <= mastertics) in NetUpdate()
1361 oldnettics = nettics[0]; in NetUpdate()
1666 nettics[i] = 0; in D_CheckNetGame()
1842 if (nettics[i] < lowtic) in TryRunTics()
1843 lowtic = nettics[i]; in TryRunTics()
[all …]
H A Dd_net.h144 extern int nettics[MAXNETNODES];
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.c206 delta = low - (nettics[node] & UINT8_MAX); in ExpandTics()
209 return (nettics[node] & ~UINT8_MAX) + low; in ExpandTics()
211 return (nettics[node] & ~UINT8_MAX) - 256 + low; in ExpandTics()
3177 nettics[node] = gametic; in ResetNode()
3313 nettics[node] = gametic; in SV_AddNode()
4056 if (nettics[node] > realend) in HandlePacketFromPlayer()
4063 nettics[node] = realend; in HandlePacketFromPlayer()
4644 realfirsttic = nettics[n]; in SV_SendTics()
4725 if (supposedtics[n] < nettics[n]) supposedtics[n] = nettics[n]; in SV_SendTics()
5021 firstticstosend = nettics[i]; in NetUpdate()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_clisrv.c295 static tic_t nettics[MAXNETNODES]; // what tic the client have received variable
3677 nettics[nnode]=gametic; in SV_Reset_NetNode()
3794 nettics[nnode] = gametic; in SV_AddNode()
4896 if( end_tic < nettics[nnode] ) in client_cmd_handler()
4899 nettics[nnode])); in client_cmd_handler()
4904 nettics[nnode] = end_tic; in client_cmd_handler()
4999 nnode, maketic, nextsend_tic[nnode], nettics[nnode])); in SV_Send_Tics()
5162 if( ti < nettics[nnode] ) in SV_Send_Tics()
5163 ti = nettics[nnode]; in SV_Send_Tics()
5854 && (nettics[nn] < next_tic_send) ) in SV_Send_Tic_Update()
[all …]
/dports/games/uhexen/uhexen-0.601/include/
H A Dh2def.h836 extern int nettics[MAXNETNODES];
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dg_game.c1643 nettics[i] = 1; // one null event for this gametic in G_InitNew()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dg_game.c1910 nettics[i] = 1; // one null event for this gametic in G_InitNew()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.c303 static int nettics; variable
2412 nettics = GetTicCount() + (VBLCOUNTER * 4); in PollMove()
2441 if ((GetTicCount() > nettics) && (rightmom > (NETMOM * 2)) && in PollMove()