dxx-rebirth/similar
Kp 4108c9f3c6 Short-circuit check_sphere_to_face
Previously, the code set itype=IT_POINT, then picked a closest point.
If the closest point was v0 or v1, itype stayed IT_POINT, otherwise it
became IT_EDGE.  If itype==IT_POINT, then the function returns
	(itype == IT_POINT) ? IT_NONE : itype;
	=>
	IT_NONE
for (dist <= rad).  Otherwise, it returns IT_NONE.  Short-circuit this
by returning IT_NONE without computing the distance.
2015-02-05 03:03:51 +00:00
..
2d Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
3d Move robot_points onto stack 2015-02-05 03:03:50 +00:00
arch Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
editor Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
main Short-circuit check_sphere_to_face 2015-02-05 03:03:51 +00:00
mem Fix size truncation in mem_malloc 2015-01-29 04:27:35 +00:00
misc Convert frequently used casts to C++ casts 2015-02-05 03:03:49 +00:00