]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-04-01 havocdon't crash on NULL texture upload in dpsoftrast
2011-04-01 havocchanged default r_viewscale_fpsscaling_min from 0.25...
2011-04-01 havocchanged default r_viewscale_fpsscaling_target from...
2011-04-01 havocreworked r_viewscale_fpsscaling to use the time of...
2011-04-01 havocadded r_viewscale_fpsscaling and various cvars for...
2011-04-01 havocr_viewscale now works (with or without r_viewfbo),...
2011-04-01 havocupload NULL textures as NULL textures, rather than...
2011-03-31 havocfixed viewsize issues with r_viewfbo
2011-03-31 divverentsys_linux, sys_sdl: support options -noterminal and...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-30 divverentfix the alpha bug in dpsoftrast.c
2011-03-30 divverenta fix for dpsoftrast refractions by eihrul
2011-03-30 divverentstart implementing REFRACTION
2011-03-30 divverentdpsoftrast: support r_shadow_glossexact
2011-03-30 divverentdpsoftrast: speed up deluxemapping a bit; support tange...
2011-03-29 havocr_shadow_deferred now checks for r_shadow_gloss 0 and...
2011-03-29 havocfix bouncegrid intensity so it reacts to r_hdr_scenebri...
2011-03-29 havochush some unrecognized SDL event type warnings
2011-03-28 havocadded joy_axiskeyevents_deadzone cvar which makes the...
2011-03-28 havocmake sure collision cache parameter struct is the same...
2011-03-28 havocr_shadow_bouncegrid_particleintensity changed from...
2011-03-28 havocfix some warnings
2011-03-28 havocrestore the active rtlights check in bouncegrid
2011-03-28 havocremove check for active rtlights in bouncegrid because...
2011-03-28 havocbetter detection of active rtlights in bouncegrid code
2011-03-28 havocdo not use light scissoring on deferred lighting mode...
2011-03-28 havocdisallow r_shadow_bouncegrid on renderpaths that do...
2011-03-28 havocadded r_shadow_bouncegrid_static cvar which makes a...
2011-03-27 divverentfix a crash in RSurf_DrawBatch_GL11_MakeFogColor
2011-03-26 divverentlast commit was a bad fix - fix it correctly, preventin...
2011-03-26 divverentfix a compile error in refractions
2011-03-25 divverentfix another dp_shadow2D call
2011-03-25 havocfix some GLSL warnings
2011-03-25 havocprevent crashes on BIH code
2011-03-25 divverentspeed up packet loss handling by changing EntityFrame5_...
2011-03-24 vortexAdd R_LightPoint which is fast version of R_CompleteLig...
2011-03-23 divverentmake the endless loop run in 3 milliseconds (fixes...
2011-03-23 divverentfix PRVM error and warning backtrace display
2011-03-23 divverentwe need one more glsl 130 compat ifdef...
2011-03-22 havocchanged default r_useportalculling from 1 to 2, this...
2011-03-22 vortexGLSL shader: make dp_waterscroll work with dp_reflect...
2011-03-21 havocenable another AABB overlap check, this time on point...
2011-03-21 havocincreased bih traceline speed by nearly 50% by enabling...
2011-03-21 havocBIH building and recursion no longer directly links...
2011-03-21 havocadded mod_collision_bih_childrengrouping cvar (default...
2011-03-21 havocfix some disabled code so that it could compile again
2011-03-20 eihrulswap out some _mm_stream_ps usage
2011-03-20 divverentfix GL20TU list for deluxemapping
2011-03-20 divverentdeluxemapping support for dpsoftrast
2011-03-20 eihrulsaturated bloom subtract
2011-03-20 eihrulfix post-process shader using invalid texcoord array
2011-03-20 eihrulfix row order of screen to texture copies
2011-03-20 eihrulfix some redundant shuffles
2011-03-20 havocmake it easier to benchmark steelstorm by stopping...
2011-03-19 havocdefault vid_netwmfullscreen to 0 again because it doesn...
2011-03-19 havocadded r_usesurfaceculling cvar which defaults on, this...
2011-03-19 vortexadd "r_fog_clear" cvar which allows to disable framebuf...
2011-03-19 havocfix an array index out of bounds error on
2011-03-19 divverentfix a syntax error in the non-glsl13 case
2011-03-19 divverentremove CRLFs added by last commit
2011-03-19 vortexAdded JAM video decoder plugin, used by Blood Omnicide
2011-03-19 vortexAdd "Both Alphas" technique for VertexTextureBlend...
2011-03-19 vortexAdd "originscale" parameter to r_editlights (may be...
2011-03-19 vortexdynamically grow maxtempentities
2011-03-19 havocuse vid_netwmfullscreen 1 by default (yes I know auto...
2011-03-19 vortexadd -maxtempents switch to increase starting 256/4000...
2011-03-19 divverentdefine GLSL version explicitly to work around a problem...
2011-03-19 divverentfix a possible glsl compile error (no idea why it didn...
2011-03-19 divverentturn "assignment to world" from dprint into warning...
2011-03-18 divverentnew con_closeontoggleconsole logic:
2011-03-17 havocchange default r_shadow_deferred_8bitrange to 4 to...
2011-03-17 havocfixes for GLSL syntax errors in the deferred geometry...
2011-03-17 havocavoid a crash when creating model decals if RSurf_Activ...
2011-03-14 havocadded r_shadow_bouncegrid_directionalshading cvar,...
2011-03-14 havocfix a crash on r_restart related to collision caching
2011-03-14 havocimproved vid_touchscreen - it now adapts to screen...
2011-03-13 divverentadd cvars r_glsl_offsetmapping_steps and r_glsl_offsetm...
2011-03-13 divverenthuge glsl change: avoid #defining reserved keywords
2011-03-13 divverentfix some warnings in the shader
2011-03-13 divverentproperly detect glsl 1.3 support
2011-03-13 divverentbetter support non-GLSL130 in offsetmapping
2011-03-13 havocreduced number of varying variables required in a certa...
2011-03-13 havocr_shadow_bouncegrid now uses floats for accumulating...
2011-03-13 havocfix an HLSL warning
2011-03-13 havocfix a typo (Fogcolor should be FogColor)
2011-03-12 divverentfix offset/reliefmapping by using the proper miplevel...
2011-03-12 havocslight speedup to collision_cache by using individual...
2011-03-12 havocredesigned most of collision_cache code, cleaner and...
2011-03-12 havocsignificant speed gain on collision_cache 1 by tweaking...
2011-03-12 havocreduce number of varying variables required in shaders...
2011-03-11 havocfix two C++ errors
2011-03-11 havoccache collision trace results from frame to frame
2011-03-09 havocactually the culling in
2011-03-09 havocfixed a flaw in the culling in
2011-03-07 havocfixed bug with toggling r_shadow_bouncegrid where the...
2011-03-06 havocfix a warning about an unsigned array on ios
2011-03-06 divverentimprove the evaluation script
2011-03-06 divverentadd a hack to support fog on premultiplied alpha surfac...
2011-03-06 divverentfix fog/colormodability evaluation
2011-03-06 divverentfix fog for GL_SRC_ALPHA GL_ONE
next