]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - clvm_cmds.c
added polygonoffset as a texture property, used on submodels (such as
[xonotic/darkplaces.git] / clvm_cmds.c
2007-05-23 havocadded DP_QC_CVAR_DEFSTRING extension
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-30 dreskUpdated cl_sound_ric_gunshot CVar to support multiple...
2007-04-27 dreskAdded cl_sound_ric_gunshot which specifies if the relat...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-03-26 havocremove unnecessary calculations of absmin/absmax in...
2007-03-08 havocreworked prediction code to work better when riding...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-19 havocthis patch may break things and needs testing
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-12 havocfixed problems with network entity viewmodels not follo...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-03 havocmoved DP_QC_UNLIMITEDTEMPSTRINGS in extensions list...
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-23 havocfixed bug in CSQC_AddRenderEdict (it was using the...
2007-01-23 havoceliminated cl.csqc_entities array and related fields
2007-01-23 havocsignificant cleanup of CL_UpdateEntities, GL_UpdateNetw...
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-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-16 havocchanged several '^' checks to STRING_COLOR_TAG as they...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-26 havocchanged PF_WARNING to not do a return
2006-06-07 havocadded DP_GFX_EXTERNALTEXTURES_PERMAP extension
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-15 havocfixed really stupid typo in CL_TraceBox regarding bmode...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-04 havocadded particle effect scripting using effectinfo.txt...
2006-03-29 havoceliminated model->meshlist, replaced with an embedded...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-04 havocfix typo
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-02-28 havocreduced number of GAME_NEXUIZ checks in the engine...
2006-02-25 havocQW support getting closer
2006-02-24 havocrenamed cl.protocol to cls.protocol
2006-02-07 havocchanged two MAX_LIGHTSTYLE references to cl_max_lightstyle
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...