]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - collision.c
Don't apply r_showtris and such to the HUD and other UI elements, now that they are...
[xonotic/darkplaces.git] / collision.c
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2017-04-23 havocFix a bug in collisions between brushes and brushes...
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-05 divverentFix warnings.
2015-03-02 divverentJust in case, make collision cache sequence numbers...
2014-05-13 havocChanged the collision code used by sv_gameplayfix_nudge... v20140513
2014-05-13 havocRemoved collision_enternudge, collision_leavenudge...
2014-05-13 havocRemoved collision_prefernudgedfraction cvar and trace...
2014-05-13 havocChanged collision_enternudge and collision_leavenudge...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2012-06-23 havocfix for hip1m1 gold key door - favor earlier entity...
2012-06-15 divverentrename a macro with misleading name, as TriangleOverlap...
2012-03-21 havocimplemented collision_triangle_axialsides cvar (default...
2011-10-24 havocfix Collision_ClipTrace_Line_Sphere calculation of...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocreworked collision cache to only be used by bouncegrid...
2011-03-28 havocmake sure collision cache parameter struct is the same...
2011-03-12 havocslight speedup to collision_cache by using individual...
2011-03-12 havocredesigned most of collision_cache code, cleaner and...
2011-03-12 havocsignificant speed gain on collision_cache 1 by tweaking...
2011-03-11 havocfix two C++ errors
2011-03-11 havoccache collision trace results from frame to frame
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-09-14 divverentTraceBrush: use in Collision_ClipToGenericEntity
2010-02-26 havocdon't bother calling Collision_ValidateBrush when creat...
2010-02-26 havocundo an edit in r9537 that caused it to be possible...
2010-02-25 havocadded collision_debug_tracelineasbox cvar to work aroun...
2010-02-17 havocimplemented and debugged BIH (Bounding Interval Hierarc...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-04 havocfixed a bug with sv_gameplayfix_nudgeoutofsolid where...
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-21 divverentpatches: experimental mode that allows setting collisio...
2009-11-11 havocset the isaabb/hasaabbplanes fields on box brushes
2009-11-03 havocimplemented a new preallocated "boxbrush" type for...
2009-11-03 havocoptimized AABB collision case for q3bsp, 14.5% faster...
2009-11-02 havocoptimized edgedir handling to use half as many, which...
2009-10-25 havocimplemented sv_gameplayfix_nudgeoutofsolid
2009-10-25 havocreworked brush collisions to support edgedir cross...
2009-10-04 havocaudited trace.endpos code
2009-10-04 havocfix another case of Trace.endpos being set too early
2009-10-04 havocfix bug in last patch - must set trace.endpos AFTER...
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.
2009-02-26 divverentfix typo in previous commit
2009-02-26 divverentuse trace_plane_normal to check whether the trace succeeded
2009-02-25 divverentnever prefer an entity trace over a world trace if...
2009-02-21 havocfix ie
2009-02-20 havoccalculate plane dist in collision code so that it will...
2009-02-20 havocreport a proper trace_plane_normal for trace_startsolid...
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...
next