]> icculus.org git repositories - divverent/darkplaces.git/history - csprogs.c
check BoxTouchingPVS, not PointInLeaf
[divverent/darkplaces.git] / csprogs.c
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-11-27 divverentUGLY HACK: intercept curl commands when playing back...
2008-11-20 havocadded some flag clearing in csqc render entity setup...
2008-11-04 divverentfix some format string errors, and return value of...
2008-11-01 divverentfix broken demos with csqc code
2008-10-02 havocadded width and height parameters to CSQC_UpdateView...
2008-08-24 divverentfix Sajt's errors (in Visual Studio, I assume) in a...
2008-08-24 sajtfix some errors and warnings
2008-08-11 divverentdemo recording: stuff csprogs.dat files into .dem files...
2008-07-24 havocdon't warn about CSQC_Ent_Remove on an already-removed...
2008-07-15 divverentcompile fix
2008-07-15 divverentmove the -1 setting of csqc_* to a better place (argh...)
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-03-25 havocin csqc set self to the client entity before calling...
2008-02-27 blackI must have been smoking cannabis when I wrote this...
2008-02-22 havocset csqc world.mins and world.maxs (reworked World_SetS...
2008-02-04 havocreplaced World_Clear with World_SetSize and World_UnlinkAll
2008-02-03 havocrevert my change and fix the types on Black's changes...
2008-02-03 havocfix Black's PRVM_EDICT_NUM_ERROR return type change...
2008-02-01 blackRewrite CSQC's setmodel a bit.
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2008-01-04 resChanging passing of key event ASCII codes to CSQC to...
2008-01-03 resProvide 'ascii' key input to CSQC.
2008-01-02 resMade CSQC_AddRenderEdict compute the tag matrix if...
2007-12-31 resMade CSQC VM initialization prefer the program download...
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-10-15 havocset pmove_org and pmove_vel again in csqc because it...
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...