16.05.2012 11:44 / #11819, divverent
fix alphatest surfaces in GL11 path M /trunk/darkplaces/gl_rmain.c
16.05.2012 11:44 / #11818, divverent
multiple fog fixes for GL11/GL13 render path M /trunk/darkplaces/gl_rmain.c
15.05.2012 14:32 / #11817, divverent
reorder printf fields M /trunk/darkplaces/prvm_cmds.c
13.05.2012 23:08 / #11816, divverent
workaround for broken libc on mingw32 mingw32-gcc claims to be C99, but its sprintf() isn't M /trunk/darkplaces/quakedef.h
06.05.2012 1:29 / #11815, havoc
fix some int to bool conversion warnings on MSVS2008 M /trunk/darkplaces/model_brush.c
M /trunk/darkplaces/model_alias.c
M /trunk/darkplaces/view.c
06.05.2012 1:24 / #11814, havoc
redesigned r_celoutlines shader code to be a shadowing method rather than edge detect, looks better now M /trunk/darkplaces/shader_glsl.h
29.04.2012 19:49 / #11813, divverent
fix a stupid overrun in OP_DONE/OP_RETURN when trying to return one of the last two globals M /trunk/darkplaces/prvm_edict.c
24.04.2012 23:05 / #11812, vortex
R_MeshQueue_AddTransparent: Switch checks for RENDER_NODEPTHTEST and RENDER_WORLDOBJECT so RENDER_WORLDOBJECT keeps it's sorting index even if have RENDER_NODEPTHTEST. M /trunk/darkplaces/gl_rsurf.c
M /trunk/darkplaces/r_sprites.c
21.04.2012 17:46 / #11811, divverent
add extra var DP_GMP_STATIC_LIBDIR M /trunk/darkplaces/makefile.inc
20.04.2012 12:46 / #11810, divverent
VM_sprintf: use intmax_t for integer types M /trunk/darkplaces/prvm_cmds.c
M /trunk/darkplaces/quakedef.h
M /trunk/darkplaces/host.c
20.04.2012 12:20 / #11809, divverent
fix ReadPicture/WritePicture for sizes > 32k M /trunk/darkplaces/clvm_cmds.c
M /trunk/darkplaces/svvm_cmds.c
20.04.2012 5:56 / #11808, havoc
fix a few more redundancies with PRVM_64 M /trunk/darkplaces/clvm_cmds.c
20.04.2012 5:40 / #11807, havoc
fix several issues with PRVM_64, mostly cleaning up (int) casts M /trunk/darkplaces/clvm_cmds.c
M /trunk/darkplaces/prvm_cmds.c
M /trunk/darkplaces/svvm_cmds.c
20.04.2012 0:27 / #11806, divverent
fix a warning that was there for a while M /trunk/darkplaces/crypto.c
20.04.2012 0:27 / #11805, divverent
remove some more dead code M /trunk/darkplaces/model_brush.c
M /trunk/darkplaces/r_shadow.c
M /trunk/darkplaces/cl_collision.c
M /trunk/darkplaces/gl_backend.c
M /trunk/darkplaces/model_alias.c
M /trunk/darkplaces/host.c
M /trunk/darkplaces/gl_draw.c
M /trunk/darkplaces/csprogs.c
M /trunk/darkplaces/image.c
M /trunk/darkplaces/model_shared.c
M /trunk/darkplaces/cl_parse.c
M /trunk/darkplaces/common.c
M /trunk/darkplaces/gl_rmain.c
M /trunk/darkplaces/dpsoftrast.c
M /trunk/darkplaces/ft2.c
M /trunk/darkplaces/cl_screen.c
M /trunk/darkplaces/protocol.c
M /trunk/darkplaces/snd_mix.c
20.04.2012 0:27 / #11804, divverent
remove some more dead code ("Dead Increment" bugs from clang-analyzer); however, many of these were kept there as they help making code more readable/maintainable (e.g. incrementing data pointer after the LAST read from a model) M /trunk/darkplaces/gl_rmain.c
M /trunk/darkplaces/dpsoftrast.c
M /trunk/darkplaces/cl_input.c
19.04.2012 23:55 / #11803, divverent
remove some dead initializations that clang-analyzer found (verified) M /trunk/darkplaces/world.c
M /trunk/darkplaces/gl_rmain.c
M /trunk/darkplaces/cap_ogg.c
19.04.2012 23:52 / #11802, divverent
handle the unlikely case of qglXSwapIntervalSGI becoming invalid after GL restart (found by clang-analyzer) M /trunk/darkplaces/vid_glx.c
19.04.2012 23:48 / #11801, divverent
mark Host_Error as noreturn to help static analysis M /trunk/darkplaces/sys.h
M /trunk/darkplaces/quakedef.h
19.04.2012 15:48 / #11800, havoc
changed PRVM_ValueString (used by prvm_global, prvm_globals, prvm_edict, prvm_edicts) to print floats and vectors with more precision (using the FLOAT_LOSSLESS_FORMAT and VECTOR_LOSSLESS_FORMAT macros previously added) M /trunk/darkplaces/prvm_edict.c
19.04.2012 13:18 / #11799, havoc
fix severe bugs with the PRVM_64 support, which affected both modes of operation (PRVM_64 defined or not) - the OP_LOAD_ operations were converting between float and int unintentionally M /trunk/darkplaces/prvm_execprogram.h
19.04.2012 13:17 / #11798, havoc
fix some redundant int to float to double casts when using PRVM_64 M /trunk/darkplaces/menu.c
19.04.2012 12:06 / #11797, divverent
fix writing using libpng15 M /trunk/darkplaces/image_png.c
18.04.2012 1:29 / #11796, havoc
fix two bugs introduced in r11402 that broke dm6 teleporters and many other triggers (was using overly padded mins and maxs) M /trunk/darkplaces/world.c
M /trunk/darkplaces/sv_phys.c
15.04.2012 17:12 / #11795, havoc
disable PRVM_64 until the bugs are worked out M /trunk/darkplaces/qtypes.h
|