]> icculus.org git repositories - divverent/darkplaces.git/history - clvm_cmds.c
cleaned up almost all direct indexing of matrix4x4_t structures to go through proper...
[divverent/darkplaces.git] / clvm_cmds.c
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...