]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_particles.c
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / cl_particles.c
2011-08-20 SamualMerge remote branch 'origin/master' into akari/irc akari/irc
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-01 havoceffectinfo velocitymultiplier defaults to 0 again
2011-07-01 havocfix default effectinfo gravity and size
2011-07-01 havocdefault effectinfo velocitymultiplier to 0 in nexuiz...
2011-06-30 havocfix some loading errors on effectinfo.txt where variabl...
2011-05-29 havocadded r_trippy cvar
2011-05-27 havocapply vid_sRGB correction to viewblends and particles
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-02 vortexTransparent sorting: added maxdist and array size cvars...
2011-04-15 AkariMerge branch 'master' into akari/irc
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-03-29 AkariMerge branch 'master' into akari/irc
2011-03-28 havocfix some warnings
2011-03-24 vortexAdd R_LightPoint which is fast version of R_CompleteLig...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2011-02-09 havocGL20 path now uses same shader as GLES2 (albeit with...
2010-12-17 divverentdo not crash if loading a particlefont texture fails
2010-12-17 divverentdo not crash if loading a particlefont texture fails
2010-11-21 havocsomeone broke R_CompleteLightPoint, fix this call
2010-11-21 havocsomeone broke R_CompleteLightPoint, fix this call
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-19 havocfix fog on particles (premultiplied alpha change was...
2010-11-19 havocparticle rendering now uses premultiplied alpha (texture is
2010-11-19 havocnow that performance of cl_decals_newsystem is not...
2010-11-19 havocnow that performance of cl_decals_newsystem is not...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-09-09 divverentremove sparks if slower than sqrt(0.03)
2010-09-09 divverentremove sparks if slower than sqrt(0.03)
2010-09-05 divverentnew cvars: r_drawparticles_nearclip_min and r_drawparti...
2010-09-05 divverentnew cvars: r_drawparticles_nearclip_min and r_drawparti...
2010-08-03 havocuse TE_EXPLOSION in effectinfo.txt when encountering...
2010-07-28 havocuse TE_EXPLOSION in effectinfo.txt when encountering...
2010-07-03 havocfix a crash in particlefont.txt parser when given no...
2010-07-03 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havoccreated new MSVC2008 project files and solution from...
2010-07-02 havocfix a crash in particlefont.txt parser when given no...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-27 divverentallow immediate stains in the new particle system to...
2010-06-24 divverentallow immediate stains in the new particle system to...
2010-06-22 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-15 havocreally fix multiple effectinfo.txt file loading
2010-05-15 divverentDP_CSQC_BOXPARTICLES
2010-05-15 havocappend maps/mapname_effectinfo.txt as intended
2010-05-15 divverentparticles: apply rotation so that in the initial displa...
2010-05-15 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-11 havocreally fix multiple effectinfo.txt file loading
2010-05-11 havocappend maps/mapname_effectinfo.txt as intended
2010-05-11 divverentparticles: apply rotation so that in the initial displa...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-02 divverentfix stain alpha
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-05-01 divverentfix stain alpha
2010-02-26 havocfix crash when MAX_DLIGHTS is hit and a trail effect...
2010-02-26 havocparticle geometry can now be rotated for more variety...
2010-02-26 havocadded cl_particles_collisions cvar to allow collisions...
2010-02-25 havocfix crash when MAX_DLIGHTS is hit and a trail effect...
2010-02-25 havocparticle geometry can now be rotated for more variety...
2010-02-25 havocadded cl_particles_collisions cvar to allow collisions...
2010-02-22 havocfix a couple enum mixed with int warnings
2010-02-22 havocrearrange particle_t fields to save memory
2010-02-22 havocadded texturename parameter in particles/particlefont.txt
2010-02-22 havocsort particles by effect origin rather than particle...
2010-02-18 havocfix a couple enum mixed with int warnings
2010-02-11 havocrearrange particle_t fields to save memory
2010-02-11 havocadded texturename parameter in particles/particlefont.txt
2010-02-11 havocsort particles by effect origin rather than particle...
2010-02-06 eihrulwhen using PBLEND_INVMOD or PBLEND_ADD modes for partic...
2010-02-06 divverentATTN VorteX: add a new field stainsize and stainalpha...
2010-02-01 eihrulwhen using PBLEND_INVMOD or PBLEND_ADD modes for partic...
2010-02-01 divverentATTN VorteX: add a new field stainsize and stainalpha...
2010-02-01 havocfix a bunch of warnings
2010-02-01 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-01-31 havocfix a bunch of warnings
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-01-26 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-24 havoc havoc@d7cf86... UNMERGE
2010-01-19 vortexTwo new cvars for blood particles: decal alpha, decal...
2010-01-17 vortexTwo new cvars for blood particles: decal alpha, decal...
2010-01-10 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-08 havocmore memory savings
2010-01-08 havocmore memory savings
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocfix some warnings about a variable being used twice...
2009-12-23 eihrulfixing sizeof(data) of pointer to particle texture...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-23 havocload maps/levelname_effectinfo.txt in addition to effec...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocfix some issues with r_hdr 1 (or r_hdr_scenebrightness...
next