]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - r_explosion.c
Don't bother setting anisotropy on textures twice during startup.
[xonotic/darkplaces.git] / r_explosion.c
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...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-05-29 havocadded r_trippy cvar
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-01-31 havocfix more warnings
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-20 havoceliminated R_Mesh_TextureState function and rmeshstate_...
2009-12-08 havocdon't upload a fog texture for explosion shells if...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-02-12 havocadded TEXF_FORCELINEAR to many special effect textures
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-01-27 havocimplemented r_glsl_usegeneric cvar, this causes generic...
2008-01-22 havocmerged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo...
2008-01-05 havockeep track of number of active explosions rather than...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-08-24 havocno longer compresses embedded textures (in q1 and hl...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-04-07 havocadded GL_DepthRange function and MATERIALFLAG_SHORTDEPT...
2007-04-04 havocadded bufferobject and bufferoffset parameters to all...
2007-02-19 havocthis patch may break things and needs testing
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-04-04 havocadded particle effect scripting using effectinfo.txt...
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-02-01 havocadded description string to all cvars and commands
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-08-20 havocmade some things static
2005-06-19 havocremove unused frametime calculation
2005-05-09 havocchanged R_NewExplosion check for dead explosions to...
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-03-28 havocadded a firstvertex parameter to R_Mesh_DrawMesh
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-05-19 havocrestructured parts of explosion code
2004-05-18 havocTomaz patch to implement controllable fade rate in...
2004-05-17 havocTomaz added some cl_explosions cvars, more work on...
2004-03-10 havocnow calls GL_LockArrays manually around each R_Mesh_Dra...
2004-03-10 havocmerged CL_ColorPointer into R_Mesh_State
2004-03-10 havocR_Mesh_State_Texture and GL_VertexPointer merge once...
2004-03-10 havocGL_Color no longer interacts with GL_ColorPointer ...
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-07-03 havocfixed numerous bugs with explosion hull shape (now...
2003-07-01 havocredesigned how the renderer handles much of it's state...
2003-05-26 havocremoved directional shading on explosions because it...
2003-05-25 havocsimplified explosion rendering a little (probably a...
2003-03-15 havocvarray_* rewritten to remove padding (varray_vertex3f...
2003-03-09 havocchanged R_Mesh_ system (again), now uses R_Mesh_GetSpac...
2002-10-26 havocfix for drawing explosions and sky twice as much as...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-05 havoctexcoord arrays are now 3 component (padded to 4 floats)
2002-09-30 havocgl backend now has functions for color array and flat...
2002-09-27 havocCL_TraceLine can now return what entity was hit (this...
2002-09-17 havocm.wantoverbright is gone
2002-09-12 havocvarray_element is gone, instead you pass your own eleme...
2002-09-06 havoctransform matrix is now separate from R_Mesh_State...
2002-09-06 havocvertex arrays renamed to varray_ and exposed to rest...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-08-27 havocgot rid of lots of unnecessary m.transparent = lines...
2002-08-27 havocengine mostly converted to use R_MeshQueue functions...
2002-08-25 havocbatching is gone.
2002-08-24 havocdetail texturing added (although with just one generate...
2002-08-09 havocconverted code to use R_Mesh_Draw_GetBuffer
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...
2002-04-05 lordhavocminor cleanup/simplification (though a bit of a de...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
2002-03-04 lordhavocslowed down explosion so it lasts about as long as...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-23 lordhavocfix for explosions sometimes not being freed at very...
2002-02-22 lordhavocfixed bugs with explosion intensity shading according...
2002-02-03 lordhavocchanged explosion color calculations, they look much...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-26 lordhavocmade explosions additive, softened edges (hacky but...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-18 lordhavocprobable fix for severe model rendering bugs in 3DFX...
next