]> icculus.org git repositories - divverent/darkplaces.git/history - csprogs.c
changed reflect/refract keywords to
[divverent/darkplaces.git] / csprogs.c
2007-09-16 dreskAdded optional CSQC function CSQC_Event_Sound with...
2007-09-08 dreskAdded optional float global sb_showscores to CSQC that...
2007-08-13 dreskAdded CSQC globals dmg_take, dmg_save and dmg_origin...
2007-08-10 dreskAdded support for assigning coop and deathmatch global...
2007-08-10 divverentallow shirt/pants/scoreboard colors to be pulled from...
2007-07-27 dreskReverted addition of float global intermission to clpro...
2007-07-24 dreskAdded the global float "intermission" to CSQC defs...
2007-07-24 dreskAdded the map name (ie. "The Grisly Grotto") to the...
2007-06-20 havocfix uninitialized variable when CSQC does not have...
2007-06-17 havocfix problem in CL_VM_ConsoleCommand
2007-06-17 havocadded view_angles field in csqc, no longer sets pmove_o...
2007-06-17 havocpatch from Spike which implements colormap support...
2007-06-17 havocchanged all references to entity_render_t->frame to...
2007-06-11 havocmerged several identical pieces of worldmodel setup...
2007-06-11 havocfix a runaway loop if parsing fails on csqc entities
2007-06-10 havocfix .frame2 csqc field
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-05-01 havocsignificant cleanup of input networking code (reorganiz...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-07 havocsomehow forgot to save this file before committing...
2007-04-07 havocplayer model no longer shadows gun model
2007-03-27 havocremove unused variable
2007-03-26 havocslight optimization to CSQC_AddRenderEdict - don't...
2007-03-12 havocimplemented proper handling of .frame2/.lerpfrac/.frame...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-19 havocthis patch may break things and needs testing
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-15 havocfix an uninitialized variable warnign
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-05 havocredesigned input networking code (still same protocol...
2007-01-25 havocfixed renderflags handling in CSQC_AddRenderEdict
2007-01-24 havocfix a few typos in comments
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...
2007-01-22 havocimplemented csprogs.dat downloading with special dlcach...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-11 havocchanged demo playback csqc mismatch error to a warning
2006-12-06 havocfix connect error when csqc is not present (oops!)
2006-12-06 havocfixed bug that caused csqc to only load after a map...
2006-11-15 havocfixed view location bugs in csqc; it was reading the...
2006-09-13 blackTry to fix a dedicated server crash by moving the two...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-06-07 havocdisabled loading of csprogs.dat if developer is less...
2006-05-10 havocadded a comment
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...