2007-04-24 |
havoc | reverted dresk's DP_SV_ALLOWTOUCHWITHOWNER patch as... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
dresk | Added QC float .allowtouchwithowner . Setting this... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
dresk | Fixed a typo by not putting a whitespace after the... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
dresk | Added new extension for .string netaddress (DP_SV_NETAD... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
havoc | sv.datagram is now flushed to client->unreliablemsg... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
divverent | New console commands sv_cmd, menu_cmd, cl_cmd, that... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
havoc | added DP_QC_TOKENIZEBYSEPARATOR extension |
blob | commitdiff | raw | diff to current |
2007-03-24 |
havoc | as requested by div0, sprint to world now behaves like... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
havoc | removed trailing comments on cvar declarations and... |
blob | commitdiff | raw | diff to current |
2007-03-09 |
havoc | fix incorrect parameter count check on setspawnparms... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
havoc | allow 0 parameters in VM_SV_makestatic due to a bug... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | fix two 'wrong number of parameters' errors |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | fixed parmcount check on VM_SV_AddStat from 2 parameter... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | this patch may break things and needs testing |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | added svc_trailparticles and svc_pointparticles, these... |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | a cosmetic change as suggested by div0: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | cleaned up client qc, menu qc, and server qc VM initial... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
havoc | added DP_QC_STRFTIME extension |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | added DP_SV_PRINT extension |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | added BX_WAL_SUPPORT to extensions list and documented... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | redesigned tempstring system, now uses a fixed size... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
havoc | modified droptofloor to treat trace.startsolid as an... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
havoc | added framecount and framerate checks to PF_effect |
blob | commitdiff | raw | diff to current |
2006-11-25 |
havoc | patch from Dresk which adds DP_SV_ENTITYCONTENTSTRANSIT... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
havoc | patch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi... |
blob | commitdiff | raw | diff to current |
2006-11-23 |
havoc | added DP_ASINACOSATANATAN2TAN extension which adds... |
blob | commitdiff | raw | diff to current |
2006-11-15 |
havoc | made cl_viewmodel_scale apply to csqc and gettaginfo |
blob | commitdiff | raw | diff to current |
2006-11-06 |
havoc | cleaned up almost all direct indexing of matrix4x4_t... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
havoc | use VM_Warning instead of Con_Printf+PRVM_PrintState |
blob | commitdiff | raw | diff to current |
2006-07-26 |
havoc | changed PF_WARNING to not do a return |
blob | commitdiff | raw | diff to current |
2006-07-24 |
havoc | some cleanups and improved warnings |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | added DP_GFX_EXTERNALTEXTURES_PERMAP extension |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-29 |
havoc | eliminated model->meshlist, replaced with an embedded... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
havoc | implemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
havoc | fixed bug that caused ClientDisconnect to not be called... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | eliminated calls to Matrix4x4_CreateIdentity (now copie... |
blob | commitdiff | raw | diff to current |
2006-02-28 |
havoc | patch from div0 to fix a comment |
blob | commitdiff | raw | diff to current |
2006-02-22 |
havoc | added NAN error checks to traceline and tracebox calls... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
havoc | migrated cls.message and client->message buffers into... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | disable EXT_CSQC extension name for now |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
havoc | added DP_EF_DOUBLESIDED extension to list |
blob | commitdiff | raw | diff to current |
2006-01-14 |
havoc | added DP_SV_CUSTOMIZEENTITYFORCLIENT extension based... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
havoc | redesigned the heart of SV_GetTagMatrix, it now makes... |
blob | commitdiff | raw | diff to current |
2005-12-30 |
havoc | refactored gettaginfo in an attempt to improve readabil... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | changed strzone, stuffcmd, and localcmd to be able... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
havoc | replaced CL_PointQ1Contents with longer calls to conten... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
sajt | Added a builtin for te_flamejet |
blob | commitdiff | raw | diff to current |
2005-08-23 |
sajt | Forgot a little portion of the comment :-( |
blob | commitdiff | raw | diff to current |
2005-08-23 |
sajt | Added DP_SV_WRITEUNTERMINATEDSTRING extension |
blob | commitdiff | raw | diff to current |
2005-08-20 |
havoc | added DP_SV_PRECACHEANYTIME extension |
blob | commitdiff | raw | diff to current |
2005-08-18 |
black | -Increased MAX_LIGHTSTYLES to 256. |
blob | commitdiff | raw | diff to current |
2005-08-17 |
black | Fixed a bug in the r_shadow light entity parser which... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
havoc | add DP_ENT_COLORMOD extension to extension lists |
blob | commitdiff | raw | diff to current |
2005-07-19 |
black | Moved the $cvar parser to Cmd_TokenizeString. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
black | -Moved findflags and findchainflags to the prvm_cmds.c. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
havoc | changed a lot of Host_Error calls to Con_Printf or... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
havoc | added DP_QUAKE3_MAP extension |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
|