2006-03-07 |
havoc | rearranged surface renderer some more |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | replaced sbarpic_t with cachepic_t in sbar code (saves... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | fix a C99 lazy variable issue with non-C99 compilers |
blob | commitdiff | raw | diff to current |
2006-03-03 |
havoc | now only compiles GLSL shaders on demand, this improves... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
havoc | changed behavior of r_showtris (now only affects geomet... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
havoc | fix uninitialized specularscale in R_Shadow_RenderSurfa... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
havoc | fixed glsl colormapping brightness bug when using colormod |
blob | commitdiff | raw | diff to current |
2006-02-09 |
havoc | added diffuse texture alpha support to GLSL shader... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
havoc | fixed bugs concerning rtlighting of transparent entities |
blob | commitdiff | raw | diff to current |
2006-02-02 |
havoc | vertex lighting path now does pants/shirt rendering... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
havoc | fix a bug in the GLSL colormapping setup (was feeding... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
havoc | split R_Shadow_RenderSurfacesLighting_Light_Dot3 into... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
havoc | added pants/shirt layer rendering to GLSL shader, rathe... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | changed renderer to check ent->colormap_pantscolor... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-10 |
havoc | added EF_DOUBLESIDED (and internally RENDER_NOCULLFACE) |
blob | commitdiff | raw | diff to current |
2005-12-27 |
havoc | reworked rtlighting code to handle transparent water... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-22 |
havoc | fixed backwards q3bsp model lighting and backwards... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed .tga/.lmp extensions from all Pic names in... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | fix rendering issues with light crosshairs and the... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
havoc | minor optimizations to GLSL path layer checking |
blob | commitdiff | raw | diff to current |
2005-10-29 |
havoc | rewrote much of the voodoo/tnt rtlight path, now suppor... |
blob | commitdiff | raw | diff to current |
2005-10-29 |
havoc | converted vertex fogging to use a fogtable array which... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
havoc | tweaked GLSL lighting shader to get a bit more performa... |
blob | commitdiff | raw | diff to current |
2005-10-24 |
havoc | moved d_lightstylevalue into r_refdef.lightstyle |
blob | commitdiff | raw | diff to current |
2005-10-23 |
havoc | rewrote r_speeds stats code, now uses renderstats globa... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-15 |
havoc | fix typo |
blob | commitdiff | raw | diff to current |
2005-10-15 |
havoc | don't try to compile GL_NV_half_float shaders if the... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
havoc | make glsl work on ATI's newer drivers (which don't... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
havoc | rewrote colormapping handling to store colormap_pantsco... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
havoc | fix a stupid typo in the vertex shader |
blob | commitdiff | raw | diff to current |
2005-09-08 |
havoc | removed GF3 water shader (entirely), it probably won... |
blob | commitdiff | raw | diff to current |
2005-09-08 |
havoc | moved waterscrollmatrix handling into texture->currente... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | migrated surface list iteration into the RenderLighting... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | split model->DrawShadowVolume into CompileShadowVolume... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | removed r_shadow_realtime_world_compilelight cvar and... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | migrated a lot of error handling out of R_Shadow_Render... |
blob | commitdiff | raw | diff to current |
2005-08-18 |
havoc | changed tolerances for renderable light intensities... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
black | Fixed a bug in the r_shadow light entity parser which... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
havoc | renamed r_shadow_geforcefxlowquality to r_shadow_usehal... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | fix a warning |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-07-04 |
havoc | fix problems with missing cubemap textures in GLSL |
blob | commitdiff | raw | diff to current |
2005-07-03 |
havoc | fix bug that made pants/shirt not render in rtlighting... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
havoc | default offsetmapping off (as it messes up model skins) |
blob | commitdiff | raw | diff to current |
2005-06-28 |
havoc | removed r_editlights_rtlightssizescale and r_editlights... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
havoc | added r_shadow_glsl_geforcefxlowquality cvar (automatic... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
havoc | replaced uses of VectorNormalizeFast with VectorNormali... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
havoc | fixed EF_NODEPTHTEST support on q1bsp/q3bsp/models |
blob | commitdiff | raw | diff to current |
2005-05-15 |
havoc | changed matrix_attenuation declarations to not be stati... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
havoc | gl_combine cvar is no longer saved |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
havoc | the merging of alias and bsp model rendering begins... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | fix a problem with stenciltwoside introduced by recent... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | rewrote the notes on the Creative patent after re-readi... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | revised a number of terminology notes at the beginning... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | added rmesh_t and R_Mesh_AddVertex3f, R_Mesh_AddPolygon... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
havoc | cleaned up portions of rtlighting system, allowing... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
havoc | fix a bug that made rtlighting crash (thanks to Vic... |
blob | commitdiff | raw | diff to current |
2005-05-01 |
havoc | a bit of cleanup |
blob | commitdiff | raw | diff to current |
2005-05-01 |
havoc | moved r_shadow_ white and normal cubemaps to r_texture_ |
blob | commitdiff | raw | diff to current |
2005-04-30 |
havoc | relocated the CL_SendMove call to put it at the end... |
blob | commitdiff | raw | diff to current |
2005-04-24 |
havoc | don't apply dlights to opaque models (this was happenin... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | reimplemented rtlight portal culling (used for compiled... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | changed rtlight compiled cluster list/pvs to leaf list... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | r_shadow_staticworldlights has mutated into r_shadow_re... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
havoc | fix rtlighting on textureless surfaces (uses r_texture_... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
havoc | changed R_Shadow_RenderLighting to do full base+pants... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
black | -Added the parameter 'persistent'(naming?) to Draw_Cach... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
havoc | renamed r_shadow_cursor cvars to actually have the... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | reduced client memory usage by 29MB by making cl_max_en... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
havoc | fix gl_combine 0 crashes (it was indexing the color... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
havoc | optimized surface rendering to surface->groupmesh-... |
blob | commitdiff | raw | diff to current |
2005-03-28 |
havoc | added a firstvertex parameter to R_Mesh_DrawMesh |
blob | commitdiff | raw | diff to current |
2005-03-27 |
havoc | fixed backwards bumps in r_shadow_glsl 1 mode |
blob | commitdiff | raw | diff to current |
2005-03-17 |
havoc | merged q1bsp and q3bsp surface rendering |
blob | commitdiff | raw | diff to current |
2005-03-14 |
black | -Beautified a function just for fun (better variable... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | slight code reduction to DrawShadowVolume functions |
blob | commitdiff | raw | diff to current |
2005-03-08 |
havoc | fixed a mistake regarding clusterlist |
blob | commitdiff | raw | diff to current |
2005-03-08 |
havoc | added r_worldleafvisible flags array for more exact... |
blob | commitdiff | raw | diff to current |
2005-02-04 |
havoc | fixed r_editlights_edit cubemap (it was calling strlcpy... |
blob | commitdiff | raw | diff to current |
2005-02-04 |
havoc | changed 3 clamp calls in the GLSL fragment shader to... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
havoc | reduced offsetmapping from 4 sample to 3 sample to... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
havoc | fix permutation failed warning to print the right thing |
blob | commitdiff | raw | diff to current |
2005-01-26 |
havoc | print glsl/light as the shader that failed |
blob | commitdiff | raw | diff to current |
2005-01-26 |
havoc | disable shader permutations that fell back to software... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | fixed the embedded fragment and vertex shaders (somehow... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | fix stupid typo in GLSL shader |
blob | commitdiff | raw | diff to current |
2005-01-24 |
havoc | made GLSL lighting work on ATI (NVIDIA was letting... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
havoc | changed offsetmapping bias to -0.04 so that it never... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
havoc | added hacky workaround for nvidia GLSL bug (state screw... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
havoc | changed the flat bump texture (for no bumpmap textures... |
blob | commitdiff | raw | diff to current |
next |