]> icculus.org git repositories - divverent/darkplaces.git/history - clvm_cmds.c
eliminated rmeshstate_t .pointer_vertex and .pointer_color (now must use R_Mesh_Verte...
[divverent/darkplaces.git] / clvm_cmds.c
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...