2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw |
2010-05-12 |
divverent | DP_CSQC_BOXPARTICLES |
blob | commitdiff | raw | diff to current |
2010-05-10 |
havoc | fixed bug with effectinfo.txt loading so that it now... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
divverent | screenshot: get rid of the 3*w*h+18 TGA buffer; instead... |
blob | commitdiff | raw | diff to current |
2010-05-04 |
divverent | demo deleting: switch the meaning of the values 2 and... |
blob | commitdiff | raw | diff to current |
2010-05-02 |
divverent | Add QC/cfg facilities to control deletion of automatica... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
havoc | implemented a new type of height fog using a texture... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
havoc | added cl_prydoncursor_notrace cvar |
blob | commitdiff | raw | diff to current |
2010-01-16 |
havoc | don't reject render entities from being added just... |
blob | commitdiff | raw | diff to current |
2010-01-08 |
havoc | more memory savings |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | fix some warnings about a variable being used twice... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
divverent | - fix specular stuff on Q1BSP |
blob | commitdiff | raw | diff to current |
2009-12-20 |
samual | Update cl_deathfade cvar description |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-11-14 |
havoc | make csqc render entities persistent (except the temp... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
divverent | fix typo |
blob | commitdiff | raw | diff to current |
2009-11-08 |
havoc | new decal system (cl_decals_newsystem 1 to activate) |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | more error code fixing |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | more stupid error code passing |
blob | commitdiff | raw | diff to current |
2009-11-07 |
divverent | try fixing gettaginfo in client with frameblend etc... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | implemented fog height setting, along with fade depth... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | added fogging info to rsurface state so model scaling... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
divverent | entity light equalization as an alternative rendering... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
vortex | hacky and experimental DP_LIGHTSTYLE_STATICVALUE extens... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | change cl_lerping interpolation model from euler angles... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | ODE: joints |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | added DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | split CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | minor optimization to CL_RelinkLightFlashes |
blob | commitdiff | raw | diff to current |
2009-09-15 |
divverent | use correct type to fix a warning :P |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fixed compile errors and warnings using Dev-C++ in... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
samual | cl_deathfade: new effect which makes the screen fade... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
havoc | fixed several warnings that appear with -std=gnu99... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
divverent | Fix spurious error message in CL_Locs_FreeNode - ID... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
havoc | it is now possible to have multiple map models loaded... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
havoc | reworked animation interpolation code - entity_render_t... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
havoc | compute sorted surface list at load of each model ... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
divverent | add a strftime reference to the cvar descriptions so... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
havoc | added shadertime field in csqc |
blob | commitdiff | raw | diff to current |
2009-02-12 |
havoc | early steps toward support for persistent caching of... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-12-28 |
divverent | fix whitespace handling: |
blob | commitdiff | raw | diff to current |
2008-12-18 |
havoc | added DP_EF_NOSELFSHADOW extension |
blob | commitdiff | raw | diff to current |
2008-11-10 |
divverent | r_shadows: use the parent entity's light direction... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
havoc | split FS_Open into FS_OpenRealFile and FS_OpenVirtualFi... |
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-07-15 |
divverent | and move the declaration for CL_VM_Shutdown up |
blob | commitdiff | raw | diff to current |
2008-07-15 |
divverent | call CSQC_Shutdown between levels too! |
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-10 |
havoc | replaced cl.movement_queue with direct use of cl.movecm... |
blob | commitdiff | raw | diff to current |
2008-03-08 |
havoc | increased maxtempentities from 512 to 4096, this affect... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
black | Move rt* states and the ambient value into r_refdef_sce... |
blob | commitdiff | raw | diff to current |
2008-01-25 |
havoc | vary r_drawparticles_drawdistance and r_drawdecals_draw... |
blob | commitdiff | raw | diff to current |
2008-01-25 |
havoc | implemented framerate-dependent particle quality reduct... |
blob | commitdiff | raw | diff to current |
2008-01-22 |
havoc | merged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
res | Gecko: load OffscreenGecko dynamically |
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-05 |
havoc | the -profilegameonly option now stops profiling in... |
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 |
2007-12-23 |
divverent | fix fog help text |
blob | commitdiff | raw | diff to current |
2007-12-23 |
divverent | add default for fog_end too |
blob | commitdiff | raw | diff to current |
2007-12-23 |
havoc | colormod values above 1 1 1 should work properly with... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
divverent | first part of fog changes: no longer use a complex... |
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-09 |
divverent | fog gets additional parameters mindist and maxdist... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
havoc | added r_refdef.rtlightstylevalue which is a float versi... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
havoc | added r_lerplightstyles cvar which now defaults off... |
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-11-27 |
black | Rework cl_video to use dyntextures. |
blob | commitdiff | raw | diff to current |
2007-11-13 |
havoc | changed default value of cl_stainmaps to 0 (was 1) |
blob | commitdiff | raw | diff to current |
2007-11-13 |
havoc | added separate world surfaces and world triangles stats... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
havoc | optimized SHOWLMP code (only used by Nehahra) to not... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
divverent | make bestweapon customizable using a new register_bestw... |
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-08-09 |
havoc | fix a clientside bug with CL_ValidateState altering... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
dresk | Updated cl_modelindexlist command with additional model... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
dresk | Added command cl_soundindexlist which lists the sound... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
havoc | support modelflags field on entity without a model |
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-13 |
havoc | brought back the client->sendsignon flag from original... |
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-01 |
havoc | added DP_EF_NOGUNBOB extension |
blob | commitdiff | raw | diff to current |
2007-05-23 |
havoc | changed DP_SV_MODELFLAGS_AS_EFFECTS extension, now... |
blob | commitdiff | raw | diff to current |
2007-05-23 |
havoc | remove stupid int casts of pitch/yaw in beam code,... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
divverent | new option -capturedemo to capture a demo to an AVI... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
havoc | now sends player physics variables as stats, including... |
blob | commitdiff | raw | diff to current |
2007-05-04 |
havoc | fixed broken trails (introduced by my attempt to fix... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
havoc | fix bug where attached models spawn a trail from their... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
havoc | implemented QW skin support, it's broken on skins that... |
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-24 |
havoc | allow model flags to work on attached entities |
blob | commitdiff | raw | diff to current |
2007-04-24 |
dresk | Added check for MAX_MODELS in cl_modelindexlist command |
blob | commitdiff | raw | diff to current |
2007-04-24 |
dresk | Removed modelindexlist command from cmd.c, shifted... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
havoc | moved calls of CL_ReadDemoMessage and CL_SendMove from... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
havoc | replaced cl_nettimesyncmode with 3 cvars cl_nettimesync... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
havoc | implemented shownetgraph |
blob | commitdiff | raw | diff to current |
2007-04-14 |
havoc | changed default cl_autodemo_nameformat to put demos... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
havoc | removed some unnecessary code in CL_TimeRefresh_f |
blob | commitdiff | raw | diff to current |
next |