]> git.xonotic.org Git - xonotic/darkplaces.git/history - collision.c
Cvar onChange for qc menu for stable branch
[xonotic/darkplaces.git] / collision.c
2018-04-03 havocAdd skipmaterialflagsmask feature to TraceLine and...
2017-04-24 havocFix a bug in collisions between brushes and brushes...
2016-11-29 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-29 havocFix MSVC++ 2015 warnings about variable scope and some...
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-06 Rudolf Polzer::stable-branch::reset=704d101890948f0f496ce4fe73be5231...
2015-03-05 divverentFix warnings.
2015-03-02 divverentJust in case, make collision cache sequence numbers...
2015-03-02 divverentJust in case, make collision cache sequence numbers...
2014-06-04 havocChanged the collision code used by sv_gameplayfix_nudge...
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-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...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-02-25 havocchanged r_refdef.stats struct to be an array indexed...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2012-07-23 havocfix for hip1m1 gold key door - favor earlier entity...
2012-07-23 divverentrename a macro with misleading name, as TriangleOverlap...
2012-06-23 havocfix for hip1m1 gold key door - favor earlier entity...
2012-06-15 divverentrename a macro with misleading name, as TriangleOverlap...
2012-04-01 havocimplemented collision_triangle_axialsides cvar (default...
2012-03-21 havocimplemented collision_triangle_axialsides cvar (default...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-10-24 havocfix Collision_ClipTrace_Line_Sphere calculation of...
2011-10-24 havocfix Collision_ClipTrace_Line_Sphere calculation of...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-18 havocreworked collision cache to only be used by bouncegrid...
2011-10-17 havocreworked collision cache to only be used by bouncegrid...
2011-03-30 havocmake sure collision cache parameter struct is the same...
2011-03-28 havocmake sure collision cache parameter struct is the same...
2011-03-20 havocslight speedup to collision_cache by using individual...
2011-03-20 havocredesigned most of collision_cache code, cleaner and...
2011-03-20 havocsignificant speed gain on collision_cache 1 by tweaking...
2011-03-20 havocfix two C++ errors
2011-03-20 havoccache collision trace results from frame to frame
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-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-09-16 divverentTraceBrush: use in Collision_ClipToGenericEntity
2010-09-14 divverentTraceBrush: use in Collision_ClipToGenericEntity
2010-03-02 havocundo an edit in r9537 that caused it to be possible...
2010-03-02 havocfixed a bug with sv_gameplayfix_nudgeoutofsolid where...
2010-02-27 havocdon't bother calling Collision_ValidateBrush when creat...
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-26 havocadded collision_debug_tracelineasbox cvar to work aroun...
2010-02-25 havocadded collision_debug_tracelineasbox cvar to work aroun...
2010-02-22 havocimplemented and debugged BIH (Bounding Interval Hierarc...
2010-02-17 havocimplemented and debugged BIH (Bounding Interval Hierarc...
2010-01-26 havoc havoc@d7cf86... UNMERGE
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...
next