2009-03-30 |
havoc | reworked animation interpolation code - entity_render_t... |
blob | commitdiff | raw |
2009-03-27 |
divverent | same fix for csqc |
blob | commitdiff | raw | diff to current |
2009-03-27 |
divverent | properly let sounds come out of attached entities ... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
havoc | added shadertime field in csqc |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2009-01-16 |
havoc | added servertime, serverprevtime, serverdeltatime globa... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
divverent | make csqc entity sounds follow their entity |
blob | commitdiff | raw | diff to current |
2008-12-18 |
havoc | added DP_EF_NOSELFSHADOW extension |
blob | commitdiff | raw | diff to current |
2008-11-27 |
divverent | UGLY HACK: intercept curl commands when playing back... |
blob | commitdiff | raw | diff to current |
2008-11-20 |
havoc | added some flag clearing in csqc render entity setup... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
divverent | fix some format string errors, and return value of... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
divverent | fix broken demos with csqc code |
blob | commitdiff | raw | diff to current |
2008-10-02 |
havoc | added width and height parameters to CSQC_UpdateView... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | fix Sajt's errors (in Visual Studio, I assume) in a... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
sajt | fix some errors and warnings |
blob | commitdiff | raw | diff to current |
2008-08-11 |
divverent | demo recording: stuff csprogs.dat files into .dem files... |
blob | commitdiff | raw | diff to current |
2008-07-24 |
havoc | don't warn about CSQC_Ent_Remove on an already-removed... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
divverent | compile fix |
blob | commitdiff | raw | diff to current |
2008-07-15 |
divverent | move the -1 setting of csqc_* to a better place (argh...) |
blob | commitdiff | raw | diff to current |
2008-06-01 |
divverent | some const fixes and type fixes found by gcc -combine |
blob | commitdiff | raw | diff to current |
2008-04-21 |
divverent | globally rename model_t to dp_model_t for OpenSolaris... |
blob | commitdiff | raw | diff to current |
2008-03-25 |
havoc | in csqc set self to the client entity before calling... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
black | I must have been smoking cannabis when I wrote this... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
havoc | set csqc world.mins and world.maxs (reworked World_SetS... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | replaced World_Clear with World_SetSize and World_UnlinkAll |
blob | commitdiff | raw | diff to current |
2008-02-03 |
havoc | revert my change and fix the types on Black's changes... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
havoc | fix Black's PRVM_EDICT_NUM_ERROR return type change... |
blob | commitdiff | raw | diff to current |
2008-02-01 |
black | Rewrite CSQC's setmodel a bit. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
black | Move a part of r_refdef_t into a new r_refdef_scene_t... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
black | Add CSQC rendering support to the menu (uses the same... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
black | Refactor the code to make r_view and r_viewcache member... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
res | Changing passing of key event ASCII codes to CSQC to... |
blob | commitdiff | raw | diff to current |
2008-01-03 |
res | Provide 'ascii' key input to CSQC. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
res | Made CSQC_AddRenderEdict compute the tag matrix if... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
res | Made CSQC VM initialization prefer the program download... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
havoc | moved entity_render_t modellight_* field updates from... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
black | Add full support for csqc's sensitivityscale (no clampi... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
black | Remove unused MP_Fallback from menu.c. |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | changed texture formats from RGBA to BGRA, yes this... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
havoc | set pmove_org and pmove_vel again in csqc because it... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
dresk | Added optional CSQC function CSQC_Event_Sound with... |
blob | commitdiff | raw | diff to current |
2007-09-08 |
dresk | Added optional float global sb_showscores to CSQC that... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
dresk | Added CSQC globals dmg_take, dmg_save and dmg_origin... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
dresk | Added support for assigning coop and deathmatch global... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
divverent | allow shirt/pants/scoreboard colors to be pulled from... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
dresk | Reverted addition of float global intermission to clpro... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
dresk | Added the global float "intermission" to CSQC defs... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
dresk | Added the map name (ie. "The Grisly Grotto") to the... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
havoc | fix uninitialized variable when CSQC does not have... |
blob | commitdiff | raw | diff to current |
2007-06-17 |
havoc | fix problem in CL_VM_ConsoleCommand |
blob | commitdiff | raw | diff to current |
2007-06-17 |
havoc | added view_angles field in csqc, no longer sets pmove_o... |
blob | commitdiff | raw | diff to current |
2007-06-17 |
havoc | patch from Spike which implements colormap support... |
blob | commitdiff | raw | diff to current |
2007-06-17 |
havoc | changed all references to entity_render_t->frame to... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
havoc | merged several identical pieces of worldmodel setup... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
havoc | fix a runaway loop if parsing fails on csqc entities |
blob | commitdiff | raw | diff to current |
2007-06-10 |
havoc | fix .frame2 csqc field |
blob | commitdiff | raw | diff to current |
2007-05-11 |
havoc | moved almost all server cvars to sv_main.c and added... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
havoc | rewrote server sendstates building code, no longer... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
havoc | significant cleanup of input networking code (reorganiz... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
havoc | added DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
havoc | somehow forgot to save this file before committing... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
havoc | player model no longer shadows gun model |
blob | commitdiff | raw | diff to current |
2007-03-27 |
havoc | remove unused variable |
blob | commitdiff | raw | diff to current |
2007-03-26 |
havoc | slight optimization to CSQC_AddRenderEdict - don't... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
havoc | implemented proper handling of .frame2/.lerpfrac/.frame... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
havoc | eliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | moved cl.movesequence/cl.servermovesequence to cls... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | this patch may break things and needs testing |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | fixed support of progs.dat files with important global... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | removed vm_cl_extensions (now uses vm_sv_extensions) |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | a cosmetic change as suggested by div0: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | fix an uninitialized variable warnign |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | cleaned up client qc, menu qc, and server qc VM initial... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
havoc | removed CL_UpdateEntities call in CSQC rendering code |
blob | commitdiff | raw | diff to current |
2007-02-05 |
havoc | redesigned input networking code (still same protocol... |
blob | commitdiff | raw | diff to current |
2007-01-25 |
havoc | fixed renderflags handling in CSQC_AddRenderEdict |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | fix a few typos in comments |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | redesigned tempstring system, now uses a fixed size... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
havoc | fixed bug in CSQC_AddRenderEdict (it was using the... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
havoc | eliminated cl.csqc_entities array and related fields |
blob | commitdiff | raw | diff to current |
2007-01-23 |
havoc | significant cleanup of CL_UpdateEntities, GL_UpdateNetw... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
havoc | implemented csprogs.dat downloading with special dlcach... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-12-11 |
havoc | changed demo playback csqc mismatch error to a warning |
blob | commitdiff | raw | diff to current |
2006-12-06 |
havoc | fix connect error when csqc is not present (oops!) |
blob | commitdiff | raw | diff to current |
2006-12-06 |
havoc | fixed bug that caused csqc to only load after a map... |
blob | commitdiff | raw | diff to current |
2006-11-15 |
havoc | fixed view location bugs in csqc; it was reading the... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
black | Try to fix a dedicated server crash by moving the two... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
havoc | CSQC fixes (less broken, still not spec compliant) |
blob | commitdiff | raw | diff to current |
2006-08-04 |
molivier | Replaced all calls to str[n]cat and strncpy by calls... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | disabled loading of csprogs.dat if developer is less... |
blob | commitdiff | raw | diff to current |
2006-05-10 |
havoc | added a comment |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
havoc | implemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
havoc | moved many cl_ prefixed variables into cl. or cls. |
blob | commitdiff | raw | diff to current |
2006-01-21 |
molivier | A few casts and variable type changes to get rid of... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
|