]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_particles.c
cmd: Use a bitshift and subtract to calculate CF_MAXFLAGSVAL
[xonotic/darkplaces.git] / cl_particles.c
2021-02-04 cloudwalkcl_particles: Fix rain splash particles falling through... 103/merge
2020-10-02 cloudwalkcl_particles: Tweak the smoke, blood, and rocket launch...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-16 cloudwalkImplement "forcenearest" particle effect key, ported...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-05-18 cloudwalkFix a few bugs detected by Cppcheck
2020-01-23 havocRemove old decal system, cl_decals_newsystem has been...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-07-01 havocUse the model renderer on the UI - this means q3shaders...
2018-05-20 havocRemove some unused parameters on R_SetupShader_Generic.
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-14 havocAdded v_isometric cvars, this mode is mostly a curiosit...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2018-04-07 havocMissed the cl_particles.c edits to remove RSurf_ActiveW...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
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...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-10 divverentLimit number of particles created at once.
2015-03-05 divverentFix a dead initialization. Fix a use of an uninitialize...
2015-03-02 divverentJust in case, make decalsequence always unsigned too.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2013-09-30 divverentsupport "declaring" particle effects at the top of...
2013-07-29 divverentaudit all uses of CL_ParticleEffect and CL_ParticleTrai...
2013-07-29 divverentTreat attempts to draw trails with pointparticles as...
2013-07-28 divverentcl_particles_forcetraileffects: emulate old trail behav...
2013-07-27 divverentSeparate box and trail particles. Makes Xonotic's Nex...
2013-04-19 divverentfix endless loop with gcc 4.8
2013-04-16 havocwhen using engine particles (not effectinfo), prevent...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2013-02-23 havocadded velocity-oriented blood decals, cvar is cl_decals...
2013-01-10 havocfix effectinfo.txt trail effects which were honoring...
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-04-12 havocfix a use of Cmd_Argv(1) as a dpsnprintf format string
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-22 havocmark some functions as static to hush warnings
2012-03-20 vortexcl_particles_reloadeffects <filename> - reload effects...
2011-12-02 divverentfix a typo... why didn't compiler error
2011-12-02 divverenteffectinfo: lightcorona <alphascale> <sizescale> (defau...
2011-11-15 divverentnew effectinfo keywords: relativeoriginoffset, relative...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-23 divverentfix a sRGB conversion in effectinfo handling
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
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-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
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-11-21 havocsomeone broke R_CompleteLightPoint, fix this call
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-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-09-09 divverentremove sparks if slower than sqrt(0.03)
2010-09-05 divverentnew cvars: r_drawparticles_nearclip_min and r_drawparti...
2010-07-28 havocuse TE_EXPLOSION in effectinfo.txt when encountering...
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-24 divverentallow immediate stains in the new particle system to...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
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-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-05-01 divverentfix stain alpha
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-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-01 eihrulwhen using PBLEND_INVMOD or PBLEND_ADD modes for partic...
2010-02-01 divverentATTN VorteX: add a new field stainsize and stainalpha...
2010-01-31 havocfix a bunch of warnings
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-01-17 vortexTwo new cvars for blood particles: decal alpha, decal...
next