2009-10-19 |
havoc | added examples of installing ogg cd tracks |
commit | commitdiff | tree | snapshot |
2009-10-19 |
havoc | fix a crash when r_shadow_lightattenuation* cvars are... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
divverent | more rcon_secure cleanup |
commit | commitdiff | tree | snapshot |
2009-10-18 |
divverent | clean up rcon_secure checks |
commit | commitdiff | tree | snapshot |
2009-10-18 |
havoc | replaced host_sleep with cl_maxfps_alwayssleep cvar... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
havoc | implemented real support for QW skins (pants, shirt... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
divverent | also support bouncefactor for MOVETYPE_BOUNCEMISSILE |
commit | commitdiff | tree | snapshot |
2009-10-17 |
eihrul | use r_shadow_shadowmapmaxsize instead of directly acces... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
eihrul | fix r_shadow_shadowmapping_maxsize validation to not... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
havoc | limit shadowmap maxsize to a value based on gl_max_size |
commit | commitdiff | tree | snapshot |
2009-10-17 |
havoc | changed submodel polygonoffset from 2 to 4 to fix the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
havoc | added r_shadow_dot3 cvar to control whether GL1.3 hardw... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
havoc | turn off gl_combine by default, it's just too nasty... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
havoc | reorganized sv.writeentitiestoclient handling of Mod_Ca... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
havoc | changed handling of forbidden world writes - they are... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
havoc | do not use VBOs when gl_mesh_testarrayelement is 1 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
havoc | fixed bug with gl_paranoid 1 when gl_vbo is 0 where... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
havoc | process particles/decals movement even if r_drawparticl... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
havoc | disable glLineWidth setting because it is producing... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
eihrul | disabled old shadowmap lod formula entirely |
commit | commitdiff | tree | snapshot |
2009-10-12 |
vortex | Experimental r_shadow_shadowmapping_quality cvar which... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
eihrul | support slope-dependent shadowmap biasing with polygon... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
divverent | restrict the protocols libcurl allows when redirecting... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
divverent | increase the accuracy of r_bloom_brighten a bit (or... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
divverent | fix bug that caused newlines of console lines to be... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
divverent | fix r_bloom_blur logic to not change brightness any... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
eihrul | rearrange r_shadow_shadowmap_texturetype settings so... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
eihrul | use R_SHADOW_SHADOWMODE_ enum for shadowmode for readab... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
eihrul | only honor r_shadow_shadowmapping cvar if both GLSL... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
havoc | check gl_support_fragment_shader before setting up... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
eihrul | fix for noselfshadow entities no culling from shadowmap... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
eihrul | avoid repeatedly thrashing GL state when switching... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
eihrul | improved culling of shadowmap sides against view frustum |
commit | commitdiff | tree | snapshot |
2009-10-07 |
eihrul | use bounding boxes for shadowmap side culling instead... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
vortex | Added reliable Q3BSP tangentspace/modelspace deluxemaps... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
eihrul | fixed biasing issue in shadowmap frustum culling |
commit | commitdiff | tree | snapshot |
2009-10-06 |
eihrul | improved shadowmap side culling |
commit | commitdiff | tree | snapshot |
2009-10-06 |
eihrul | use cached matrix elements for calculating determinant |
commit | commitdiff | tree | snapshot |
2009-10-06 |
divverent | even better matrix inversion (will test it later),... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
havoc | disable some slow code (clearing unused parameters... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | fix typo :P |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | fix typo elsif |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | add yet another (disabled) variant of determinants |
commit | commitdiff | tree | snapshot |
2009-10-05 |
eihrul | if(foo = false) -> if(foo == false) bug fix |
commit | commitdiff | tree | snapshot |
2009-10-05 |
havoc | faster Matrix4x4_Invert_Full based on David Moore code... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | rename them to dp_glossintensitymod and dp_glossexponentmod |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | while I am at it, also dp_specularscalemod |
commit | commitdiff | tree | snapshot |
2009-10-05 |
divverent | new shader keyword: dp_specularpowermod 2, makes gloss... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
vortex | -added game Blood Omnicide |
commit | commitdiff | tree | snapshot |
2009-10-04 |
divverent | also don't call PostThink on disconnected clients ;) |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | added sv_gameplayfix_consistentplayerprethink which... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | added DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
divverent | tell QC about pixelheight too |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | changed uniform GlowScale to GlowColor |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | duplicated PRVM_ExecuteProgram to become MVM_ExecutePro... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | use one markframe variable |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | audited trace.endpos code |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | fix another case of Trace.endpos being set too early |
commit | commitdiff | tree | snapshot |
2009-10-04 |
havoc | fix bug in last patch - must set trace.endpos AFTER... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
havoc | split CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
havoc | added r_renderview cvar (similar to scr_refresh but... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
divverent | fix two not freed search handles |
commit | commitdiff | tree | snapshot |
2009-10-03 |
divverent | remove now unneeded code |
commit | commitdiff | tree | snapshot |
2009-10-03 |
divverent | fix connect after getchallenge, rcon, getchallenge... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
divverent | fix two bugs in srcon/rcon_secure 2. It now WORKS. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
havoc | minor optimization to CL_RelinkLightFlashes |
commit | commitdiff | tree | snapshot |
2009-10-03 |
havoc | enable networking clients as legacy even with sv_onlycs... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
havoc | added cvar sv_onlycsqcnetworking which disables legacy... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
eihrul | compile separate index lists for each cubemap shadowmap... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
divverent | try making srcon work better with many rcon comamnds... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
havoc | another fix |
commit | commitdiff | tree | snapshot |
2009-10-02 |
havoc | possible bugfix for r_water bugs introduced recently |
commit | commitdiff | tree | snapshot |
2009-10-02 |
divverent | sorry for this 100% untested change... making srcon... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
divverent | rcon_secure: alternative getchallenge-based authenticat... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
eihrul | added cvar r_shadow_shadowmapping_precision to control... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
eihrul | stub out face culling for shadowmapping temporarily |
commit | commitdiff | tree | snapshot |
2009-10-02 |
eihrul | enable backface culling for shadowmap rendering |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | use nearest filtering on VSDCT |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | avoid unnecessary texture offset scaling in shadowmap... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | better VSDCT transform |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | GLSL compiler variable declaration workaround |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | default to using texture rectangle shadowmaps when... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | automagically select best shadowmapping filter mode... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
havoc | use 4 periods in ALSA instead of 2 for lower latency... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | added a cheaper 3x3 PCF settings for shadowmaps |
commit | commitdiff | tree | snapshot |
2009-10-01 |
eihrul | depth texture mode fixes |
commit | commitdiff | tree | snapshot |
2009-09-30 |
havoc | fixed water rendering in shrunken views |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | shadowmap projection fixes |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | make use of virtual shadow depth cube texture optional |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | ALU cubemap indirection fixes |
commit | commitdiff | tree | snapshot |
2009-09-30 |
havoc | clarify surfedge handling with a comment about surfedge 0 |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | added support for more shadowmap2D PCF modes and provis... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
havoc | use hash lookups on shader permutations to greatly... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | disable compare mode on shadowmapcube when not using... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | added in stub permutations for shadowmap2d and shadowma... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | restoring scaffolding for cubemap and 2D shadowmaps |
commit | commitdiff | tree | snapshot |
2009-09-30 |
eihrul | added indirection cube map for shadowmapping and revise... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
havoc | fix two bugs related to textype_t pointed out by Lee... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
havoc | fix stencil clear |
commit | commitdiff | tree | snapshot |
2009-09-28 |
havoc | fix allocation of 2D shadowmap textures when the first... |
commit | commitdiff | tree | snapshot |
next |