]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - collision.c
forgot these two files
[xonotic/darkplaces.git] / collision.c
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2007-12-25 havocimplemented PointSuperContents model function as a...
2007-07-03 divverentfix brushforbox_index integer overflow found by Green...
2007-05-16 havochopefully fixed a bug in line/sphere collision code...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-22 havocdisabled collision_enternudge by default again, due...
2007-02-21 havocchanged collision nudging to behave like quake2/3,...
2007-02-18 havocadded generic collision functions Collision_ClipToGener...
2007-02-04 havocrefactored end code in Collision_Trace*BrushFloat funct...
2007-02-03 havocoptimized trimesh collision culling (this mostly affect...
2007-02-03 havocfix really stupid typo in previous patch that caused...
2007-02-03 havocfix bug in Collision_SnapCopyPoints that made it only...
2007-01-18 havocadded collision_prefernudgedfraction cvar (defaults...
2006-12-24 havocmade brush loader trust q3map2 brushes completely,...
2006-12-24 havocchanged collision brush loader to not discard planes...
2006-07-31 havocmore tweaks trying to improve precision on q3map2-compi...
2006-07-31 havoctrying to improve terrain collision brush issues in...
2006-07-31 havocimproved plane distance epsilon checking and improved...
2006-06-08 havocfixed collision bug on q3 light cones and other non...
2006-04-14 havocbetter SUPERCONTENTS masks for a few TraceBox and Point...
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-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-02-23 havocchanged Polygon[DF]_Divide functions to also be able...
2006-02-01 havocadded description string to all cvars and commands
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-10-11 havocchanged the unused line/sphere collision code to use...
2005-10-07 havocfix a stupid bug in line/sphere collision code (was...
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-03-09 havocremoved some unused code
2005-03-09 havoccorrected an error message
2005-03-06 havocremoved the commented out RecursiveHullCheckPoint function
2005-01-13 havoccloned and rewrote Collision_TraceLineTriangleFloat...
2004-12-21 havocfixed up a number of nudging bugs in Collision_TraceLin...
2004-12-21 havocsome cleanup and hopefully improved accuracy
2004-09-04 havocmore tolerance to deviations in calculated plane distan...
2004-09-03 havocfixed bugs with collision brush building, and added...
2004-08-25 havocchanged Collision_NewBrushFromPlanes to use new polygon...
2004-04-01 molivierFixed a warning (unused variable)
2004-03-31 havocdisabled triangle normal validation because the validat...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-09 havocworked around curve collision problems by doing special...
2004-02-02 havocforgot to init enterfrac2 in the TraceLineBrushFloat...
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-21 havocmoved trace endpos calculation outside of RecursiveHull...
2003-10-08 havoccollision brush generation in q3bsp is now *MUCH* faste...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-24 havocno more uses of %g in printf as it tends to lose precis...
2003-08-23 havocfixed a couple warnings
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-08-06 havocoptimized polygon collision code a bit (optimized node...
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-07-17 havocmoved all type-specific model fields to respective...
2003-02-20 havocoptional polygon collisions, not ready for practical...
2002-10-27 havoccheck for out of bounds fraction
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-07-06 havocdisabled RecursiveHullCheckPoint because it probably...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-29 mercuryI have commit access to DP? When did that happen?
2002-05-27 lordhavocmake bbox collisions work again
2002-05-22 lordhavocfix for uninitialized start/end of trace against bbox...
2002-05-22 lordhavocadded RecursiveHullCheckPoint for quicker tracing of...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...