]> git.xonotic.org Git - xonotic/darkplaces.git/history - svvm_cmds.c
Add VS2017 projects.
[xonotic/darkplaces.git] / svvm_cmds.c
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-08-18 divverentAdd user defined movetypes extension
2016-08-18 divverentAdd user defined movetypes extension
2016-01-04 divverentDocument DP_SV_DISABLECLIENTPREDICTION.
2015-12-28 divverentDocument DP_SV_DISABLECLIENTPREDICTION.
2014-06-04 havocFixed a large number of WIN64 type conversion warnings.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
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-08-06 divverentIn prog reset functions, do not call functions unless...
2013-08-06 divverentIn prog reset functions, do not call functions unless...
2013-03-21 havocchanged MOVETYPE_STEP and MOVETYPE_WALK to match Quake...
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 divverentrename CHANFLAG_RELIABLE to SOUNDFLAG_RELIABLE to match...
2013-03-03 havocrestrict which CHANNELFLAG_ values can be used in sound...
2013-03-02 havocchanged MOVETYPE_STEP and MOVETYPE_WALK to match Quake...
2013-02-28 divverentsound7(): properly support channel flags on client...
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-05-13 divverentfix ReadPicture/WritePicture for sizes > 32k
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 several issues with PRVM_64, mostly cleaning up...
2012-04-11 havocadded PRVM_64 define which upgrades the QC VM to double...
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-13 havocuse prog->progs_mempool for server DP_SKELETONOBJECTS...
2012-03-13 havocuse prog->progs_mempool for server DP_SKELETONOBJECTS...
2012-03-09 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-19 divverentdocument DP_CSQC_MINFPS_QUALITY
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-17 divverentdocument DP_CSQC_MINFPS_QUALITY
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
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...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-14 havocadded sv_areadebug cvar which disables the use of the...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-10-01 divverentimplement digest_hex()
2011-10-01 divverentoops, I hadn't document DP_QC_I18N back then... sorry...
2011-10-01 divverentexport DP_SND_SOUND7_WIP2 (pitch shifting) to checkexte...
2011-10-01 havocadded network protocol for sound speed
2011-10-01 divverentimplement digest_hex()
2011-09-30 divverentoops, I hadn't document DP_QC_I18N back then... sorry...
2011-09-24 divverentexport DP_SND_SOUND7_WIP2 (pitch shifting) to checkexte...
2011-09-16 havocadded network protocol for sound speed
2011-09-14 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-09-11 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-07-06 divverentDP_SND_SOUND7_WIP1
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-27 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-13 havocreworked progs loading so that entvars_t and globalvars...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-14 havocadded prvm_offsets.h which centralizes field/global...
2011-05-14 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-11-26 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
next