2011-03-20 |
divverent | deluxemapping support for dpsoftrast |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | saturated bloom subtract |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix post-process shader using invalid texcoord array |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix row order of screen to texture copies |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix some redundant shuffles |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | make it easier to benchmark steelstorm by stopping... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
havoc | default vid_netwmfullscreen to 0 again because it doesn... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
havoc | added r_usesurfaceculling cvar which defaults on, this... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | add "r_fog_clear" cvar which allows to disable framebuf... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
havoc | fix an array index out of bounds error on |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | fix a syntax error in the non-glsl13 case |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | remove CRLFs added by last commit |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | Added JAM video decoder plugin, used by Blood Omnicide |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | Add "Both Alphas" technique for VertexTextureBlend... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | Add "originscale" parameter to r_editlights (may be... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | dynamically grow maxtempentities |
commit | commitdiff | tree | snapshot |
2011-03-19 |
havoc | use vid_netwmfullscreen 1 by default (yes I know auto... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | add -maxtempents switch to increase starting 256/4000... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | define GLSL version explicitly to work around a problem... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | fix a possible glsl compile error (no idea why it didn... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | turn "assignment to world" from dprint into warning... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
divverent | new con_closeontoggleconsole logic: |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | change default r_shadow_deferred_8bitrange to 4 to... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | fixes for GLSL syntax errors in the deferred geometry... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | avoid a crash when creating model decals if RSurf_Activ... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
havoc | added r_shadow_bouncegrid_directionalshading cvar,... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
havoc | fix a crash on r_restart related to collision caching |
commit | commitdiff | tree | snapshot |
2011-03-14 |
havoc | improved vid_touchscreen - it now adapts to screen... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | add cvars r_glsl_offsetmapping_steps and r_glsl_offsetm... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | huge glsl change: avoid #defining reserved keywords |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | fix some warnings in the shader |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | properly detect glsl 1.3 support |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | better support non-GLSL130 in offsetmapping |
commit | commitdiff | tree | snapshot |
2011-03-13 |
havoc | reduced number of varying variables required in a certa... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
havoc | r_shadow_bouncegrid now uses floats for accumulating... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
havoc | fix an HLSL warning |
commit | commitdiff | tree | snapshot |
2011-03-13 |
havoc | fix a typo (Fogcolor should be FogColor) |
commit | commitdiff | tree | snapshot |
2011-03-12 |
divverent | fix offset/reliefmapping by using the proper miplevel... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
havoc | slight speedup to collision_cache by using individual... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
havoc | redesigned most of collision_cache code, cleaner and... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
havoc | significant speed gain on collision_cache 1 by tweaking... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
havoc | reduce number of varying variables required in shaders... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
havoc | fix two C++ errors |
commit | commitdiff | tree | snapshot |
2011-03-11 |
havoc | cache collision trace results from frame to frame |
commit | commitdiff | tree | snapshot |
2011-03-09 |
havoc | actually the culling in |
commit | commitdiff | tree | snapshot |
2011-03-09 |
havoc | fixed a flaw in the culling in |
commit | commitdiff | tree | snapshot |
2011-03-07 |
havoc | fixed bug with toggling r_shadow_bouncegrid where the... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
havoc | fix a warning about an unsigned array on ios |
commit | commitdiff | tree | snapshot |
2011-03-06 |
divverent | improve the evaluation script |
commit | commitdiff | tree | snapshot |
2011-03-06 |
divverent | add a hack to support fog on premultiplied alpha surfac... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
divverent | fix fog/colormodability evaluation |
commit | commitdiff | tree | snapshot |
2011-03-06 |
divverent | fix fog for GL_SRC_ALPHA GL_ONE |
commit | commitdiff | tree | snapshot |
2011-03-06 |
havoc | fix drawclipsetarea in D3D9, this fixes the minimap... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
havoc | added shader_glsl.h and shader_hlsl.h to the project... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
divverent | also turn off fog on blendfuncs that cannot handle it |
commit | commitdiff | tree | snapshot |
2011-03-05 |
havoc | move glsl/default.glsl embedded file out to its own... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
divverent | instead, define the FILE_OFFSET_BITS part in the build... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
divverent | fix compile problem on win32 |
commit | commitdiff | tree | snapshot |
2011-03-04 |
divverent | move the "quakedef.h" include, which gives us _FILE_OFF... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
divverent | put back the changes that make >2GB work (fix signedness) |
commit | commitdiff | tree | snapshot |
2011-03-04 |
divverent | Revert "properly use lseek64 on Linux for files larger... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
havoc | fix zfighting on decals in D3D9 (where negative polygon... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | update HLSL shader to no longer swap R/B color componen... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | eliminated color4ub vertex formats, now everything... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | fix rounding error that caused a memory block overflow... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | bouncegrid now uses interpolated photon accumulation... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | skip backfaces in surface traceline |
commit | commitdiff | tree | snapshot |
2011-03-03 |
havoc | replaced r_shadow_bouncegrid_particlespacing with |
commit | commitdiff | tree | snapshot |
2011-03-02 |
havoc | fixed surface traceline code, bouncegrid looks a lot... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
havoc | make r_shadow_shadowmapping 1 by default, this loses... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
havoc | we don't like typos in cvar descriptions |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | fix two compile errors in D3D9 build |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | q1bsp traceline code now hits surfaces, this comes... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | remove more r_shadow_particletrace code I missed in... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | removed r_shadow_particletrace code and shader because... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | fix two typos (one a compile error, one a code error) |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | bouncegrid particles now scale by 0.5 if texture is... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
havoc | bouncegrid now uses high precision 48bpp accumulation... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
havoc | only update r_shadow_bouncegridmatrix when a texture... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
havoc | changed offsetmapping to use forward step math, greatly... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
havoc | properly use lseek64 on Linux for files larger than 2GB |
commit | commitdiff | tree | snapshot |
2011-02-28 |
havoc | fix compilation on SDL 1.2 again |
commit | commitdiff | tree | snapshot |
2011-02-27 |
havoc | experimental touchscreen support, intended for mobile... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
havoc | added support for SDL_Window API but it is disabled... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
havoc | fix a crash with non-power-of-two particle textures |
commit | commitdiff | tree | snapshot |
2011-02-26 |
havoc | a fix for the gamemode table if someone edits it to... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
havoc | reworked the entire config loading system for the gamed... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
eihrul | typo fix |
commit | commitdiff | tree | snapshot |
2011-02-25 |
eihrul | attempted fix for macosx compilation issues |
commit | commitdiff | tree | snapshot |
2011-02-24 |
havoc | fix two compile errors on D3D9 |
commit | commitdiff | tree | snapshot |
2011-02-24 |
havoc | fix compile error on D3D9 |
commit | commitdiff | tree | snapshot |
2011-02-24 |
havoc | use dynamic eye position-centered bouncegrid when rende... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
havoc | oops, forgot to include the shader code for the r_shado... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
havoc | added r_shadow_bouncegrid cvar, this feature does realt... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
havoc | implemented r_shadow_particletrace cvar which enables... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
divverent | CSQC entity database: keep size, but reduce entity... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
divverent | CSQC entity networking: if a frame BEFORE the last... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
divverent | add missing args to Cmd_QuoteString in other files |
commit | commitdiff | tree | snapshot |
2011-02-19 |
divverent | Fix bad ipv6 support in status 1 and 2 commands: |
commit | commitdiff | tree | snapshot |
2011-02-19 |
divverent | Cmd_QuoteString: make it also able to put the enclosing... |
commit | commitdiff | tree | snapshot |
next |