]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2009-01-19 havocfix a number of char types that should be int, to make...
2009-01-18 divverentGAME_NEXUIZ: skip player entities in hitnetworkplayers...
2009-01-17 havocdisable DGA mouse by default
2009-01-16 havocadded servertime, serverprevtime, serverdeltatime globa...
2009-01-16 divverent- fix tracing against networked players on the client...
2009-01-15 divverentmake csqc entity sounds follow their entity
2009-01-15 havocremove templights change
2009-01-15 havocfix for more missing stuff
2009-01-14 havocforgot to include this file, fixes PBLEND_INVMOD error
2009-01-14 havocadded blend and orientation commands for effectinfo...
2009-01-13 divverentcl_demo_mousegrab
2009-01-13 havocI noticed the edgefriction value was wrong in the QW...
2009-01-13 divverentfix warning
2009-01-13 divverentremove the PRVM_BOUNDSCHECK_CVAR define
2009-01-12 divverentfix csqc code insertion in autodemos
2009-01-10 divverentrotate the blur pentagram by 180 degrees :P
2009-01-10 divverentadd a second parameter to the blur to mix the pentagram...
2009-01-10 divverentremove the latest change (it was redundant, as a glsl...
2009-01-10 divverentadd a new vec2 LowerRightCorner to the glsl shader...
2009-01-08 divverentAdd a comment explaining how the compression algorithms...
2009-01-08 divverentBlub's "deflate" extension to the download system.
2009-01-08 divverentcommandmode: use Cmd_ExecuteString so semicolons don...
2009-01-08 divverentreject downloads of non-regular files
2009-01-08 divverentFS_LoadFile: don't segfault when trying to open a non...
2009-01-08 divverentmaking the new cvars saved ones
2009-01-08 divverentbetter defaults for headphones
2009-01-08 divverentsnd_spatialization_control: earphone friendly mode...
2009-01-08 divverentnow handle the SV_VM_Begin stuff correctly here
2009-01-08 divverentfix overrun in netconn.c when creating status replies...
2009-01-08 divverentnow also save the old prog... hope THIS works always
2009-01-08 divverentoops, this is in the server VM
2009-01-08 divverentbe a little more strict with contents of worldstatus...
2009-01-08 divverentnew cvar: sv_status_show_qcstatus
2009-01-06 divverentsupport more different vorbis comment names for looped...
2009-01-05 divverenthide the R_Mesh_Draw message unless developer is 100...
2009-01-03 divverentSV_PushMove: ignore pushes from and to "owned" entities
2009-01-03 divverentfix cleanup of player names that use ^xRGB
2009-01-03 divverentfix lod group comparing for pos/neg zeroes
2009-01-02 divverentmade particle PVS culling only take the origin into...
2009-01-02 divverentcheck BoxTouchingPVS, not PointInLeaf
2009-01-02 divverentAdded vis culling of particles, and a new cvar cl_parti...
2009-01-01 divverentmodel_brush: use the same tesselation number for patche...
2009-01-01 divverentalso support entity lumps that are NOT NUL terminated
2008-12-30 divverentfix two bugs in handling of invalid ^xRGB codes
2008-12-29 divverentfor null models, respect the mins/maxs set by QC for...
2008-12-29 divverentadd DP_NULL_MODEL extension
2008-12-29 divverentonly load the null model ONCE
2008-12-29 divverentmodels: add a special built-in model name "null" that...
2008-12-29 havocopen client sockets before video starts, so that the...
2008-12-28 divverentbring back the static tokenize string buffer, because...
2008-12-28 divverentfix whitespace handling:
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-12-26 divverentfix interpretation of text brightness/contrast cvars...
2008-12-25 divverentremove a redundant check fixing a gcc warning
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-12-25 divverentRemove disabling of stdin for the text console. Helps...
2008-12-18 havocfixed a bug with "time" command in effectinfo.txt to...
2008-12-18 havocforgot to commit this file in the DP_EF_NOSELFSHADOW...
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-12-17 divverentfix crash
2008-12-17 divverentfix warnings
2008-12-17 divverentmore space for client numbers
2008-12-17 divverentnew command by terrencehill: "status 1" and "status...
2008-12-16 divverentcurl: longer URLs
2008-12-16 divverentwhen loading a game, free "text" later
next