Home
last modified time | relevance | path

Searched refs:last_reliable_sequence (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/q2pro/q2pro/include/
H A Dnet_chan.h29 int last_reliable_sequence; // sequence number of last send member
44 int last_reliable_sequence; // sequence number of last send member
/dports/games/q2pro/q2pro/source/
H A Dnet_chan.c200 if( netchan->incoming_acknowledged > chan->last_reliable_sequence && in NetchanOld_Transmit()
243 chan->last_reliable_sequence = netchan->outgoing_sequence; in NetchanOld_Transmit()
562 if( netchan->incoming_acknowledged > chan->last_reliable_sequence && in NetchanNew_Transmit()
582 chan->last_reliable_sequence = netchan->outgoing_sequence; in NetchanNew_Transmit()
613 chan->last_reliable_sequence = netchan->outgoing_sequence; in NetchanNew_Transmit()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dnet_chan.c190 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
260 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dnet_chan.c190 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
260 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dnet_chan.c190 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
260 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dnet_chan.c190 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
260 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dnet_chan.c192 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
258 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dnet_chan.c174 if(chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
240 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dnet_chan.c196 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
267 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dnet_chan.c196 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_NeedReliable()
267 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/shared/
H A Dnet_chan.c214 if (chan->incoming_acknowledged > chan->last_reliable_sequence && in Netchan_Transmit()
243 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
H A Dnet.h90 int last_reliable_sequence; // sequence number of last send member
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/common/
H A Dnet_chan.c254 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_Transmit()
287 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/quakeforge/quakeforge-0.7.2/libs/net/
H A Dnet_chan.c206 if (chan->incoming_acknowledged > chan->last_reliable_sequence in Netchan_Transmit()
238 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dnet_chan.c258 …if (chan->incoming_acknowledged > chan->last_reliable_sequence && chan->incoming_reliable_acknowle… in Netchan_Transmit()
292 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
H A Dnet.h251 int last_reliable_sequence; // sequence number of last send member
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dnet_chan.c258 …if (chan->incoming_acknowledged > chan->last_reliable_sequence && chan->incoming_reliable_acknowle… in Netchan_Transmit()
292 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
H A Dnet.h251 int last_reliable_sequence; // sequence number of last send member
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dnet.h97 int last_reliable_sequence; /* sequence number of last send */ member
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dnet_chan.c263 ( chan->incoming_acknowledged > chan->last_reliable_sequence && in Netchan_Transmit()
312 chan->last_reliable_sequence = chan->outgoing_sequence; in Netchan_Transmit()
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dnetchan.h271 int last_reliable_sequence; ///< sequence number of last send member
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Ddefs.h117 int last_reliable_sequence; // sequence number of last send member
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Ddefs.h117 int last_reliable_sequence; // sequence number of last send member
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dnetconn.h203 int last_reliable_sequence; ///< sequence number of last send member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dnetconn.h207 unsigned int last_reliable_sequence; ///< sequence number of last send member

12