]> icculus.org git repositories - divverent/darkplaces.git/history - csprogs.c
patch from div0 that makes curl downloads stay connected to the game server while...
[divverent/darkplaces.git] / csprogs.c
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...