Searched refs:allsolid (Results 1 - 16 of 16) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dworld.h30 qboolean allsolid; // if true, plane is not valid member in struct:__anon12486
70 // if the entire move stays in a solid volume, trace.allsolid will be set
H A Dgl_test.cpp55 trace.allsolid = true;
H A Dsv_move.cpp165 if (trace.allsolid)
172 if (trace.allsolid || trace.startsolid)
H A Dworld.cpp597 trace->allsolid = false;
674 if (trace->allsolid)
732 trace.allsolid = true;
847 if (clip->trace.allsolid)
861 if (trace.allsolid || trace.startsolid ||
H A Dpr_cmds.cpp623 pr_global_struct->trace_allsolid = trace.allsolid;
652 pr_global_struct->trace_allsolid = trace.allsolid;
1202 if (trace.fraction == 1 || trace.allsolid)
H A Dsv_user.cpp80 if (tr.allsolid)
H A Dsv_phys.cpp262 if (trace.allsolid)
/external/quake/quake/src/QW/server/
H A Dworld.h30 qboolean allsolid; // if true, plane is not valid member in struct:__anon12163
82 // if the entire move stays in a solid volume, trace.allsolid will be set
H A Dsv_move.c165 if (trace.allsolid)
172 if (trace.allsolid || trace.startsolid)
H A Dworld.c549 trace->allsolid = false;
626 if (trace->allsolid)
684 trace.allsolid = true;
749 if (clip->trace.allsolid)
763 if (trace.allsolid || trace.startsolid ||
H A Dpr_cmds.c531 pr_global_struct->trace_allsolid = trace.allsolid;
1026 if (trace.fraction == 1 || trace.allsolid)
H A Dsv_phys.c268 if (trace.allsolid)
/external/quake/quake/src/QW/client/
H A Dpmove.h29 qboolean allsolid; // if true, plane is not valid member in struct:__anon11988
H A Dpmovetst.c192 trace->allsolid = false;
269 if (trace->allsolid)
388 trace.allsolid = true;
395 if (trace.allsolid)
H A Dpmove.c137 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)
H A Dgl_test.c55 trace.allsolid = true;

Completed in 759 milliseconds