Home
last modified time | relevance | path

Searched refs:ticdup (Results 1 – 25 of 67) sorted by relevance

123

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dd_loop.c97 int ticdup; variable
148 gameticdiv = gametic/ticdup; in BuildNewTic()
225 nowtime = GetAdjustedTime() / ticdup; in NetUpdate()
307 lasttime = GetAdjustedTime() / ticdup; in D_StartGameLoop()
385 settings->ticdup = 1; in D_StartNetGame()
416 ticdup = settings->ticdup; in D_StartNetGame()
419 if (ticdup < 1) in D_StartNetGame()
696 entertic = I_GetTime() / ticdup; in TryRunTics()
761 if (lowtic < gametic/ticdup) in TryRunTics()
796 for (i=0 ; i<ticdup ; i++) in TryRunTics()
[all …]
H A Dd_loop.h78 extern int gametic, ticdup;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dd_loop.c94 int ticdup; variable
145 gameticdiv = gametic/ticdup; in BuildNewTic()
222 nowtime = GetAdjustedTime() / ticdup; in NetUpdate()
304 lasttime = GetAdjustedTime() / ticdup; in D_StartGameLoop()
393 settings->ticdup = 1; in D_StartNetGame()
424 ticdup = settings->ticdup; in D_StartNetGame()
427 if (ticdup < 1) in D_StartNetGame()
695 entertic = I_GetTime() / ticdup; in TryRunTics()
750 if (lowtic < gametic/ticdup) in TryRunTics()
785 for (i=0 ; i<ticdup ; i++) in TryRunTics()
[all …]
H A Dd_loop.h78 extern int gametic, ticdup;
/dports/games/heretic/glheretic-1.2/
H A Di_net.c37 doomcom->ticdup = myargv[i+1][0]-'0'; in I_InitNetwork()
38 if (doomcom->ticdup < 1) in I_InitNetwork()
39 doomcom->ticdup = 1; in I_InitNetwork()
40 if (doomcom->ticdup > 9) in I_InitNetwork()
41 doomcom->ticdup = 9; in I_InitNetwork()
44 doomcom-> ticdup = 1; in I_InitNetwork()
H A Dd_net.c53 int ticdup; variable
370 nowtime = I_GetTime ()/ticdup; in NetUpdate()
394 gameticdiv = gametic/ticdup; in NetUpdate()
591 ticdup = doomcom->ticdup; in D_CheckNetGame()
592 maxsend = BACKUPTICS/(2*ticdup)-1; in D_CheckNetGame()
666 entertic = I_GetTime ()/ticdup; in TryRunTics()
756 if (lowtic < gametic/ticdup) in TryRunTics()
772 for (i=0 ; i<ticdup ; i++) in TryRunTics()
774 if (gametic/ticdup > lowtic) in TryRunTics()
784 if (i != ticdup-1) in TryRunTics()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dd_net.c60 int ticdup; variable
410 nowtime = I_GetTime ()/ticdup; in NetUpdate()
434 gameticdiv = gametic/ticdup; in NetUpdate()
724 ticdup = doomcom->ticdup; in D_CheckNetGame()
725 maxsend = BACKUPTICS/(2*ticdup)-1; in D_CheckNetGame()
799 entertic = I_GetTime ()/ticdup; in TryRunTics()
881 if (lowtic < gametic/ticdup) in TryRunTics()
897 for (i=0 ; i<ticdup ; i++) in TryRunTics()
899 if (gametic/ticdup > lowtic) in TryRunTics()
909 if (i != ticdup-1) in TryRunTics()
[all …]
H A Di_netstub.c10 doomcom->ticdup=1; in I_InitNetwork()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_net.cpp120 int ticdup; variable
944 if (ticdup == 0) in NetUpdate()
1037 pitch /= ticdup; in NetUpdate()
1038 yaw /= ticdup; in NetUpdate()
1039 roll /= ticdup; in NetUpdate()
1041 sidemove /= ticdup; in NetUpdate()
1042 upmove /= ticdup; in NetUpdate()
1071 resendOnly = (maketic / ticdup) == (maketic - i) / ticdup; in NetUpdate()
1467 ticdup = doomcom.ticdup = netbuffer[1]; in DoArbitrate()
1730 ticdup = doomcom.ticdup; in D_CheckNetGame()
[all …]
H A Db_think.cpp29 ticcmd_t *cmd = &netcmds[player - players][((gametic + 1)/ticdup)%BACKUPTICS]; in Think()
48 cmd->ucmd.yaw = (short)((player->mo->angle - oldyaw) >> 16) / ticdup; in Think()
52 cmd->ucmd.pitch /= ticdup; in Think()
53 player->mo->angle = oldyaw + (cmd->ucmd.yaw << 16) * ticdup; in Think()
54 player->mo->pitch = oldpitch - (cmd->ucmd.pitch << 16) * ticdup; in Think()
H A Dd_net.h72 SWORD ticdup; // 1 = no duplication, 2-5 = dup for slow nets member
149 extern int ticdup;
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dd_net.cpp62 int ticdup; variable
92 ticdup = 1; in D_CheckNetGame()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dd_net.c114 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dd_net.c111 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dd_net.c112 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_net.c116 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dd_net.c112 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dd_net.c116 ticdup = settings->ticdup; in LoadGameSettings()
/dports/games/prboom/prboom-2.5.0/src/
H A Dd_client.c81 int ticdup = 1; variable
141 ticdup = sinfo->ticdup; in D_InitNetGame()
H A Dd_server.c355 int numplayers = 2, xtratics = 0, ticdup = 1; in main() local
377 if (optarg) ticdup = atoi(optarg); in main()
429 setupinfo.ticdup = ticdup; setupinfo.extratic = xtratics; in main()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_client.c82 int ticdup = 1; variable
142 ticdup = sinfo->ticdup; in D_InitNetGame()
H A Dd_server.c343 int numplayers = 2, xtratics = 0, ticdup = 1; in main() local
365 if (optarg) ticdup = atoi(optarg); in main()
417 setupinfo.ticdup = ticdup; setupinfo.extratic = xtratics; in main()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_server.c335 int numplayers = 2, xtratics = 0, ticdup = 1; in main() local
357 if (optarg) ticdup = atoi(optarg); in main()
409 setupinfo.ticdup = ticdup; setupinfo.extratic = xtratics; in main()
H A Dd_client.c68 int ticdup = 1; variable
397 ticdup = sinfo->ticdup; in D_InitNetGame()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Di_net.h61 INT16 ticdup; member

123