]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-01 divverentput comment about wrong cppcheck warning (apparently...
2012-04-01 divverentfix out of buffer access in snd_3dras
2012-04-01 divverentset right include path for two #include commands
2012-04-01 divverentanother NULL dereference fixed
2012-04-01 divverentremove pointless NULL checks in gl_rmain as they can...
2012-04-01 divverentslightly simplify cmd and cvar code (also silences...
2012-04-01 divverentfix NULL dereference in jam and avw video playback...
2012-04-01 divverentfix a NULL pointer dereference in modeldecompile
2012-04-01 divverentFIX LINEFEEDS :(
2012-04-01 divverentTurn off RFC 1149 on systems that have it enabled.
2012-03-24 eihrulR_Shadow_CullFrustumSide fixes
2012-03-22 havochush more warnings
2012-03-22 havocmark some functions as static to hush warnings
2012-03-21 havocimplemented collision_triangle_axialsides cvar (default...
2012-03-21 havocfixed compilation on MSVS2008 - do not use stdint.h
2012-03-20 vortexr_editlights: added r_editlights_drawproperties cvar...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-20 vortexIntroducing LibAvW - a wrapper DLL to play videos using...
2012-03-20 vortexcl_particles_reloadeffects <filename> - reload effects...
2012-03-18 divverentcheckpvs: use the right worldmodel
2012-03-18 divverentdocument that celshading and celoutlines currently...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-18 eihrulfix usage of linear filter when using shadowmap sampler
2012-03-16 divverentfix a typo in challenge flood protection
2012-03-13 divverentfix an unlikely crypto downgrade attack found during...
2012-03-13 divverentalso block floods of getstatus, getinfo, getchallenge
2012-03-13 havocuse prog->progs_mempool for server DP_SKELETONOBJECTS...
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-03-10 divverentdpsoftrast: SHADERMODE_GENERIC SHADERPERMUTATION_ALPHAK...
2012-03-10 divverentallow MATERIALFLAG_CAMERA to fade out
2012-03-09 divverenttry to really fix vectorvectors to be 100% equivalent...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-03-09 havocfixed a severely bugged check of R_BlendFuncFlags
2012-03-09 havocuse CFLAGS_ODE on prvm_cmd.c because it checks ODE_DYNA...
2012-03-09 havocfix compile error where no extern was defined for ode_dll
2012-03-08 divverentfix checkextension based ODE detection for QC code
2012-03-01 divverentadd a flag to forcibly turn off skeletal animation...
2012-03-01 divverentCon_ClearNotify: only hide notify, not chat
2012-02-28 divverentfix a stupid type error.
2012-02-28 divverentrunstandardplayerphysics: ignore the passed edict for...
2012-02-27 havocfix for .alpha and other effects on sprites that use...
2012-02-26 havocbyteswap S16LE sound data on load once, not twice :)
2012-02-24 divverentremove redundant check
2012-02-24 divverentdon't accumulate time reports for the first 10 seconds...
2012-02-24 divverentadd missing variable
2012-02-24 divverentalso count timing info when nobody is playing
2012-02-23 havocuse stickmouse code when SDL2 relative mouse fails
2012-02-23 havocwork with SDL2
2012-02-23 divverentI moved the IPv6 master server to another server. Sorry...
2012-02-21 havocuse both .items2 and serverflags in items stat, to...
2012-02-21 divverentfix a stupid typo
2012-02-21 divverentno need to waste a full page
2012-02-21 divverentcrazy feature: -DFILE_BASED_MALLOC=1
2012-02-20 havocfix the compiler error fo' reals this time
2012-02-20 havocfix compile error
2012-02-20 divverentwe don't use DGA any more, so why -lxxf86dga
2012-02-20 havocadded Q1 BSP2 format support, compatible with hmap2
2012-02-20 divverentadd a note about a VectorVectors bug
2012-02-20 divverentfix broken use of + and | in drawflags
2012-02-20 divverentfix a crash when JPEG loading when alpha image is corrupt
2012-02-19 vortexFix shader compile log again. Print error in any case...
2012-02-18 vortexFixed shader compile log to use Con_DPrintf.
2012-02-18 havocremove some undesired else's that break r_celshading...
2012-02-18 vortexODE: rewrite scale support to scale collision mesh...
2012-02-18 divverentalways allow -nosse and -nosse2 flags to change SSE...
2012-02-18 vortexVectorVectors: renormalize 'up' vector as it seems...
2012-02-18 divverentactually fix the barrier typecasts... these really...
2012-02-18 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-18 vortexfix type cast
2012-02-18 vortexfix type cast
2012-02-16 divverentAdd support for barriers to the threading interface...
2012-02-16 havocfix typos
2012-02-15 havocadded r_celshading cvar and GLSL shader code
2012-02-12 eihrulmake sure depth test is disabled before rendering bloom
2012-02-12 eihrulfix some weird incidental finding in the bloom code
2012-02-12 divverentalso support 1.2 again
2012-02-12 divverentimplement the libpng longjmp hack properly. png_jmpbuf...
2012-02-12 divverentbring back old glibc workaround
2012-02-12 divverentfix jump buffer type
2012-02-11 eihruldual quat -> matrix optimizations
2012-02-11 eihrulfix multiply for skeleton objects
2012-02-11 eihrulskeleton object openglorientation fix
2012-02-11 eihrulSIMD-ize the matrix multiplication in AnimateVertices
2012-02-11 divverentsupport libpng 1.5.0
2012-02-10 divverentadd a static to an unprototyped internal function to...
2012-02-10 divverentfix two seriously wrong memset calls possibly causing...
2012-02-10 divverentfix clang warnings for unused result of *_LockThreadMutex
2012-02-10 divverentfix a few clang warnings that try to hint to buffer...
2012-02-09 divverentuse togglemenu 1 to enable menu at startup
2012-02-07 divverentallow GET requests to be signed too (typo fix)
2012-02-07 eihrulspaces -> tabs
2012-02-07 eihruluse dual quaternions for frame blends
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-02-04 havocadded cvars r_nearest_2d and r_nearest_conchars which...
2012-01-31 havocmoved S_FreeSfx call in S_StopChannel to be in a safer...
2012-01-31 divverentfix a compile error; don't reallocate if target is...
2012-01-30 eihrulensure texture is not null before adjusting bind counter
2012-01-30 divverentproperly handle !vid.support.arb_texture_non_power_of_t...
2012-01-28 havocremove a confusing #if
next