projects
/
xonotic
/
darkplaces.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/darkplaces.git
2011-01-26
eihrul
SSE2 opts for nearest filtering
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
fix for lightmap glow path to use one less multiply
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
SSE2 optimized lightmap shader
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
SSE2 optimized Texture2DVaryingBGRA8
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
initial obfuscation of ProcessTriangles with SSE2 code...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
only respect vid_soft variable if SSE2_PRESENT is defined
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
eihrul
added SSE2_PRESENT define
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
havoc
change DPSOFTRAST default texture filter to linear...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
havoc
optimized SHADERMODE_LIGHTSOURCE to do some early-out...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
havoc
implemented SHADERMODE_LIGHTSOURCE with specular, shado...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
divverent
fix the bug that affects showsurfaces 3 entirely now...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
havoc
added glow texture support in SHADERMODE_LIGHTMAP
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
havoc
added SHADERMODE_LIGHTDIRECTION code (model rendering...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
havoc
changed the texture bind code for the RENDERPATH_SOFT...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
eihrul
fix overrun test for optimized texture routines
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
havoc
fix crash on texturing a span that starts at the bottom...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
havoc
fix two errors related to the R_FrameData_Alloc use...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
havoc
failed attempt at improving performance of bilinear...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
havoc
changed DPSOFTRAST to use bgra8 intermediate storage...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
havoc
change q1bsp lightmap to vertex color conversion to...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
havoc
added an experimental alternate code path in DPSOFTRAST...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
havoc
fix some compile errors on vid_sdl.c when compiling...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
draw things as black if no shader code exists yet
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
fix log(2) compile error as C++, should have been log...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
fix several conversion warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
fix another void conversion
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
fix a couple void conversions
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
enabled more features for SHADERMODE_GENERIC
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
added support for disabling mipmapping using the non...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
fix bugs in DPSOFTRAST_CalculateMipmaps
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
havoc
tabs, not spaces for indenting
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
eihrul
faster texture mapper
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
eihrul
move double break in pseudoalpha case to the right...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
fix particle blending
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
use texel center sampling on textures
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
eihrul
only bind needed textures in softrast path (to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
removed numtexcoords parameter in DPSOFTRAST_Draw_LoadV...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
reworking DPSOFTRAST array copying to automatically...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
eihrul
fix some crashes related to video subsystem not being...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
added DPSOFTRAST software rasterizer, a work in progress
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
havoc
fix a crash with tcmod turbulent where it was not reque...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-22
divverent
cache multiple loaded instances of the same font (TODO...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-21
divverent
sync libjpeg support from makefile to BSDmakefile
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
havoc
fix some missing changes in the D3D path when r_vertexp...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
divverent
VM_sprintf: properly handle "%02d"
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
havoc
reduced memory usage by around 20MB (no longer allocate...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
havoc
lower particle limit when using DP_SMALLMEMORY builds
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
havoc
fix a major performance issue with the GL11/GL13 path...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
divverent
fix wateralpha
commit
|
commitdiff
|
tree
|
snapshot
2011-01-17
havoc
fix a typo in the cg shader setup
commit
|
commitdiff
|
tree
|
snapshot
2011-01-17
divverent
make prvm_language saved
commit
|
commitdiff
|
tree
|
snapshot
2011-01-17
divverent
fix console margin calculation
commit
|
commitdiff
|
tree
|
snapshot
2011-01-17
divverent
fix description of prvm_language dumping mode
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
divverent
fix alias word combining
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
divverent
make it possible to turn off missing DDS file logging
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
divverent
use the proper filename.pot instead of filename.dump...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
havoc
added r_enableshadowvolumes cvar, this defaults to...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
divverent
fix a memory leak of glsl shader permutations
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
havoc
added cvar mod_bsp_portalize to decide whether to gener...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
divverent
make infobar height configurable
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
divverent
fix the latest fix to Font_IndexForSize
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
divverent
fix a data type in Font_IndexForSize
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
vortex
drawcolorcodedstring: support full 6 parms (added start...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
vortex
Added wasfreed() to menuqc builtinlist. Hushed "VM_bufs...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
divverent
get rid of more clang warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
divverent
get rid of clang warnings for SETPVSBIT/CLEARPVSBIT
commit
|
commitdiff
|
tree
|
snapshot
2011-01-02
divverent
fix a warning by clang
commit
|
commitdiff
|
tree
|
snapshot
2011-01-02
vortex
Better perspective effect for SPR_OVERHEAD, added globa...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
divverent
fix a stupid extra declaration in the glsl shader
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
divverent
fix the overflow checks in snd_ogg to handle different...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
divverent
fix a bug in special character translation leading...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
divverent
fix handling of the restart-animation bit
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
divverent
avgcolor calculation: also calculate alpha for DXT3
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
divverent
shut down a lot of startup developer spam
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
divverent
less unix terminal spam if developer <= 0 (should this...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
divverent
fix a C++ error
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
divverent
fix avgcolor calculation with fake S3TC decoding
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
divverent
add a trivial quarter-res S3TC decoder to DDS loading
commit
|
commitdiff
|
tree
|
snapshot
2010-12-23
divverent
also make the darkplaces menu able to enter up to 127...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-23
divverent
also make MAX_SCOREBOARDNAME 128 in the small memory...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-23
divverent
allow more font sizes
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
divverent
allow longer player names
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
divverent
r_showsurfaces: fix "ghost normals"
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
divverent
equalize entities: desaturate the lightgrid when equali...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
divverent
fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
divverent
glx build, Linux: remove one source of message spam...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
divverent
fix display of r_shownormals < 0
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
divverent
do not crash if loading a particlefont texture fails
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
vortex
torgue->torque
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
vortex
ODE improvements:
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
vortex
fix glgl water trick that doesnt work well (it was...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
divverent
if a skyboxskinframe is missing, don't draw that sky...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
divverent
When reallocating CSQC render entity space, make sure...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
divverent
care for the premultiplied-alpha flag when handling...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
divverent
found out why the water plane issue happend: namely...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
divverent
remove another useless check
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
divverent
fix a case where r_hdr 1 can cause message spam (previo...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
divverent
do not crash if no matching water plane could be found...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
divverent
fix sys_specialcharactertranslation for utf-8 mode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
divverent
turn another print into a dprint
commit
|
commitdiff
|
tree
|
snapshot
next