]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-09-19 divverentvideo capture: add the missing 32768.0f factor
2011-09-18 divverentcvar saving robustness
2011-09-18 havocfix watershader on entities
2011-09-17 havocavoid crashes on watershader surfaces in models that...
2011-09-16 havoctighten the tolerances on water plane merging
2011-09-16 havoctransform surface vertices to worldspace before calcula...
2011-09-16 havocfix issues with watershader on models, also now support...
2011-09-16 havocadded scr_screenshot_timestamp cvar which defaults...
2011-09-16 havocadded network protocol for sound speed
2011-09-16 havocfixed multiple crashes and infinite loops in sound...
2011-09-16 divverentCSQC: support the sound pitch shift arg (NOT in SVQC...
2011-09-15 havocsound mixer now operates on floating point, has on...
2011-09-15 havocregister the snd_streaming_length cvar
2011-09-14 divverentfix a crash on CentOS 5.6
2011-09-14 divverentnew cvar: snd_streaming_length ("don't stream sound...
2011-09-14 havocchanged executable name detection to ignore path
2011-09-13 eihrulslightly better non-VSDCT shadowmap code
2011-09-13 eihrulabstracted texture2DOffset usage to work around GLSL...
2011-09-13 eihrulfix error with unused ClientTime reference
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-09-12 eihrulslightly faster non-VSDCT GetShadowMapTC2D variant
2011-09-11 eihrulfix fix for shadow sampler sampling
2011-09-11 eihrulfix sampling of shadow2D results
2011-09-11 divverentclip velocity when detecting ground
2011-09-11 divverentmore canjump fixes
2011-09-10 divverentfix another canjump tracking bug; STILL not good
2011-09-10 divverentfix one bug in cl_movement_track_canjump. Still buggy.
2011-09-09 divverentadd a FIXME comment regarding canjump, will check that...
2011-09-08 divverentmodplug. set total length to 1<<30 now, as anything...
2011-09-08 havocchanged D3D shader warning prints to dprints
2011-09-07 divverentsimplify: just turn off rtlights on MATERIALFLAG_FULLBR...
2011-09-07 havocinitialize some variables differently in the HLSL shade...
2011-09-06 havocfix a C++ error introduced when ddspixels was used...
2011-09-06 divverentblendfunc addalpha
2011-09-06 divverentmod_q3shader_force_addalpha (default 0)
2011-09-06 divverentnow that DDS loading is consistent with RGBA loading...
2011-09-06 divverentDDS support: convert DXT3/DXT5 to DXT1 when requesting...
2011-09-06 divverentfix interaction of blendfunc with rtlights
2011-09-06 divverentRevert "disable divVerent's texflags hack for now becau...
2011-09-05 havocdisable divVerent's texflags hack for now because it...
2011-09-03 divverentshowtex 1
2011-09-03 divverentdisable offsetmapping where TEXF_ALPHA is not set and...
2011-09-02 divverentadd -noconsole option to block console input and display
2011-09-02 divverentalso set TEXF_ALPHA on GL_ONE GL_ONE (don't ask)
2011-09-02 divverentenable offsetmapping permutations only if a normalmap...
2011-09-01 divverentchange how offsetmapping bias works for less artifacts...
2011-09-01 divverentfix parameter number
2011-09-01 divverentchange to offsetmapping syntax:
2011-08-31 divverenton Unix, avoid actually creating config.cfg when testin...
2011-08-30 divverentfix a typo causing compile error
2011-08-30 divverentfix another data loss type conversion
2011-08-30 divverentoffsetbias: changed range to 0..1 to match what the...
2011-08-29 divverentmake offsetmapping bias actually work
2011-08-29 divverentset TEXF_ALPHA on shader stages only if necessary
2011-08-29 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-29 divverentadd missing TEXF_ALPHA when loading the glossmap
2011-08-29 divverentgloss: exact specular math has min gloss exponent 4...
2011-08-29 divverentmake sure another way it never calculates 0^0
2011-08-29 divverentmake sure gloss never calculates 0^0
2011-08-27 divverentimplement TEXF_FORCE_RELOAD to reload a pre-existing...
2011-08-27 divverentfix cachepic handling with respect to r_restart and...
2011-08-24 eihrulfix bugs introduced by r11262
2011-08-24 divverentthis file needs eol-style too...
2011-08-24 divverentadd a script to automate svn:eol-style processing
2011-08-24 divverentset svn:eol-style properties on new files
2011-08-24 eihruladd missing uniform
2011-08-24 eihrulfix crashing due to alignment
2011-08-24 eihrulALIGNED_SIZE -> ALIGN_SIZE
2011-08-24 eihrulonly need 4 byte alignment for atomicity
2011-08-24 divverentwho's inserting CRLFs all the time
2011-08-24 divverentbig oops: fix C++ compilation (had used "operator"...
2011-08-23 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-08-23 divverentfix gameversion logic :(
2011-08-23 divverentnew cvar: r_sortentities to sort render edicts.
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-20 divverentcvar: csqc_usedemoprogs
2011-08-20 divverentdpshaderkill enhancements
2011-08-20 havocadded dpshaderkillifcvar and dpshaderkillifcvarzero...
2011-08-18 divverentsys_usenoclockbutbenchmark: use double for the timer,
2011-08-18 divverentbe more clear that the crypto_keys fingerprints are...
2011-08-17 divverenturi_post: make content type mandatory
2011-08-17 divverentallow extra args for messagemode and messagemode2 to...
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-08-16 havocallow drawpic calls without flag parameter, as per...
2011-08-16 havocallow calls to drawstring without the flag parameter...
2011-08-16 havocexpose R_SetView (aka setproperty) as builtin 309 as...
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-08-16 havocfix MOVETYPE_FAKEPUSH (tenebrae movetype 13) implementation
2011-08-16 havocdon't draw bouncegrid on custom csqc scenes without...
2011-08-16 havocfix GLSL shader error with directional bouncegrid and fog
2011-08-14 divverentfix a wrong variable name
2011-08-14 divverentfix support of odd heights in YUV conversion for video...
2011-08-07 havocadded cast_half, cast_half2, cast_half3, cast_half4...
2011-08-05 havocfix typos
2011-08-05 havocdon't depend on ptrdiff_t
2011-08-05 havocwe probably don't need to call SDL_GL_LoadLibrary on...
2011-08-05 havocfix a couple compile issues affecting Maemo
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-08-03 divverentfix an obvious crash in user controlled wave func handling
2011-08-02 divverentfix line feeds
next