HomeSort by relevance Sort by last modified time
    Searched refs:FL_SWIM (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/QW/server/
sv_move.c 123 if ( (int)ent->v.flags & (FL_SWIM | FL_FLY) )
142 if ( ((int)ent->v.flags & FL_SWIM) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY )
402 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
server.h 283 #define FL_SWIM 2
pr_cmds.c 982 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
sv_phys.c 795 if ( ! ((int)ent->v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) )
  /external/quake/quake/src/WinQuake/
sv_move.cpp 123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) )
142 if ( ((int)ent->u.v.flags & FL_SWIM) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY )
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
server.h 149 #define FL_SWIM 2
pr_cmds.cpp 1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
1717 if (((flags & FL_SWIM) && (waterlevel < drownlevel)) || (waterlevel >= drownlevel))
    [all...]
sv_phys.cpp     [all...]
  /gdk/samples/quake/jni/
sv_move.cpp 123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) )
142 if ( ((int)ent->u.v.flags & FL_SWIM) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY )
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
server.h 149 #define FL_SWIM 2
pr_cmds.cpp 1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
1717 if (((flags & FL_SWIM) && (waterlevel < drownlevel)) || (waterlevel >= drownlevel))
    [all...]
sv_phys.cpp 1394 if (!(((int)ent->u.v.flags & FL_SWIM) && (ent->u.v.waterlevel > 0)))
    [all...]

Completed in 33 milliseconds