]> icculus.org git repositories - divverent/darkplaces.git/history - svvm_cmds.c
lowered fresnel power in GLSL shader from 5.0 to 2.0 to make water
[divverent/darkplaces.git] / svvm_cmds.c
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...
2007-04-24 havocreverted dresk's DP_SV_ALLOWTOUCHWITHOWNER patch as...
2007-04-24 dreskAdded QC float .allowtouchwithowner . Setting this...
2007-04-24 dreskFixed a typo by not putting a whitespace after the...
2007-04-23 dreskAdded new extension for .string netaddress (DP_SV_NETAD...
2007-04-16 havocsv.datagram is now flushed to client->unreliablemsg...
2007-04-15 divverentNew console commands sv_cmd, menu_cmd, cl_cmd, that...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-03-24 havocas requested by div0, sprint to world now behaves like...
2007-03-12 havocremoved trailing comments on cvar declarations and...
2007-03-09 havocfix incorrect parameter count check on setspawnparms...
2007-02-24 havocallow 0 parameters in VM_SV_makestatic due to a bug...
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: --------------------------------------------...