Home
last modified time | relevance | path

Searched refs:SURF_SNOW (Results 1 – 18 of 18) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dsurfaceflags.h111 #define SURF_SNOW 0x400000 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dsurfaceflags.h116 #define SURF_SNOW 0x400000 macro
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dsurfaceflags.h104 #define SURF_SNOW 0x400000 macro
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/
H A Dsurfaceflags.h104 #define SURF_SNOW 0x400000 macro
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_events.c158 case SURF_SNOW: in CL_FootSteps()
/dports/games/qudos/QuDos-0.40.1-src/src/game/
H A Dq_shared.h393 #define SURF_SNOW 0x00010000 // snow macro
/dports/games/q2p/Q2P-0.2-2006-12-31/game/
H A Dq_shared.h416 #define SURF_SNOW 0x00010000 // snow macro
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_entities.c132 SURF_SNOW = 1 << 22, // 0x400000 enumerator
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_weapons.c4966 …F && ( surfFlags & SURF_GRASS || surfFlags & SURF_GRAVEL || surfFlags & SURF_SNOW ) ) { // JPW NER… in CG_MissileHitWall()
4970 if ( surfFlags & SURF_SNOW ) { in CG_MissileHitWall()
5102 } else if ( surfFlags & SURF_SNOW ) { in CG_MissileHitWall()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dbg_pmove.c1052 if ( pml.groundTrace.surfaceFlags & SURF_SNOW ) { in PM_WalkMove()
1214 if ( pml.groundTrace.surfaceFlags & SURF_SNOW ) { in PM_FootstepForSurface()
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dbg_pmove.c973 if ( pml.groundTrace.surfaceFlags & SURF_SNOW ) { in PM_WalkMove()
1122 if ( pml.groundTrace.surfaceFlags & SURF_SNOW ) { in PM_FootstepForSurface()
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_weapons.c5117 if ( surfFlags & SURF_SNOW ) { in CG_MissileHitWall()
5261 } else if ( surfFlags & SURF_SNOW ) { in CG_MissileHitWall()
H A Dcg_event.c2175 …} else if ( flags & ( SURF_GRASS | SURF_GRAVEL | SURF_SNOW | SURF_CARPET ) ) { //SURF_GRASS | SUR… in CG_EntityEvent()
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_shader.c1351 {"snowsteps", 0, SURF_SNOW, 0 },
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_shader.c1358 {"snowsteps", 0, SURF_SNOW, 0 },
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_shader.c1652 {"snowsteps", 0, SURF_SNOW, 0 },
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_shader.c1664 {"snowsteps", 0, SURF_SNOW, 0 },
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_fx.c6073 case SURF_SNOW: in CL_FootSteps()