2010-10-03 |
divverent | make "status" support IPv6 |
commit | commitdiff | tree | snapshot |
2010-10-02 |
divverent | fix a stupid and trivial IPv6 bug that causes a v6... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
havoc | don't crash in obj loading if v, vt, or vn are NULL... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
divverent | depthonly, prepass: do not compare lightmap texture... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
divverent | fix lightmap switching/batching in fakelight |
commit | commitdiff | tree | snapshot |
2010-09-29 |
divverent | Revert "for some reason, it's faster to always set... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
divverent | for some reason, it's faster to always set the lightmap... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
divverent | r_fakelight: 1 = use "fake" lighting (falloff-less... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
havoc | avoid crashes if MAX_SVBSP_POLYGONPOINTS would be exceeded |
commit | commitdiff | tree | snapshot |
2010-09-26 |
divverent | cameras: when new eye pos == old eye pos, do not create... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
divverent | fix alpha in water rendering |
commit | commitdiff | tree | snapshot |
2010-09-26 |
divverent | fix autoload semantics of drawpics |
commit | commitdiff | tree | snapshot |
2010-09-26 |
divverent | fix a display issue with warpzone decals I caused in... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
divverent | fix warnings in terencehill's code |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | allow .alpha to fade out water/refraction/reflection... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | Fix a typo (v_idlescale is always 0 there) |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | Fix showsound that cannot be shown alone cause of a... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | loadfont now prints a warning if it gets more than... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | Fix again u8_COM_StringLengthNoColors returning always... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
divverent | New command 'history' and new shortcuts to search throu... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | Fix a possible crash when an invalid skinframe gets... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | comment out another unused var |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | remove more unused code |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | remove another unused variable |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | remove two unused vars |
commit | commitdiff | tree | snapshot |
2010-09-24 |
divverent | fix another bug in the prologic patch :) |
commit | commitdiff | tree | snapshot |
2010-09-23 |
divverent | allow bgmvolume to be > 1 to be able to exceed mastervo... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
divverent | change clamping logic |
commit | commitdiff | tree | snapshot |
2010-09-23 |
divverent | expand volume accuracy from 8bit to 16bit; allow channe... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
divverent | fix ambient sounds in prologic |
commit | commitdiff | tree | snapshot |
2010-09-22 |
havoc | fix a compile error and some warnings |
commit | commitdiff | tree | snapshot |
2010-09-22 |
divverent | ProLogic patch by Joris Nijnuis, with some fixes |
commit | commitdiff | tree | snapshot |
2010-09-21 |
vortex | Fix GAME_XONOTIC beging misplaced in gamemode_t->gamemo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
tomaz | Fixed dynamic light shadowmapping in D3D, still gotta... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
tomaz | Fixed the x axis flipped shadows, 1 step closer to... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
havoc | don't use D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL because... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
tomaz | Fix a couple HLSL shader warnings |
commit | commitdiff | tree | snapshot |
2010-09-17 |
tomaz | Forgot to put back the paranoid code |
commit | commitdiff | tree | snapshot |
2010-09-17 |
tomaz | More debug code for shaders, this time it preprocesses... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
havoc | fix some bugs in the HLSL shader, mostly to do with... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
havoc | in D3D9 mode do not use the VSDCT cubemap because the... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
havoc | fix a crash in D3D9 with r_sky 0 |
commit | commitdiff | tree | snapshot |
2010-09-17 |
havoc | enable Tomaz's PIX-friendly shader debugging code if... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
havoc | remove r_shadow_texturetype cvar (now always uses 2D... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
tomaz | Added debug shaderflags used by the shader compiler... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
havoc | change D3D9 implementation of TEXTYPE_SHADOWMAP texture... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
havoc | restructure the previous fix so it actually does something |
commit | commitdiff | tree | snapshot |
2010-09-16 |
havoc | on D3D9 renderer do not allow textures to be uploaded... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
tomaz | Set r_shadow_shadowmap2dcolortexture as first rendertar... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
divverent | fix leaktest |
commit | commitdiff | tree | snapshot |
2010-09-14 |
divverent | add comments so I know which plane type is which |
commit | commitdiff | tree | snapshot |
2010-09-14 |
divverent | TraceBrush: use in Collision_ClipToGenericEntity |
commit | commitdiff | tree | snapshot |
2010-09-14 |
divverent | add a TraceBrush function to all model types, and imple... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
tomaz | Fix stencil shadows in D3D9 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
tomaz | Ignored MSVC build directories |
commit | commitdiff | tree | snapshot |
2010-09-11 |
divverent | fix an inverted return value |
commit | commitdiff | tree | snapshot |
2010-09-10 |
divverent | add a type cast for C++ |
commit | commitdiff | tree | snapshot |
2010-09-10 |
divverent | make the win32 case compile too (hope it doesn't break... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
divverent | add sys_memsize_virtual and sys_memsize_physical info... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
divverent | do sound occlusion only once per sound, not once per... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
divverent | remove sparks if slower than sqrt(0.03) |
commit | commitdiff | tree | snapshot |
2010-09-09 |
divverent | sound occlusion: use PVS by default, make the cvar... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
divverent | fix two warpzone related PVS bugs |
commit | commitdiff | tree | snapshot |
2010-09-07 |
divverent | new option -benchmarkruns - if specified, the given... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
divverent | fix CSQC being unable to use the "effects" field as... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
divverent | Allow to type the utf8 Euro currency sign (to work... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
divverent | make ctrl-key shortcuts in message mode display chars... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
divverent | new cvars: r_drawparticles_nearclip_min and r_drawparti... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
divverent | reorganize sv_public code; add a level -3 that blocks... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
divverent | optimize R_AnimCache_UpdateEntityMeshBuffers to use... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
divverent | clean up u8_StringLengthNoColors |
commit | commitdiff | tree | snapshot |
2010-09-04 |
divverent | Since u8_prevbyte skips invalid chars on purpose, it... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
divverent | Fix u8_COM_StringLengthNoColors not counting many ASCII... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
divverent | Adding GAME_XONOTIC and recognizing xonotic executable... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
divverent | build the string correctly |
commit | commitdiff | tree | snapshot |
2010-09-03 |
divverent | fix connect help |
commit | commitdiff | tree | snapshot |
2010-09-03 |
divverent | added arg: connect-userinfo; works like this: "connect... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
divverent | generate s- and t-vector of deformVertexes only if... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
divverent | get rid of calculating vertexmesh animcache buffers... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
havoc | fix components parameter on a few TexCoordPointer norma... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
divverent | curl: strip user/pass from URLs on display |
commit | commitdiff | tree | snapshot |
2010-08-29 |
havoc | overhauled mod_q3bsp_lightmapmergepower code, to fix... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | fix a -lX11 typo |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | fix nogravityonground description |
commit | commitdiff | tree | snapshot |
2010-08-27 |
havoc | don't use sv_gameplayfix_stepmultipletimes by default... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | PROPERLY load the icon in SDL/X11 |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | vid_sdl: also upload a smooth netwm icon if possible... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | SDL: also use a non-XPM icon darkplaces-icon.tga but... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | GLX: use _NET_WM_ICON additionally to the xpm icon... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
divverent | do not use partial lightmap updates for lightmap merging |
commit | commitdiff | tree | snapshot |
2010-08-24 |
havoc | overhauled dynamic vertex rendering in DX9 based on... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
havoc | fix some HLSL shader compile errors |
commit | commitdiff | tree | snapshot |
2010-08-24 |
havoc | fix previous warning fix that only worked properly... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
havoc | split and overhauled R_Upload into two functions: |
commit | commitdiff | tree | snapshot |
2010-08-23 |
havoc | don't use TEXF_ALLOWUPDATES on fully-updated textures... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
havoc | disable USE_WSPIAPI_H by default, since it only works... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
havoc | change R_Upload error from Host_error to Sys_Error... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
divverent | support more level network eyes, and make them static... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
havoc | fix errors related to cl_rollangle on dedicated servers... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
havoc | migrate the libjpeg options to per-target scripting... |
commit | commitdiff | tree | snapshot |
next |