]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - svvm_cmds.c
Added r_cullentities_trace_expand and pad cvars, these configure additional ways...
[xonotic/darkplaces.git] / svvm_cmds.c
2018-04-10 havocRemove the model parameter from NativeContentsFromSuper...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-03-17 havocFix a bug with PRVM_64 where CSQC float stats were...
2018-03-06 divverentGrant access to the FULLVOLUME flag from the QC VM...
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
2015-12-28 divverentDocument DP_SV_DISABLECLIENTPREDICTION.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-08-06 divverentIn prog reset functions, do not call functions unless...
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
2012-12-13 divverentskel_build: normalize the per-bone matrices
2012-04-20 divverentfix ReadPicture/WritePicture for sizes > 32k
2012-04-20 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 divverentcheckpvs: use the right worldmodel
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-13 havocuse prog->progs_mempool for server DP_SKELETONOBJECTS...
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-17 divverentdocument DP_CSQC_MINFPS_QUALITY
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
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-12 havocadded sv_areadebug cvar which disables the use of the...
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-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-02 divverentDP_SV_DISCARDABLEDEMO
2010-04-24 vortexsimple video subtitles support, defined in external...
2010-04-16 havocfix serious bug in DP_SV_CLIENTCAMERA that made it...
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-04-14 vortexDP_CSQC_SETPAUSE (clientside pause that only works...
2010-02-01 havocfix off-by-one bug with bone numbers in skel_build
2010-01-31 havocfix more warnings
2010-01-31 havocfix a bug with skel_create where it returned a bone...
2010-01-31 havocbugfix for skel_build returning the wrong value
2010-01-26 divverentmake getsurface* functions shared between VMs
2010-01-12 divverentfix typo in SV_GetEntityLocalTagMatrix, should fix...
2010-01-09 havocredesigned skeletal model animation bone pose format...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-23 divverentDP_QC_SPRINTF :P
2009-12-23 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-20 divverentDP_EF_RESTARTANIM_BIT
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-15 divverentfirst preliminary version of DP_SND_SETPARAMS: let...
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-08 divverentlogarithm
2009-10-24 divverentDP_QC_ENTITYSTRING: menu builtins like reading/writing...
2009-10-22 vortexhacky and experimental DP_LIGHTSTYLE_STATICVALUE extens...
2009-10-22 divverentODE: joints
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-04 vortex-added game Blood Omnicide
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
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-16 divverentfix pitchsign warnings in dev-c++
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-07-05 divverentfix buffer overruns in sv.model_precache
2009-06-13 divverentDP_SV_BOUNCEFACTOR
2009-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-12 havocclarify float() traceline comments to say void()
2009-04-07 divverentpitch inversion in gettaginfo: also do the mod_alias...
next