Home
last modified time | relevance | path

Searched refs:SND_ENT (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/q2pro/q2pro/include/
H A Dprotocol.h202 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/quake2max/Quake2maX_0.45-src_unix/server/
H A Dsv_send.c321 flags |= SND_ENT; in SV_StartSound()
352 if (flags & SND_ENT) in SV_StartSound()
/dports/games/quake2lnx/quake2-r0.16.2/src/server/
H A Dsv_send.c321 flags |= SND_ENT; in SV_StartSound()
352 if (flags & SND_ENT) in SV_StartSound()
/dports/games/quake2-source/quake2-r0.16.2/src/server/
H A Dsv_send.c321 flags |= SND_ENT; in SV_StartSound()
352 if (flags & SND_ENT) in SV_StartSound()
/dports/games/qudos/QuDos-0.40.1-src/src/server/
H A Dsv_send.c311 flags |= SND_ENT; in SV_StartSound()
340 if (flags & SND_ENT) in SV_StartSound()
/dports/games/q2p/Q2P-0.2-2006-12-31/server/
H A Dsv_send.c321 flags |= SND_ENT; in SV_StartSound()
352 if (flags & SND_ENT) in SV_StartSound()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dsv_send.c282 flags |= SND_ENT; in SV_StartSound()
309 if(flags & SND_ENT) in SV_StartSound()
H A Dqcommon.h252 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/alienarena/alienarena-7.66/source/server/
H A Dsv_send.c323 flags |= SND_ENT; in SV_StartSound()
354 if (flags & SND_ENT) in SV_StartSound()
/dports/games/alienarena-data/alienarena-7.66/source/server/
H A Dsv_send.c323 flags |= SND_ENT; in SV_StartSound()
354 if (flags & SND_ENT) in SV_StartSound()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_send.c331 flags |= SND_ENT; in SV_StartSound()
409 if (flags & SND_ENT) MSG_WriteShort (&sv.multiCast, sendChan); in SV_StartSound()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_send.c613 flags |= SND_ENT; in SV_StartSound()
672 if (flags & SND_ENT) in SV_StartSound()
705 if (flags & SND_ENT) in SV_StartSound()
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.h118 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
H A Ddm2.c539 if (mask & SND_ENT) in DM2_ReadSound()
584 mask |= SND_ENT; in DM2_WriteSound()
596 if (mask & SND_ENT) in DM2_WriteSound()
/dports/games/egl/egl-0.3.1_9/common/
H A Dprotocol.h107 SND_ENT = 1 << 3, // a short 0-2: channel, 3-12: entity enumerator
/dports/games/q2pro/q2pro/source/
H A Dsv_send.c388 flags |= SND_ENT; in SV_StartSound()
428 if( flags & SND_ENT ) in SV_StartSound()
H A Dcl_parse.c1127 if( flags & SND_ENT ) { in CL_ParseStartSoundPacket()
1145 if( !( flags & SND_ENT ) ) { in CL_ParseStartSoundPacket()
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dqcommon.h333 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dqcommon.h287 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dqcommon.h287 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dqcommon.h305 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dqcommon.h325 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dqcommon.h325 #define SND_ENT (1<<3) // a short 0-2: channel, 3-12: entity macro
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dqcommon.h294 #define SND_ENT (1<<3) /* a short 0-2: channel, 3-12: entity */ macro
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_parse.c632 if (flags & SND_ENT) in CL_ParseStartSoundPacket()

12