]> icculus.org git repositories - divverent/darkplaces.git/history - svvm_cmds.c
make R_Shadow_CullFrustumSides assume infinite far clip
[divverent/darkplaces.git] / svvm_cmds.c
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...
2009-04-02 divverentfix the NaN checks
2009-03-30 havocadded extension names for DP_GFX_MODEL_INTERPOLATION and
2009-03-21 divverentDP_QC_GETTIME
2009-03-19 divverentfix warning
2009-03-19 divverentmake gettaginfo actually work:
2009-03-18 divverentFTE_QC_CHECKPVS
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-17 divverentadd Q3A's EF_TELEPORT_BIT (toggle it when teleporting...
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-16 havocadded cvar sv_gameplayfix_gravityunaffectedbyticrate...
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2009-01-22 divverentDP_SV_ONENTITYPREPOSTSPAWNFUNCTION - hooks before and...
2008-12-29 divverentadd DP_NULL_MODEL extension
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-10-16 havocminor correction to some WriteByte calls that should...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-06-01 divverentmake DP_SV_SPAWNFUNC_PREFIX an detectable extension
2008-05-18 havocdon't try to send a svc_pointparticles or svc_trailpart...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-03-23 dreskAdded server QC function "movetypesteplandevent". ...
2008-02-27 divverent|sort
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-21 havocadded DP_QC_EDICT_NUM extension to list
2008-02-21 havocfix addstat type parameter, swapped 8 and 2
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-04 havocmodified droptofloor to try a downward trace from the...
2008-01-27 blackPass the name of the instance to Gecko_Query, too.
2008-01-19 divverentdamn... make sure Host_Error prevents SV_Shutdown from...
2008-01-19 divverentnew SV progs function SV_Shutdown, gets called just...
2008-01-19 divverentrename VM_hash to VM_crc16, and the extension to DP_QC_...
2008-01-19 divverentFix bug in stringbuffers with bufstr_set not updating...
2008-01-10 blackFix some bugs in the getsurfacepointattribute code.
2008-01-10 blackFix the bmodel collision bug in csqc.
2007-12-21 divverentmake precache_sound return the sound index (for using...
2007-12-18 divverentprint ""gettagindex(entity #%i): tag \"%s\" not found...
2007-12-16 blackAdd getsurfacepointattribute to svqc and csqc (untested...
2007-12-06 havocadded DP_QC_VECTOANGLES_WITH_ROLL
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-09 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-10-06 divverentmake bestweapon customizable using a new register_bestw...
2007-10-01 havocadded support for arguire's strange protocols that...
2007-09-30 sajtfix some errors
2007-08-26 dreskAdded pointsound QC function to CL and SV VMs (extensio...
2007-08-16 dreskAdded SSQC Function "SV_OnEntityNoSpawnFunction" which...
2007-07-28 divverentKrimZon's FTE_STRINGS port, please test!
2007-07-04 havoccorrected comments for DP_FS_SEARCH functions to say...
2007-06-16 havocfix a bug with bounding box measurement when
2007-06-01 havocadded DP_EF_NOGUNBOB extension
2007-05-23 havocadded DP_QC_CVAR_DEFSTRING extension
2007-05-22 havocenable svc_pointparticles1 protocol, because the pointp...
2007-05-22 havocfix typo
2007-05-21 havocadded DP_SV_POINTPARTICLES extension string (the functi...
2007-05-21 havocadded svc_pointparticles1 for next protocol bump (uses...
2007-05-16 havocchanged an error when fighting the end boss of Nehahra...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
next