2007-05-11 |
havoc | moved almost all server cvars to sv_main.c and added... |
blob | commitdiff | raw |
2007-05-07 |
havoc | rewrote server sendstates building code, no longer... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
dresk | Added DP_QC_STRING_CASE_FUNCTIONS extension, providing... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
dresk | Updated cl_sound_ric_gunshot CVar to support multiple... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
dresk | Added cl_sound_ric_gunshot which specifies if the relat... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
havoc | added DP_QC_TOKENIZEBYSEPARATOR extension |
blob | commitdiff | raw | diff to current |
2007-03-26 |
havoc | remove unnecessary calculations of absmin/absmax in... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
havoc | reworked prediction code to work better when riding... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
havoc | eliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC... |
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-19 |
havoc | removed vm_cl_extensions (now uses vm_sv_extensions) |
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-17 |
black | Hopefully this fixes a bug introduced with the latest... |
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-12 |
havoc | fixed problems with network entity viewmodels not follo... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
havoc | removed CL_UpdateEntities call in CSQC rendering code |
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 | moved DP_QC_UNLIMITEDTEMPSTRINGS in extensions list... |
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-23 |
havoc | fixed bug in CSQC_AddRenderEdict (it was using the... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
havoc | eliminated cl.csqc_entities array and related fields |
blob | commitdiff | raw | diff to current |
2007-01-23 |
havoc | significant cleanup of CL_UpdateEntities, GL_UpdateNetw... |
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-08-26 |
havoc | CSQC fixes (less broken, still not spec compliant) |
blob | commitdiff | raw | diff to current |
2006-08-16 |
havoc | changed several '^' checks to STRING_COLOR_TAG as they... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
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-06-07 |
havoc | added DP_GFX_EXTERNALTEXTURES_PERMAP extension |
blob | commitdiff | raw | diff to current |
2006-05-25 |
havoc | replaced cl_beams_relative cvar with cl_beams_quakeposi... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
havoc | reorganized a lot of renderer variables into r_refdef... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
havoc | fixed really stupid typo in CL_TraceBox regarding bmode... |
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-04-04 |
havoc | added particle effect scripting using effectinfo.txt... |
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-15 |
havoc | moved many cl_ prefixed variables into cl. or cls. |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | fix typo |
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 | reduced number of GAME_NEXUIZ checks in the engine... |
blob | commitdiff | raw | diff to current |
2006-02-25 |
havoc | QW support getting closer |
blob | commitdiff | raw | diff to current |
2006-02-24 |
havoc | renamed cl.protocol to cls.protocol |
blob | commitdiff | raw | diff to current |
2006-02-07 |
havoc | changed two MAX_LIGHTSTYLE references to cl_max_lightstyle |
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 | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
|