Home
last modified time | relevance | path

Searched refs:FL_SWIM (Results 1 – 10 of 10) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_move.c123 if ( (int)ent->v.flags & (FL_SWIM | FL_FLY) ) in SV_movestep()
142 if ( ((int)ent->v.flags & FL_SWIM) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY ) in SV_movestep()
402 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in SV_MoveToGoal()
Dserver.h283 #define FL_SWIM 2 macro
Dsv_phys.c795 if ( ! ((int)ent->v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) ) in SV_Physics_Step()
Dpr_cmds.c982 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in PF_walkmove()
/external/quake/quake/src/WinQuake/
Dsv_move.cpp123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) ) in SV_movestep()
142 if ( ((int)ent->u.v.flags & FL_SWIM) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY ) in SV_movestep()
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in SV_MoveToGoal()
Dserver.h149 #define FL_SWIM 2 macro
Dpr_cmds.cpp1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in PF_walkmove()
1717 if (((flags & FL_SWIM) && (waterlevel < drownlevel)) || (waterlevel >= drownlevel)) in PF_WaterMove()
Dsv_phys.cpp1394 if (!(((int)ent->u.v.flags & FL_SWIM) && (ent->u.v.waterlevel > 0))) in SV_Physics_Step()
1473 if ( ! ((int)ent->u.v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) ) in SV_Physics_Step()
/external/quake/quake/src/QW/progs/
Dtriggers.qc615 if ( other.flags & (FL_MONSTER | FL_FLY | FL_SWIM) != FL_MONSTER )
Ddefs.qc233 float FL_SWIM = 2;