]> git.xonotic.org Git - xonotic/darkplaces.git/history - clvm_cmds.c
Cvar onChange for qc menu for stable branch
[xonotic/darkplaces.git] / clvm_cmds.c
2021-03-17 cloudwalkFix pure data entities being linked into the area grid...
2020-03-23 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2020-03-20 havocUNMERGE! Refactored R_UpdateEntityLighting to CL_Update...
2020-03-15 havocRemove the model parameter from NativeContentsFromSuper...
2020-03-15 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2018-08-03 havocDelete unused Debug_PolygonBegin and associated code.
2018-04-05 havocVarious cleanup.
2018-04-04 havocUNMERGE! Various cleanup.
2018-04-03 havocVarious cleanup.
2018-04-03 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-04-03 divverentGrant access to the FULLVOLUME flag from the QC VM...
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...
2016-03-07 divverentv_yshearing: Make the cvar take the max angle to apply...
2016-03-07 divverentv_yshearing: Make the cvar take the max angle to apply...
2016-03-04 divverentv_yshearing: Make view and input behave more like Duke...
2016-03-04 divverentv_yshearing: Make view and input behave more like Duke...
2015-03-02 divverentMake the move sequence an unsigned int.
2015-03-02 divverentMake the move sequence an unsigned int.
2014-12-29 eihrulmiscellaneous fixes from graphitemaster
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-01-09 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-09-21 divverentTEMPHACK_origin is no longer needed. Begone!
2013-09-19 divverentTEMPHACK_origin is no longer needed. Begone!
2013-08-03 divverentaudit all uses of CL_ParticleEffect and CL_ParticleTrai...
2013-07-29 divverentaudit all uses of CL_ParticleEffect and CL_ParticleTrai...
2013-07-27 divverentSeparate box and trail particles. Makes Xonotic's Nex...
2013-07-27 divverentSeparate box and trail particles. Makes Xonotic's Nex...
2013-05-06 havocVM_CL_findradius now uses World_EntitiesInBox as it...
2013-05-05 havocVM_CL_findradius now uses World_EntitiesInBox as it...
2013-03-21 havocrestrict which CHANNELFLAG_ values can be used in sound...
2013-03-21 divverentsound7(): properly support channel flags on client...
2013-03-21 havocrestore flags feature in csqc sound7 builtin, so that...
2013-03-21 havoccsqc sound7 call now looks at the global variable sound...
2013-03-21 divverentremove unused variable
2013-03-21 divverentrename CHANFLAG_RELIABLE to SOUNDFLAG_RELIABLE to match...
2013-03-03 havocrestrict which CHANNELFLAG_ values can be used in sound...
2013-02-28 divverentsound7(): properly support channel flags on client...
2013-02-28 havocrestore flags feature in csqc sound7 builtin, so that...
2013-02-28 havoccsqc sound7 call now looks at the global variable sound...
2013-02-27 divverentremove unused variable
2013-02-27 divverentrename CHANFLAG_RELIABLE to SOUNDFLAG_RELIABLE to match...
2013-01-23 divverentskel_build: fix wrong 4th matrix row of skeleton matrices
2013-01-23 divverentskel_build: fix wrong 4th matrix row of skeleton matrices
2012-12-13 divverentskel_build: normalize the per-bone matrices
2012-12-13 divverentskel_build: normalize the per-bone matrices
2012-06-15 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-05-13 divverentfix ReadPicture/WritePicture for sizes > 32k
2012-05-13 havocfix a few more redundancies with PRVM_64
2012-05-13 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-20 divverentfix ReadPicture/WritePicture for sizes > 32k
2012-04-20 havocfix a few more redundancies with PRVM_64
2012-04-20 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-11 divverentPRVM_64: make savegames precision-loss-less
2012-04-11 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-11 divverentPRVM_64: make savegames precision-loss-less
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-01 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 divverentcheckpvs: use the right worldmodel
2012-03-18 divverentcheckpvs: use the right worldmodel
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-09 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-03-02 divverentfix a stupid type error.
2012-03-02 divverentrunstandardplayerphysics: ignore the passed edict for...
2012-02-28 divverentfix a stupid type error.
2012-02-28 divverentrunstandardplayerphysics: ignore the passed edict for...
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-01-09 divverentuse a param for velocity too
2012-01-09 divverentuse a param for velocity too
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2011-12-26 divverentmake CSQC support the >0.05s/<0.0005s handling of stand...
2011-12-26 divverentmake CSQC support the >0.05s/<0.0005s handling of stand...
2011-12-20 divverentif(developer_extra.integer) Con_DPrintf("VM_CL_gettagin...
2011-12-20 divverentif(developer_extra.integer) Con_DPrintf("VM_CL_gettagin...
2011-11-26 divverentrunstandardplayerphysics: also implement the no-args...
2011-11-26 divverentrunstandardplayerphysics: also implement the no-args...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-19 divverentexpose r_refdef.view.quality to CSQC R_SetView VF_MINFP...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-17 divverentexpose r_refdef.view.quality to CSQC R_SetView VF_MINFP...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-14 divverentmatch FTEQW more closely in runstandardplayerphysics
2011-11-12 divverentsupport pmove_flags (the actual flag values may be...
2011-11-12 divverentwe don't need ALL those fields I marked with ???
2011-11-12 divverentan attempt to do CL_runplayerphysics, not working prope...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-02 divverentimpact handling: instead of detecting teleports by...
next