OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startsolid
(Results
1 - 11
of
11
) sorted by null
/external/quake/quake/src/WinQuake/
world.h
31
qboolean
startsolid
; // if true, the initial point was in a solid area
member in struct:__anon14698
world.cpp
557
if (trace.
startsolid
)
604
trace->
startsolid
= true;
799
if (trace.fraction < 1 || trace.
startsolid
)
861
if (trace.allsolid || trace.
startsolid
||
865
if (clip->trace.
startsolid
)
868
clip->trace.
startsolid
= true;
873
else if (trace.
startsolid
)
874
clip->trace.
startsolid
= true;
sv_move.cpp
168
if (trace.
startsolid
)
172
if (trace.allsolid || trace.
startsolid
)
pr_cmds.cpp
624
pr_global_struct->trace_startsolid = trace.
startsolid
;
653
pr_global_struct->trace_startsolid = trace.
startsolid
;
[
all
...]
/external/quake/quake/src/QW/server/
world.h
31
qboolean
startsolid
; // if true, the initial point was in a solid area
member in struct:__anon14375
world.c
510
if (trace.
startsolid
)
556
trace->
startsolid
= true;
701
if (trace.fraction < 1 || trace.
startsolid
)
763
if (trace.allsolid || trace.
startsolid
||
767
if (clip->trace.
startsolid
)
770
clip->trace.
startsolid
= true;
775
else if (trace.
startsolid
)
776
clip->trace.
startsolid
= true;
sv_move.c
168
if (trace.
startsolid
)
172
if (trace.allsolid || trace.
startsolid
)
pr_cmds.c
532
pr_global_struct->trace_startsolid = trace.
startsolid
;
/external/quake/quake/src/QW/client/
pmove.h
30
qboolean
startsolid
; // if true, the initial point was in a solid area
member in struct:__anon14200
pmovetst.c
199
trace->
startsolid
= true;
389
// trace.
startsolid
= true;
396
trace.
startsolid
= true;
397
if (trace.
startsolid
)
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)
Completed in 549 milliseconds