]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_collision.c
README: Remove Discord invite link. The Discord server is now deprecated
[xonotic/darkplaces.git] / cl_collision.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkFix remaining clang compile warnings
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
2020-05-26 cloudwalkImplement clipgroup extension from DarkplacesRM
2020-01-09 havocCorrected names in credits to be more accurate and...
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...
2016-03-28 divverentcl_collision: don't hit network entities of players...
2014-05-13 havocRemoved collision_prefernudgedfraction cvar and trace...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-09-19 divverentRework game specific hacks to have a special group...
2013-03-24 havocreworked the MOVETYPE_WALK and MOVETYPE_STEP sticking...
2012-04-19 divverentremove some more dead code
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-10-31 havocundo the SUPERCONTENTS_SKY change, it should not be...
2011-10-29 havoclet traces hit sky by default, don't know why this...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocreworked collision cache to only be used by bouncegrid...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-03-21 havocfix some disabled code so that it could compile again
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-01-07 divverentfix bug in tracebox->line and traceline->point redirect...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-05 divverentfix endposnudge
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-08-03 divverentremove some unfounded warnings of some gcc versions :P
2009-08-03 divverentCollision: insert a really stupid workaround: make...
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-01-28 divverentmake DP compile with C++ again
2009-01-18 divverentGAME_NEXUIZ: skip player entities in hitnetworkplayers...
2009-01-16 divverent- fix tracing against networked players on the client...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-02-03 havocfix Black's PRVM_EDICT_NUM_ERROR return type change...
2008-01-10 blackFix the bmodel collision bug in csqc.
2007-12-25 havoccl_prydoncursor traces now trace against the model...
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...