]> icculus.org git repositories - divverent/darkplaces.git/history - cl_collision.c
We always <push> <PUSH> and <pop> <POP> like this... NOT.
[divverent/darkplaces.git] / cl_collision.c
2007-06-17 havocchanged all references to entity_render_t->frame to...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocfixed a reference to sv.models in client code (should...
2007-02-19 havocchanged FL_ONGROUND handling for pushers (lifts for...
2007-02-19 havocfix broken SOLID_CORPSE collisions
2007-02-19 havocthis patch may break things and needs testing
2007-01-23 havoceliminated cl.csqc_entities array and related fields
2006-08-25 havocdisabled support for csqc entities in CL_SelectTraceLine
2006-04-15 havocfixed really stupid typo in CL_TraceBox regarding bmode...
2006-04-14 havocbetter SUPERCONTENTS masks for a few TraceBox and Point...
2006-03-29 havocvery very minor optimization
2006-03-23 havocfix some TraceBox calls that weren't updated like they...
2006-03-23 havocfix bugs with bbox vs bbox traces (the collision box...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-23 havocremoving uses of entity_render_t->origin in the client
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-06-05 havocdon't hit your own model with cl_prydoncursor traces
2005-05-27 black-CVS: --------------------------------------------...
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-10 havocfixed a crash if decals are stuck to submodels when...
2005-04-06 havocchanged cl_brushmodel_entities array from entity_render...
2005-04-05 havocreduced client memory usage by 29MB by making cl_max_en...
2005-02-04 havocno longer hits triangles of your own player model when...
2005-01-17 havochush fraction out of bounds warnings in CL_SelectTraceline
2005-01-13 havocbound the fractions in CL_TraceLine instead of posting...
2005-01-13 havocoptimizations to CL_SelectTraceLine to scan entity...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-12-01 havocsome minor cleanup to CL_TraceLine, added CL_SelectTrac...
2004-08-18 tomazFixed collision: client getting fraction out of bounds...
2004-02-02 havocadded trace.realfraction field which is now used for...
2004-01-07 havocfix a bad bug in developer printing of out of bounds...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-07-19 havocadded SV_PointContents
2003-07-17 havocmoved all type-specific model fields to respective...
2002-10-27 havocadd an error check for invalid maxfrac before returning...
2002-09-27 havocCL_TraceLine can now return what entity was hit (this...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-08-03 havocLots of speedups and cleanups in client code, dynamical...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...