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

  /external/quake/quake/src/WinQuake/
world.h 30 qboolean allsolid; // if true, plane is not valid member in struct:__anon10953
70 // if the entire move stays in a solid volume, trace.allsolid will be set
gl_test.cpp 55 trace.allsolid = true;
sv_move.cpp 165 if (trace.allsolid)
172 if (trace.allsolid || trace.startsolid)
world.cpp 597 trace->allsolid = false;
674 if (trace->allsolid)
732 trace.allsolid = true;
847 if (clip->trace.allsolid)
861 if (trace.allsolid || trace.startsolid ||
pr_cmds.cpp 623 pr_global_struct->trace_allsolid = trace.allsolid;
652 pr_global_struct->trace_allsolid = trace.allsolid;
1202 if (trace.fraction == 1 || trace.allsolid)
    [all...]
sv_user.cpp 80 if (tr.allsolid)
sv_phys.cpp 262 if (trace.allsolid)
    [all...]
  /external/quake/quake/src/QW/server/
world.h 30 qboolean allsolid; // if true, plane is not valid member in struct:__anon10630
82 // if the entire move stays in a solid volume, trace.allsolid will be set
sv_move.c 165 if (trace.allsolid)
172 if (trace.allsolid || trace.startsolid)
world.c 549 trace->allsolid = false;
626 if (trace->allsolid)
684 trace.allsolid = true;
749 if (clip->trace.allsolid)
763 if (trace.allsolid || trace.startsolid ||
pr_cmds.c 531 pr_global_struct->trace_allsolid = trace.allsolid;
1026 if (trace.fraction == 1 || trace.allsolid)
sv_phys.c 268 if (trace.allsolid)
  /external/quake/quake/src/QW/client/
pmove.h 29 qboolean allsolid; // if true, plane is not valid member in struct:__anon10455
pmovetst.c 192 trace->allsolid = false;
269 if (trace->allsolid)
388 trace.allsolid = true;
395 if (trace.allsolid)
pmove.c 137 if (trace.startsolid || trace.allsolid)
277 if (!trace.startsolid && !trace.allsolid)
291 if (!trace.startsolid && !trace.allsolid)
486 if (!trace.startsolid && !trace.allsolid) // FIXME: check steep slope?
601 if (!tr.startsolid && !tr.allsolid)
gl_test.c 55 trace.allsolid = true;

Completed in 666 milliseconds