]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_collision.h
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / cl_collision.h
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-26 cloudwalksv_ccmds: Partially rewrite ent_create command to be...
2020-07-24 cloudwalkcl_collision: Implement CL_TraceLine_FromViewOrigin
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
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...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2011-10-17 havocreworked collision cache to only be used by bouncegrid...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2007-02-20 havocfix some crashes related to particles when csqc is...
2007-02-19 havocthis patch may break things and needs testing
2007-01-23 havoceliminated cl.csqc_entities array and related fields
2006-04-15 havocfixed really stupid typo in CL_TraceBox regarding bmode...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
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-02-04 havocno longer hits triangles of your own player model when...
2004-12-01 havocsome minor cleanup to CL_TraceLine, added CL_SelectTrac...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-07-17 havocmoved all type-specific model fields to respective...
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-05-21 lordhavocsplit out RecursiveHullCheck and related code into...