]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-02-26 divverentuse trace_plane_normal to check whether the trace succeeded
2009-02-25 divverentscr_screenshot_hwgamma - makes the HW gamma table apply...
2009-02-25 divverentfix v_color_enable with v_glslgamma
2009-02-25 divverentnever prefer an entity trace over a world trace if...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-23 divverentC++ compile fixes
2009-02-21 divverentcl_capturevideo_nameformat
2009-02-21 divverentadd some casts for g++
2009-02-21 divverentclarify that the new matrixlib functions only are suppo...
2009-02-21 havocfix ie
2009-02-20 divverentsome color tag cleanups by terencehill
2009-02-20 havoccalculate plane dist in collision code so that it will...
2009-02-20 havocreport a proper trace_plane_normal for trace_startsolid...
2009-02-20 havocfix a compile error on dedicated server in MSVC2008
2009-02-20 divverentmade cl_capturevideo_ogg 1 by default and saved.
2009-02-19 divverentchange vorbis default quality to 3 (before: 1), matches...
2009-02-19 divverentfix multichannel vorbis channel mappings
2009-02-19 divverentcorrectly swap the channels for vorbis audio encoding
2009-02-19 divverentalso fix ti.keyframe_auto_p
2009-02-19 divverentrename cl_capturevideo_ogg_theora_keyframe_frequency...
2009-02-19 divverentmake DP_PRELOAD_DEPENDENCIES=1: add theora to the depen...
2009-02-19 divverentlibogg sucks. Really does. Work around one of its short...
2009-02-18 havocfix bug introduced by div0 that made entities belonging...
2009-02-18 divverentfix typo causing an endless loop
2009-02-18 divverenthopefully fix pointsound in csqc
2009-02-18 divverentavoid writing a duplicate last frame at the end
2009-02-18 divverentfix the stupid interleaving method
2009-02-18 havocrevert r8707 changes
2009-02-18 havocdisable use of stdint.h on MSVC2003 and earlier
2009-02-18 divverentalso include <stdint.h> to get uint32_t on mingw
2009-02-18 divverenta debug printf I forgot to comment out
2009-02-18 divverentnow, for mingw, use the uint32_t names instead of the...
2009-02-18 havocfix compile errors on MSVC2003 and earlier
2009-02-18 divverentbring back the old stupid interleaving, and leave this...
2009-02-18 divverenttry interleaving exactly like example_encode.c
2009-02-18 divverentincrease default theora quality from 16 to 32; this...
2009-02-18 divverentcapturevideo refactoring, making AVI also "just a modul...
2009-02-18 divverentAdd some cvars for vorbis/theora video encoding; their...
2009-02-18 divverentforgot these two files
2009-02-18 divverentExperimental theora capturevideo code.
2009-02-17 divverentcapturevideo: prefill incomplete header fields a bit...
2009-02-17 havocfix bugs with missing shader replacements casting shadows
2009-02-17 divverentfix typo in some powers of two
2009-02-17 divverentadd Q3A's EF_TELEPORT_BIT (toggle it when teleporting...
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-16 havocfix a compile error when using C++ mode
2009-02-16 divverentskip interpolation if tagentity changes
2009-02-16 havocfix some mingw64 warnings (I hope)
2009-02-16 havocadded cvar sv_gameplayfix_gravityunaffectedbyticrate...
2009-02-16 havocimplemented zpass shadowing, not used yet
2009-02-15 havocsomehow this file was not committed in the last one
2009-02-15 havocdon't prepend textures/ on halflife wad loading
2009-02-15 havocuse nlerp for bone rotations in skeletal model renderin...
2009-02-15 havocsimplified tag info code
2009-02-15 havocadded shadertime field in csqc
2009-02-12 havoclaying the groundwork for zpass shadow volume support...
2009-02-12 havocadded TEXF_FORCELINEAR to many special effect textures
2009-02-12 havocearly steps toward support for persistent caching of...
2009-02-12 havocimplemented occlusion query support on corona rendering...
2009-02-11 divverentfix memory corruption when using trailparticles with...
2009-02-10 divverentremove two debug prints
2009-02-10 divverentfix a typo
2009-02-10 divverentimproved handling of non-seekable AVIs; also: do less...
2009-02-10 divverentmake AVI writing a bit more robust; if seeking back...
2009-02-09 divverentCSQC traceline/tracebox: don't set hitnetworkplayers...
2009-02-07 divverentbugfix for showtopspeed
2009-02-06 divverentfix a possible bug with zym model animation (this looks...
2009-02-06 divverent[ 2566720 ] showtopspeed v3
2009-02-02 havocAt O.Sezer's recommendation filematch.c has been change...
2009-02-02 havocdisabled main in sys_win.c at O.Sezer's recommendation...
2009-02-02 havocchanged CC=gcc to CC?=gcc at O.Sezer's recommendation
2009-02-01 divverentfix two typos in vid_wgl code
2009-01-31 divverentmore fullscreen cleanup
2009-01-31 divverentcleanup of fullscreen code; do not use VidMode when...
2009-01-28 divverentdamn, revert the accidental change to makefile.inc
2009-01-28 divverentfix a type
2009-01-28 divverentmake DP compile with C++ again
2009-01-28 divverentoops, fixing syntax
2009-01-28 divverentsome fixes for NetWM fullscreen
2009-01-28 divverenttry to improve netwm fullscreen mode
2009-01-28 havocfix another warning reported by O.Sezer
2009-01-28 havocfix for a typo from O.Sezer
2009-01-27 divverenthandle FocusIn and FocusOut in NetWM fullscreen mode
2009-01-27 divverentfix my last fullscreen change
2009-01-27 divverentattempt to fix csqc entity networking by not sending...
2009-01-27 divverentbeginning of vid_netwmfullscreen; does not work yet...
2009-01-26 havocremove an unused variable
2009-01-25 divverentfix typos on sizing collision patches
2009-01-25 divverentactually use the cross product of two DIFFERENT vectors...
2009-01-25 havocfix stupid degenerate triangle check, I don't have...
2009-01-24 divverentfix modelyawradius calculation
2009-01-23 divverentcvarlist, buf_cvarlist: support wildcards if present...
2009-01-23 divverentfix typo in Set/SetA
2009-01-23 divverentdo the skipping here too
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2009-01-22 divverentDP_SV_ONENTITYPREPOSTSPAWNFUNCTION - hooks before and...
2009-01-20 havocfix bug with menu_mouse_absolute 1 in Nexuiz
2009-01-20 havocfixed a serious bug in initialization of frac[][]
2009-01-20 havocfix bugs with q1bsp/hlbsp rotating submodels, caused...
next