2011-10-24 |
havoc | fix Collision_ClipTrace_Line_Sphere calculation of... |
blob | commitdiff | raw |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | reworked collision cache to only be used by bouncegrid... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
havoc | make sure collision cache parameter struct is the same... |
blob | commitdiff | raw | diff to current |
2011-03-12 |
havoc | slight speedup to collision_cache by using individual... |
blob | commitdiff | raw | diff to current |
2011-03-12 |
havoc | redesigned most of collision_cache code, cleaner and... |
blob | commitdiff | raw | diff to current |
2011-03-12 |
havoc | significant speed gain on collision_cache 1 by tweaking... |
blob | commitdiff | raw | diff to current |
2011-03-11 |
havoc | fix two C++ errors |
blob | commitdiff | raw | diff to current |
2011-03-11 |
havoc | cache collision trace results from frame to frame |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | q1bsp traceline code now hits surfaces, this comes... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
divverent | TraceBrush: use in Collision_ClipToGenericEntity |
blob | commitdiff | raw | diff to current |
2010-02-26 |
havoc | don't bother calling Collision_ValidateBrush when creat... |
blob | commitdiff | raw | diff to current |
2010-02-26 |
havoc | undo an edit in r9537 that caused it to be possible... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
havoc | added collision_debug_tracelineasbox cvar to work aroun... |
blob | commitdiff | raw | diff to current |
2010-02-17 |
havoc | implemented and debugged BIH (Bounding Interval Hierarc... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-04 |
havoc | fixed a bug with sv_gameplayfix_nudgeoutofsolid where... |
blob | commitdiff | raw | diff to current |
2009-12-04 |
divverent | make the endpos-in-solid workaround a cvar collision_en... |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-11-21 |
divverent | patches: experimental mode that allows setting collisio... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | set the isaabb/hasaabbplanes fields on box brushes |
blob | commitdiff | raw | diff to current |
2009-11-03 |
havoc | implemented a new preallocated "boxbrush" type for... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
havoc | optimized AABB collision case for q3bsp, 14.5% faster... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
havoc | optimized edgedir handling to use half as many, which... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
havoc | implemented sv_gameplayfix_nudgeoutofsolid |
blob | commitdiff | raw | diff to current |
2009-10-25 |
havoc | reworked brush collisions to support edgedir cross... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | audited trace.endpos code |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | fix another case of Trace.endpos being set too early |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | fix bug in last patch - must set trace.endpos AFTER... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | split CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
divverent | Collision: insert a really stupid workaround: make... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
divverent | Collision against patches: do some major optimizations. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
divverent | fix typo in previous commit |
blob | commitdiff | raw | diff to current |
2009-02-26 |
divverent | use trace_plane_normal to check whether the trace succeeded |
blob | commitdiff | raw | diff to current |
2009-02-25 |
divverent | never prefer an entity trace over a world trace if... |
blob | commitdiff | raw | diff to current |
2009-02-21 |
havoc | fix ie |
blob | commitdiff | raw | diff to current |
2009-02-20 |
havoc | calculate plane dist in collision code so that it will... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
havoc | report a proper trace_plane_normal for trace_startsolid... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
divverent | globally rename model_t to dp_model_t for OpenSolaris... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
havoc | implemented PointSuperContents model function as a... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
divverent | fix brushforbox_index integer overflow found by Green... |
blob | commitdiff | raw | diff to current |
2007-05-16 |
havoc | hopefully fixed a bug in line/sphere collision code... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
havoc | eliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
havoc | disabled collision_enternudge by default again, due... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
havoc | changed collision nudging to behave like quake2/3,... |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | added generic collision functions Collision_ClipToGener... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
havoc | refactored end code in Collision_Trace*BrushFloat funct... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | optimized trimesh collision culling (this mostly affect... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | fix really stupid typo in previous patch that caused... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | fix bug in Collision_SnapCopyPoints that made it only... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
havoc | added collision_prefernudgedfraction cvar (defaults... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
havoc | made brush loader trust q3map2 brushes completely,... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
havoc | changed collision brush loader to not discard planes... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
havoc | more tweaks trying to improve precision on q3map2-compi... |
blob | commitdiff | raw | diff to current |
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 |
next |