]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cl_main.c
Change shadowless rtlights so that they are not occluded by anything - no pvs checks...
[xonotic/darkplaces.git] / cl_main.c
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2014-06-01 havocAdded Quake2 BSP support (IBSP38), this is a work in...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-09-19 divverentRework game specific hacks to have a special group...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentSeparate box and trail particles. Makes Xonotic's Nex...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-08 havocallow time-based traileffectnum effects by passing...
2011-11-04 havocfix crash in CL_ModelIndexList_f
2011-11-02 divverentfix accuracy issue in timerefresh
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-08-20 divverentcvar: csqc_usedemoprogs
2011-06-27 havocfix C++ compile errors
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-26 divverentfunny feature: cl_lerpexcess
2011-05-31 divverentviewmodel matrix fixes:
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2011-03-20 havocmake it easier to benchmark steelstorm by stopping...
2011-03-19 vortexdynamically grow maxtempentities
2011-03-19 vortexadd -maxtempents switch to increase starting 256/4000...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-12-16 divverentWhen reallocating CSQC render entity space, make sure...
2010-10-16 divverentextension (does this need a QC extension name?): allow...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-04 divverentdemo deleting: switch the meaning of the values 2 and...
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-03-09 havocimplemented a new type of height fog using a texture...
2010-02-27 havocadded cl_prydoncursor_notrace cvar
2010-01-16 havocdon't reject render entities from being added just...
2010-01-08 havocmore memory savings
2009-12-24 havocfix some warnings about a variable being used twice...
2009-12-20 divverent- fix specular stuff on Q1BSP
2009-12-20 samualUpdate cl_deathfade cvar description
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-14 havocmake csqc render entities persistent (except the temp...
2009-11-09 divverentfix typo
2009-11-08 havocnew decal system (cl_decals_newsystem 1 to activate)
2009-11-07 divverentmore error code fixing
2009-11-07 divverentmore stupid error code passing
2009-11-07 divverenttry fixing gettaginfo in client with frameblend etc...
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocadded fogging info to rsurface state so model scaling...
2009-11-06 divverententity light equalization as an alternative rendering...
2009-10-22 vortexhacky and experimental DP_LIGHTSTYLE_STATICVALUE extens...
2009-10-22 divverentchange cl_lerping interpolation model from euler angles...
2009-10-22 divverentODE: joints
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-10-03 havocminor optimization to CL_RelinkLightFlashes
2009-09-15 divverentuse correct type to fix a warning :P
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-09-13 samualcl_deathfade: new effect which makes the screen fade...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-04-09 divverentFix spurious error message in CL_Locs_FreeNode - ID...
2009-04-04 havocit is now possible to have multiple map models loaded...
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-29 havoccompute sorted surface list at load of each model ...
2009-03-03 divverentadd a strftime reference to the cvar descriptions so...
2009-02-15 havocadded shadertime field in csqc
2009-02-12 havocearly steps toward support for persistent caching of...
2009-01-28 divverentmake DP compile with C++ again
2008-12-28 divverentfix whitespace handling:
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-11-10 divverentr_shadows: use the parent entity's light direction...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-07-15 divverentmove the -1 setting of csqc_* to a better place (argh...)
2008-07-15 divverentand move the declaration for CL_VM_Shutdown up
2008-07-15 divverentcall CSQC_Shutdown between levels too!
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-03-10 havocreplaced cl.movement_queue with direct use of cl.movecm...
2008-03-08 havocincreased maxtempentities from 512 to 4096, this affect...
2008-02-25 blackMove rt* states and the ambient value into r_refdef_sce...
2008-01-25 havocvary r_drawparticles_drawdistance and r_drawdecals_draw...
2008-01-25 havocimplemented framerate-dependent particle quality reduct...
2008-01-22 havocmerged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo...
2008-01-16 resGecko: load OffscreenGecko dynamically
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-05 havocthe -profilegameonly option now stops profiling in...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-12-23 divverentfix fog help text
2007-12-23 divverentadd default for fog_end too
2007-12-23 havoccolormod values above 1 1 1 should work properly with...
2007-12-22 divverentfirst part of fog changes: no longer use a complex...
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-09 divverentfog gets additional parameters mindist and maxdist...
next