]> icculus.org git repositories - divverent/darkplaces.git/commit
changed TraceBox functions to take start,mins,maxs,end like they did in Quake, this...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Mar 2006 02:37:40 +0000 (02:37 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Mar 2006 02:37:40 +0000 (02:37 +0000)
commit4a09f6f7453b18c90f51bb0c6b47bd483d58ff44
treeeb630ff07b896808805c7dd7d49ea23cc1630961
parent472197398fe654ff163fd52dccb00b35dafae79c
changed TraceBox functions to take start,mins,maxs,end like they did in Quake, this is a slight optimization to traceline and pointcontents tests and q1bsp tracing, but mostly just cleans up the code
removed some old code from q3bsp TraceLine/TraceBox functions
changed segmentmins/maxs and nodesegmentmins/maxs calculations to have a 1 unit enlargement on all comparisons, this might improve reliability of TraceBox, but probably not

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6085 d7cf8633-e32d-0410-b094-e92efae38249
cl_collision.c
collision.c
model_alias.c
model_brush.c
model_shared.h
world.c
world_cs.c