]> icculus.org git repositories - divverent/darkplaces.git/history - r_shadow.c
corrected some comments
[divverent/darkplaces.git] / r_shadow.c
2007-03-08 havocimplemented shadow caster culling by creating a frustum...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
2007-03-01 havocfix bug that was causing r_editlights light indicators...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-24 havocoptimized entity culling loop for shadow casting entiti...
2007-02-23 havocaudited R_Mesh_Matrix calls and RSurf_ActiveEntity...
2007-02-22 havocadded r_shadow_lightradiusscale cvar (similar to r_shad...
2007-02-19 havocthis patch may break things and needs testing
2007-02-16 havocreduced r_shadow_glossintensity from 2 to 1 by default
2007-02-09 havocadded back portal culling to rtlights because svbsp...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-03 havocadded r_shadow_frontsidecasting cvar (default 1), this...
2007-01-29 havocchanged default r_shadow_gloss2intensity from 0.5 to...
2007-01-28 havocimplemented Shadow Volume BSP based culling of lit...
2007-01-24 havocfixed bug where toggling r_shadow_realtime_world_compil...
2007-01-21 havocreorganized view rendering setup code a bit to reduce...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-31 havocadded r_shadow_glossexponent cvar to control specular...
2006-12-30 havocfix bug that made some models not cast shadows from...
2006-12-30 havocadded r_shadows cvar which renders Quake3 cg_shadows...
2006-11-24 havocadded proper support for q3 shader animmap commands
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-11-15 havocfixed view location bugs in csqc; it was reading the...
2006-11-06 havocmore cleaning of matrix4x4_t struct access
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-06-07 havocextra check for gl_texture3d
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-10 havocredesigned skeletal model loading and rendering to...
2006-05-01 havocoptimized rtlighting passes by using RSurf_DrawBatch_Si...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocsignificant surface renderer optimizations
2006-04-18 havocreworked most of q3bsp q3 shader loading, now supports...
2006-04-17 havocbatch by lightmap as well as texture, this cures proble...
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-04-16 havocredesigned some of the model animation code, should...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-29 havocoptimizations to surface rendering setup
2006-03-29 havoceliminated model->meshlist, replaced with an embedded...
2006-03-26 havoceliminated the hacky r_showtris code, now r_glsl 1...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-21 havocfix alpha blended textures in GLSL lighting path
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-21 havocremoved the USETEXMATRIX define (now always on), reduce...
2006-03-20 havocfix crash when using r_editlights mode
2006-03-17 havocadded GLSL shader path for normal rendering stage,...
2006-03-15 havoccleaning up GLSL code
2006-03-14 havocfix crosshair 6, and allow custom crosshairs up to 32
2006-03-07 havocrearranged surface renderer some more
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-04 havocfix a C99 lazy variable issue with non-C99 compilers
2006-03-03 havocnow only compiles GLSL shaders on demand, this improves...
2006-02-22 havocchanged behavior of r_showtris (now only affects geomet...
2006-02-12 havocfix uninitialized specularscale in R_Shadow_RenderSurfa...
2006-02-12 havocfixed glsl colormapping brightness bug when using colormod
2006-02-09 havocadded diffuse texture alpha support to GLSL shader...
2006-02-08 havocfixed bugs concerning rtlighting of transparent entities
2006-02-02 havocvertex lighting path now does pants/shirt rendering...
2006-02-02 havocfix a bug in the GLSL colormapping setup (was feeding...
2006-02-02 havocsplit R_Shadow_RenderSurfacesLighting_Light_Dot3 into...
2006-02-02 havocadded pants/shirt layer rendering to GLSL shader, rathe...
2006-02-01 havocchanged renderer to check ent->colormap_pantscolor...
2006-02-01 havocadded description string to all cvars and commands
2006-01-10 havocadded EF_DOUBLESIDED (and internally RENDER_NOCULLFACE)
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-22 havocfixed backwards q3bsp model lighting and backwards...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-07 havocremoved .tga/.lmp extensions from all Pic names in...
2005-11-07 havocfix rendering issues with light crosshairs and the...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-11-04 havocminor optimizations to GLSL path layer checking
2005-10-29 havocrewrote much of the voodoo/tnt rtlight path, now suppor...
2005-10-29 havocconverted vertex fogging to use a fogtable array which...
2005-10-28 havoctweaked GLSL lighting shader to get a bit more performa...
2005-10-24 havocmoved d_lightstylevalue into r_refdef.lightstyle
2005-10-23 havocrewrote r_speeds stats code, now uses renderstats globa...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-15 havocfix typo
2005-10-15 havocdon't try to compile GL_NV_half_float shaders if the...
2005-09-23 havocmake glsl work on ATI's newer drivers (which don't...
2005-09-11 havocrewrote colormapping handling to store colormap_pantsco...
2005-09-11 havocfix a stupid typo in the vertex shader
2005-09-08 havocremoved GF3 water shader (entirely), it probably won...
2005-09-08 havocmoved waterscrollmatrix handling into texture->currente...
2005-09-07 havocmigrated surface list iteration into the RenderLighting...
2005-09-07 havocsplit model->DrawShadowVolume into CompileShadowVolume...
2005-09-07 havocremoved r_shadow_realtime_world_compilelight cvar and...
2005-09-07 havocmigrated a lot of error handling out of R_Shadow_Render...
2005-08-18 havocchanged tolerances for renderable light intensities...
2005-08-17 blackFixed a bug in the r_shadow light entity parser which...
2005-08-10 havocrenamed r_shadow_geforcefxlowquality to r_shadow_usehal...
2005-07-05 havocfix a warning
2005-07-05 havocmore size_t
2005-07-04 havocfix problems with missing cubemap textures in GLSL
2005-07-03 havocfix bug that made pants/shirt not render in rtlighting...
next