Home
last modified time | relevance | path

Searched refs:td_startframe (Results 1 – 20 of 20) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dnet_demo.cpp78 td_startframe = host_framecount; in VDemoPlaybackNetConnection()
100 int frames = (host_framecount - td_startframe) - 1; in ~VDemoPlaybackNetConnection()
133 if (host_framecount == td_startframe + 1) in GetRawPacket()
H A Dnetwork.h454 int td_startframe; // host_framecount at start variable
/dports/games/tenebrae/tenebrae_0/
H A Dcl_demo.c115 if (host_framecount == cls.td_startframe + 1) in CL_GetMessage()
341 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
372 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h137 int td_startframe; // host_framecount at start member
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcl_demo.c130 if (host_framecount == cls.td_startframe + 1) in CL_GetMessage()
372 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
404 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h121 int td_startframe; // host_framecount at start member
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dcl_demo.c126 if (host_framecount == cls.td_startframe + 1) in CL_GetDemoMessage()
468 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
501 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h116 int td_startframe; // host_framecount at start member
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcl_demo.c146 if (host_framecount == cls.td_startframe + 1) in CL_GetMessage()
411 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
442 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h134 int td_startframe; // host_framecount at start member
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_demo.c171 cls.td_startframe = host_framecount; in CL_GetDemoMessage()
466 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
500 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h202 int td_startframe; // host_framecount at start member
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dcl_demo.c162 if (host_framecount == cls.td_startframe + 1) in check_next_demopacket()
534 cls.td_startframe = host_framecount; in CL_StartTimeDemo()
557 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcl_demo.c103 if (host_framecount == cls.td_startframe + 1) in CL_GetDemoMessage()
636 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
669 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h133 int td_startframe; // host_framecount at start member
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_demo.c178 cls.td_startframe = host_framecount; in CL_GetDemoMessage()
784 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()
817 cls.td_startframe = host_framecount; in CL_TimeDemo_f()
H A Dclient.h196 int td_startframe; // host_framecount at start member
/dports/games/quakeforge/quakeforge-0.7.2/qw/include/
H A Dclient.h169 int td_startframe; // host_framecount at start member
/dports/games/quakeforge/quakeforge-0.7.2/nq/include/
H A Dclient.h118 int td_startframe; // host_framecount at start member
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_demo.c238 cls.td_startframe = host_framecount; in check_next_demopacket()
1092 cls.td_startframe = host_framecount; in CL_StartTimeDemo()
1115 frames = (host_framecount - cls.td_startframe) - 1; in CL_FinishTimeDemo()