]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2012-04-19 divverentfix a warning that was there for a while
2012-04-19 divverentremove some more dead code
2012-04-19 divverentremove some more dead code ("Dead Increment" bugs from...
2012-04-19 divverentremove some dead initializations that clang-analyzer...
2012-04-19 divverenthandle the unlikely case of qglXSwapIntervalSGI becomin...
2012-04-19 divverentmark Host_Error as noreturn to help static analysis
2012-04-19 havocchanged PRVM_ValueString (used by prvm_global, prvm_glo...
2012-04-19 havocfix severe bugs with the PRVM_64 support, which affecte...
2012-04-19 havocfix some redundant int to float to double casts when...
2012-04-19 divverentfix writing using libpng15
2012-04-17 havocfix two bugs introduced in r11402 that broke dm6 telepo...
2012-04-15 havocdisable PRVM_64 until the bugs are worked out
2012-04-12 havocfix a use of Cmd_Argv(1) as a dpsnprintf format string
2012-04-11 divverentfix a typo
2012-04-11 divverentPRVM_64: make savegames precision-loss-less
2012-04-11 divverentfix "strings go past end of file" check
2012-04-09 havocfix PRVM_E_INT which was severely bugged
2012-04-06 divverentproperly check for bloom being active
2012-04-06 divverentCreate a cvar which changes brightness when r_bloom...
2012-04-05 havocuse prvm_vec_t for spawn_parms storage
2012-04-04 havocenable PRVM_64 define
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
next