2006-07-31 |
havoc | more tweaks trying to improve precision on q3map2-compi... |
blob | commitdiff | raw |
2006-07-31 |
havoc | trying to improve terrain collision brush issues in... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
havoc | improved plane distance epsilon checking and improved... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
havoc | fixed collision bug on q3 light cones and other non... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
havoc | better SUPERCONTENTS masks for a few TraceBox and Point... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | fix bugs with bbox vs bbox traces (the collision box... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
havoc | changed collision code to report supercontents, surface... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
havoc | changed TraceBox functions to take start,mins,maxs... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | eliminated calls to Matrix4x4_CreateIdentity (now copie... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
havoc | changed Polygon[DF]_Divide functions to also be able... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-10-11 |
havoc | changed the unused line/sphere collision code to use... |
blob | commitdiff | raw | diff to current |
2005-10-07 |
havoc | fix a stupid bug in line/sphere collision code (was... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
havoc | changed a lot of Host_Error calls to Con_Printf or... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | removed some unused code |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | corrected an error message |
blob | commitdiff | raw | diff to current |
2005-03-06 |
havoc | removed the commented out RecursiveHullCheckPoint function |
blob | commitdiff | raw | diff to current |
2005-01-13 |
havoc | cloned and rewrote Collision_TraceLineTriangleFloat... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
havoc | fixed up a number of nudging bugs in Collision_TraceLin... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
havoc | some cleanup and hopefully improved accuracy |
blob | commitdiff | raw | diff to current |
2004-09-04 |
havoc | more tolerance to deviations in calculated plane distan... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
havoc | fixed bugs with collision brush building, and added... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | changed Collision_NewBrushFromPlanes to use new polygon... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
molivier | Fixed a warning (unused variable) |
blob | commitdiff | raw | diff to current |
2004-03-31 |
havoc | disabled triangle normal validation because the validat... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
havoc | worked around curve collision problems by doing special... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | forgot to init enterfrac2 in the TraceLineBrushFloat... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | added trace.realfraction field which is now used for... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
havoc | added a bunch more COLLISIONPARANOID code trying to... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
havoc | moved trace endpos calculation outside of RecursiveHull... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
havoc | collision brush generation in q3bsp is now *MUCH* faste... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
havoc | q3bsp curve collisions (technically it can collide... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
havoc | no more uses of %g in printf as it tends to lose precis... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
havoc | fixed a couple warnings |
blob | commitdiff | raw | diff to current |
2003-08-23 |
havoc | q3bsp is working, but no curves yet, and no realtime... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
havoc | more q3bsp work (and no it still doesn't work right) |
blob | commitdiff | raw | diff to current |
2003-08-13 |
havoc | no time to explain, more changes on the path to q3bsp... |
blob | commitdiff | raw | diff to current |
2003-08-10 |
havoc | Q3BSP collisions implemented (although not for patches... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | optimized polygon collision code a bit (optimized node... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
havoc | collision code cleanups (model->brush.TraceBox is now... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
havoc | moved all type-specific model fields to respective... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
havoc | optional polygon collisions, not ready for practical... |
blob | commitdiff | raw | diff to current |
2002-10-27 |
havoc | check for out of bounds fraction |
blob | commitdiff | raw | diff to current |
2002-09-05 |
havoc | you can now (try to) play in maps you don't have, and... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
havoc | disabled RecursiveHullCheckPoint because it probably... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
mercury | I have commit access to DP? When did that happen? |
blob | commitdiff | raw | diff to current |
2002-05-27 |
lordhavoc | make bbox collisions work again |
blob | commitdiff | raw | diff to current |
2002-05-22 |
lordhavoc | fix for uninitialized start/end of trace against bbox... |
blob | commitdiff | raw | diff to current |
2002-05-22 |
lordhavoc | added RecursiveHullCheckPoint for quicker tracing of... |
blob | commitdiff | raw | diff to current |
2002-05-21 |
lordhavoc | split out RecursiveHullCheck and related code into... |
blob | commitdiff | raw | diff to current |
|