]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-01-26 havocoptimized SHADERMODE_LIGHTSOURCE to do some early-out...
2011-01-26 havocimplemented SHADERMODE_LIGHTSOURCE with specular, shado...
2011-01-25 divverentfix the bug that affects showsurfaces 3 entirely now...
2011-01-25 havocadded glow texture support in SHADERMODE_LIGHTMAP
2011-01-25 havocadded SHADERMODE_LIGHTDIRECTION code (model rendering...
2011-01-25 havocchanged the texture bind code for the RENDERPATH_SOFT...
2011-01-25 eihrulfix overrun test for optimized texture routines
2011-01-25 havocfix crash on texturing a span that starts at the bottom...
2011-01-25 havocfix two errors related to the R_FrameData_Alloc use...
2011-01-24 havocfailed attempt at improving performance of bilinear...
2011-01-24 havocchanged DPSOFTRAST to use bgra8 intermediate storage...
2011-01-24 havocchange q1bsp lightmap to vertex color conversion to...
2011-01-24 havocadded an experimental alternate code path in DPSOFTRAST...
2011-01-24 havocfix some compile errors on vid_sdl.c when compiling...
2011-01-23 havocdraw things as black if no shader code exists yet
2011-01-23 havocfix log(2) compile error as C++, should have been log...
2011-01-23 havocfix several conversion warnings
2011-01-23 havocfix another void conversion
2011-01-23 havocfix a couple void conversions
2011-01-23 havocenabled more features for SHADERMODE_GENERIC
2011-01-23 havocadded support for disabling mipmapping using the non...
2011-01-23 havocfix bugs in DPSOFTRAST_CalculateMipmaps
2011-01-23 havoctabs, not spaces for indenting
2011-01-23 eihrulfaster texture mapper
2011-01-22 eihrulmove double break in pseudoalpha case to the right...
2011-01-22 havocfix particle blending
2011-01-22 havocuse texel center sampling on textures
2011-01-22 eihrulonly bind needed textures in softrast path (to avoid...
2011-01-22 havocremoved numtexcoords parameter in DPSOFTRAST_Draw_LoadV...
2011-01-22 havocreworking DPSOFTRAST array copying to automatically...
2011-01-22 eihrulfix some crashes related to video subsystem not being...
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-22 havocfix a crash with tcmod turbulent where it was not reque...
2011-01-22 divverentcache multiple loaded instances of the same font (TODO...
2011-01-21 divverentsync libjpeg support from makefile to BSDmakefile
2011-01-20 havocfix some missing changes in the D3D path when r_vertexp...
2011-01-20 divverentVM_sprintf: properly handle "%02d"
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2011-01-18 havoclower particle limit when using DP_SMALLMEMORY builds
2011-01-18 havocfix a major performance issue with the GL11/GL13 path...
2011-01-18 divverentfix wateralpha
2011-01-17 havocfix a typo in the cg shader setup
2011-01-17 divverentmake prvm_language saved
2011-01-17 divverentfix console margin calculation
2011-01-17 divverentfix description of prvm_language dumping mode
2011-01-15 divverentfix alias word combining
2011-01-14 divverentmake it possible to turn off missing DDS file logging
2011-01-14 divverentuse the proper filename.pot instead of filename.dump...
2011-01-14 havocadded r_enableshadowvolumes cvar, this defaults to...
2011-01-13 divverentfix a memory leak of glsl shader permutations
2011-01-13 havocadded cvar mod_bsp_portalize to decide whether to gener...
2011-01-12 divverentmake infobar height configurable
2011-01-11 divverentfix the latest fix to Font_IndexForSize
2011-01-11 divverentfix a data type in Font_IndexForSize
2011-01-07 vortexdrawcolorcodedstring: support full 6 parms (added start...
2011-01-07 vortexAdded wasfreed() to menuqc builtinlist. Hushed "VM_bufs...
2011-01-03 divverentget rid of more clang warnings
2011-01-03 divverentget rid of clang warnings for SETPVSBIT/CLEARPVSBIT
2011-01-02 divverentfix a warning by clang
2011-01-02 vortexBetter perspective effect for SPR_OVERHEAD, added globa...
2010-12-29 divverentfix a stupid extra declaration in the glsl shader
2010-12-29 divverentfix the overflow checks in snd_ogg to handle different...
2010-12-27 divverentfix a bug in special character translation leading...
2010-12-26 divverentfix handling of the restart-animation bit
2010-12-26 divverentavgcolor calculation: also calculate alpha for DXT3
2010-12-25 divverentshut down a lot of startup developer spam
2010-12-25 divverentless unix terminal spam if developer <= 0 (should this...
2010-12-25 divverentfix a C++ error
2010-12-25 divverentfix avgcolor calculation with fake S3TC decoding
2010-12-25 divverentadd a trivial quarter-res S3TC decoder to DDS loading
2010-12-23 divverentalso make the darkplaces menu able to enter up to 127...
2010-12-23 divverentalso make MAX_SCOREBOARDNAME 128 in the small memory...
2010-12-23 divverentallow more font sizes
2010-12-21 divverentallow longer player names
2010-12-18 divverentr_showsurfaces: fix "ghost normals"
2010-12-18 divverentequalize entities: desaturate the lightgrid when equali...
2010-12-18 divverentfix a warning
2010-12-18 divverentglx build, Linux: remove one source of message spam...
2010-12-18 divverentfix display of r_shownormals < 0
2010-12-17 divverentdo not crash if loading a particlefont texture fails
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-12-16 vortexfix glgl water trick that doesnt work well (it was...
2010-12-16 divverentif a skyboxskinframe is missing, don't draw that sky...
2010-12-16 divverentWhen reallocating CSQC render entity space, make sure...
2010-12-15 divverentcare for the premultiplied-alpha flag when handling...
2010-12-14 divverentfound out why the water plane issue happend: namely...
2010-12-14 divverentremove another useless check
2010-12-14 divverentfix a case where r_hdr 1 can cause message spam (previo...
2010-12-14 divverentdo not crash if no matching water plane could be found...
2010-12-12 divverentfix sys_specialcharactertranslation for utf-8 mode
2010-12-12 divverentturn another print into a dprint
2010-12-12 divverentbe more silent about self-pack
2010-12-12 divverentdo not parse $variable stuff inside //comments
2010-12-12 divverentfix some stupid ft2.c warnings
2010-12-12 divverentsimplify it, and make it a bit nicer to the GPU
2010-12-12 divverentfix loading screen handling (prevent self-overdraw)
2010-12-12 divverentcustomizable loading screen picture scale, including...
2010-12-10 divverentfix a terminologic bug
2010-12-09 divverentuse MAX_SCOREBOARDNAME instead of a hardcoded 64 bytes...
next