]> icculus.org git repositories - divverent/darkplaces.git/history - svvm_cmds.c
added mleaf_t->containscollisionsurfaces variable which indicates if the leafsurfaces...
[divverent/darkplaces.git] / svvm_cmds.c
2007-02-19 havocfix two 'wrong number of parameters' errors
2007-02-19 havocfixed parmcount check on VM_SV_AddStat from 2 parameter...
2007-02-19 havocthis patch may break things and needs testing
2007-02-18 havocadded svc_trailparticles and svc_pointparticles, these...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-03 havocadded DP_SV_PRINT extension
2007-01-24 havocadded BX_WAL_SUPPORT to extensions list and documented...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-22 havocmodified droptofloor to treat trace.startsolid as an...
2007-01-22 havocadded framecount and framerate checks to PF_effect
2006-11-25 havocpatch from Dresk which adds DP_SV_ENTITYCONTENTSTRANSIT...
2006-11-24 havocpatch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi...
2006-11-23 havocadded DP_ASINACOSATANATAN2TAN extension which adds...
2006-11-15 havocmade cl_viewmodel_scale apply to csqc and gettaginfo
2006-11-06 havoccleaned up almost all direct indexing of matrix4x4_t...
2006-07-26 havocuse VM_Warning instead of Con_Printf+PRVM_PrintState
2006-07-26 havocchanged PF_WARNING to not do a return
2006-07-24 havocsome cleanups and improved warnings
2006-06-07 havocadded DP_GFX_EXTERNALTEXTURES_PERMAP extension
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-29 havoceliminated model->meshlist, replaced with an embedded...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-09 havocfixed bug that caused ClientDisconnect to not be called...
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-02-28 havocpatch from div0 to fix a comment
2006-02-22 havocadded NAN error checks to traceline and tracebox calls...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havocdisable EXT_CSQC extension name for now
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-14 havocadded DP_EF_DOUBLESIDED extension to list
2006-01-14 havocadded DP_SV_CUSTOMIZEENTITYFORCLIENT extension based...
2006-01-08 havocredesigned the heart of SV_GetTagMatrix, it now makes...
2005-12-30 havocrefactored gettaginfo in an attempt to improve readabil...
2005-11-25 havocchanged strzone, stuffcmd, and localcmd to be able...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-26 havocreplaced CL_PointQ1Contents with longer calls to conten...
2005-08-23 sajtAdded a builtin for te_flamejet
2005-08-23 sajtForgot a little portion of the comment :-(
2005-08-23 sajtAdded DP_SV_WRITEUNTERMINATEDSTRING extension
2005-08-20 havocadded DP_SV_PRECACHEANYTIME extension
2005-08-18 black-Increased MAX_LIGHTSTYLES to 256.
2005-08-17 blackFixed a bug in the r_shadow light entity parser which...
2005-08-08 havocadd DP_ENT_COLORMOD extension to extension lists
2005-07-19 blackMoved the $cvar parser to Cmd_TokenizeString.
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-05-29 havocadded DP_QUAKE3_MAP extension
2005-05-27 black-CVS: --------------------------------------------...