]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - collision.h
reworked collision cache to only be used by bouncegrid and only in
[xonotic/darkplaces.git] / collision.h
2011-10-17 havocreworked collision cache to only be used by bouncegrid...
2011-03-11 havoccache collision trace results from frame to frame
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-02-17 havocimplemented and debugged BIH (Bounding Interval Hierarc...
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-12-04 havocdisable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROU...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-03 havocremove prototypes for a couple functions that were...
2009-11-03 havocimplemented a new preallocated "boxbrush" type for...
2009-11-03 havocoptimized AABB collision case for q3bsp, 14.5% faster...
2009-10-25 havocreworked brush collisions to support edgedir cross...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-08-03 divverentCollision: insert a really stupid workaround: make...
2009-07-21 divverentCollision against patches: do some major optimizations.
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2007-12-25 havocimplemented PointSuperContents model function as a...
2007-02-18 havocadded generic collision functions Collision_ClipToGener...
2006-06-08 havocfixed collision bug on q3 light cones and other non...
2006-03-23 havocfix bugs with bbox vs bbox traces (the collision box...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-20 havocfixed stuck entity warnings when they should not have...
2004-08-30 havoccollision.h doesn't need winding.h anymore
2004-08-25 havocchanged Collision_NewBrushFromPlanes to use new polygon...
2004-02-02 havocadded trace.realfraction field which is now used for...
2003-12-24 havocadded a bunch more COLLISIONPARANOID code trying to...
2003-10-08 havoccollision brush generation in q3bsp is now *MUCH* faste...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-23 havocq3bsp is working, but no curves yet, and no realtime...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-08-10 havocQ3BSP collisions implemented (although not for patches...
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-02-20 havocoptional polygon collisions, not ready for practical...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...