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 |
2009-09-28 |
divverent | when fixing vertex indexes, reject the map instead... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
divverent | fix screenshot hw gamma check |
commit | commitdiff | tree | snapshot |
2009-09-27 |
divverent | fix inverse logic in "important" local |
commit | commitdiff | tree | snapshot |
2009-09-27 |
havoc | change cl.time check back |
commit | commitdiff | tree | snapshot |
2009-09-27 |
havoc | fix outgoing netgraph anomalies (caused by cl_maxfps... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
havoc | change MAX_CLIP_PLANES from 32 to 5 (back to old value) |
commit | commitdiff | tree | snapshot |
2009-09-26 |
havoc | fix several bugs with viewport code (r_shadows works... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
havoc | rename r_shadows_drawafterrtlightning to r_shadows_draw... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
divverent | network CSQC and network entities separately (should... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
havoc | renamed prvm_startupreuseedicttime to prvm_reuseedicts_... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
havoc | added prvm_startupreuseedicttime cvar |
commit | commitdiff | tree | snapshot |
2009-09-26 |
divverent | fix typo in cube side freeing |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | initilaize the lightscissor array before drawing r_shadows |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | fix more bugs in the reflection hack |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | fix a compile error FruitieX gets |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | improve the fix to work for reflection-only and refract... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | change the hack to work separately for reflection and... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | add an ugly hack to reflections/refractions to "behave... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | add a COMMANDLINEOPTION block for -sndseqin |
commit | commitdiff | tree | snapshot |
2009-09-25 |
divverent | snd_alsa: MIDI input support! MIDI events get mapped... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
divverent | add misisng include |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | prevent information leakage from trace_ globals to... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | new commands: prvm_edictget, prvm_globalget - read... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | clear trace globals after CSQC execution, to prevent... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | unbreak v_flipped :( |
commit | commitdiff | tree | snapshot |
2009-09-23 |
havoc | reduce code a bit more |
commit | commitdiff | tree | snapshot |
2009-09-23 |
havoc | reduced shadowmaps from 32bit to 24bit depth format |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | make shader permutatiosn eat less memory again. 864MB... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
divverent | only skip input if time is actually increasing (should... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
havoc | fix default values for the r_shadow_shadowmapping_lod... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
havoc | disable an annoying debug print |
commit | commitdiff | tree | snapshot |
2009-09-22 |
havoc | changed r_shadow_shadowmapping values (now 1 = 2d,... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
havoc | implemented omnidirectional shadowmapping using depth... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
havoc | added float GL/D3D array conversions |
commit | commitdiff | tree | snapshot |
2009-09-20 |
havoc | fixed shadow culling bug caused by bad frustumcorner... |
commit | commitdiff | tree | snapshot |
next |