]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2007-04-30 havocfix pl% calculation for QW servers (was using [i] inste...
2007-04-30 havocfix nettimesync bug after the recent cleanup
2007-04-30 havocimplemented QW skin support, it's broken on skins that...
2007-04-30 havoccount empty packets in rate limiting
2007-04-30 havocfix a bug in texture path identification (the nopath...
2007-04-30 havocremoved cl_nettimesyncboundmode 5 because it seems...
2007-04-30 dreskUpdated cl_sound_ric_gunshot CVar to support multiple...
2007-04-29 havocincreased IP + UDP header overhead estimate from 18...
2007-04-29 divverentstore into *colorindex again
2007-04-27 dreskAdded cl_sound_ric_gunshot which specifies if the relat...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-26 havocclarified descriptions of r_mipsprites and r_mipskins
2007-04-26 havocsplit cl_netpacketloss into cl_netpacketloss_send and
2007-04-25 havocfixed bug where animated mdl skins (such as Tomaz's...
2007-04-25 havocchanged default cl_movement_minping from 1 to 0
2007-04-25 havocchanged default cl_movement_minping from 50 to 1
2007-04-25 havocadded tracking of memory usage of VBO/EBO buffers
2007-04-25 havocfix bugs in Mod_Q3BSP_Loadtextures that caused crashes...
2007-04-25 divverentprevent abuse by ending netname with a ^: if the name...
2007-04-25 divverentfix strlennocol/strdecolorize on unusual strings like...
2007-04-24 havocisolated more of the texture loading code from the...
2007-04-24 havocfixed crash in sprite loaders on dedicated servers
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-24 havocreverted dresk's DP_SV_ALLOWTOUCHWITHOWNER patch as...
2007-04-24 dreskAdded QC float .allowtouchwithowner . Setting this...
2007-04-24 havocallow model flags to work on attached entities
2007-04-24 havocexpanded texture name buffer so that names don't get...
2007-04-24 havocdon't crash in Mod_BuildAliasSkinFromSkinFrame on dedic...
2007-04-24 dreskAdded standard color escapes to "changed name to" broad...
2007-04-24 dreskUpdated console command description of prvm_edicts...
2007-04-24 dreskAdded return to standard color coding in "status" comma...
2007-04-24 dreskAdded check for MAX_MODELS in cl_modelindexlist command
2007-04-24 dreskRemoved modelindexlist command from cmd.c, shifted...
2007-04-24 dreskAdded return to standard color coding in the "Player...
2007-04-24 dreskImplemented console command 'modelindexlist' which...
2007-04-24 havocfixed missing sprite textures caused by purging code
2007-04-24 havocfix bug that made all textures without a shader definit...
2007-04-24 havoccheck if skinframe is NULL in R_SkinFrame_MarkUsed
2007-04-24 havocfix a line I forgot to commit
2007-04-24 dreskFixed a typo by not putting a whitespace after the...
2007-04-24 havocreplaced Mod_LoadSkinFrame functions with R_SkinFrame...
2007-04-24 havocfix MAX_CHANNELS, it was too low with the expanded...
2007-04-24 havocfix crash when freeing an expandable array caused by...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-04-23 havocreplaced qglArrayElement calls with qglVertex3f calls...
2007-04-23 dreskAdded new extension for .string netaddress (DP_SV_NETAD...
2007-04-23 dreskImplemented .string netaddress to SVQC, providing the...
2007-04-23 havocmodified Mod_LoadSkinFrame to not attempt to generate...
2007-04-23 havoccleaned up Mod_LoadSkinFrame now that image_loadskin...
2007-04-23 havocmerged image_loadskin and image_freeskin into Mod_LoadS...
2007-04-23 havocfix some unintentional math on a void pointer
2007-04-22 havocbatch by lightmap rather than by use of lightmaps ...
2007-04-22 havocadded r_showbboxes cvar and accompanying code to render...
2007-04-22 havocfix a bug in the last commit pertaining to lightning...
2007-04-22 havocfixed several bugs in fog code, it basically wasn't...
2007-04-22 havocfixed bug where items would not fall if pushed off...
2007-04-22 havoccorrect a couple error messages which said "Map downloa...
2007-04-20 divverentoops... sorry for that one. Copypaste without testing...
2007-04-20 divverentfix multithreaded OpenGL support; actually load CGL...
2007-04-20 divverentcompare the right values for host cache masks;
2007-04-20 divverentnew cvar fs_empty_files_in_pack_mark_deletions: when...
2007-04-20 havocupped MAX_DYNAMIC_CHANNELS from 128 to 512
2007-04-19 havocchanged VERTEXFOGTABLE macro to not use a global variable
2007-04-19 havocsignificant cleanup of reliefmapping shader, now uses...
2007-04-19 havocadjusted netgraph code to draw the latest netgraph...
2007-04-19 havoccorrect a typo (numbotss)
2007-04-18 divverentsv_public -2 now allows the local: client to connect
2007-04-18 havocfix a bug in the RENDER_EXTERIORMODEL check in the...
2007-04-18 havocchanged protocol code to always send origin as low...
2007-04-18 havocremoved the forced LOWPRECISION flag on entities becaus...
2007-04-18 havocimproved entity unsticking code, it now uses a trace...
2007-04-18 havoctry unstick offsets in a certain order, preferring...
2007-04-18 havocadded Mem_ExpandableArray_IndexRange and
2007-04-18 havocadded Mem_ExpandableArray functions, which are not...
2007-04-18 havocadded cl_nettimesyncboundmode 5 which is div0's slight...
2007-04-18 havocadded numbots and numhumans in server info parsing...
2007-04-18 havocadded reporting of number of bots in getinfo/getstatus...
2007-04-18 havocfix bug introduced in last patch that made all text...
2007-04-18 havocfurther optimized space skipping in DrawQ_String
2007-04-18 havocchanged weapons bar in nexuiz hud to use alpha rather...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-04-17 havocrenamed client netgraphs back to incoming and outgoing
2007-04-17 havocadded shownetgraph 2 mode which shows netgraphs for...
2007-04-17 havocmoved calls of CL_ReadDemoMessage and CL_SendMove from...
2007-04-17 havocno longer sends nearly-empty input packets when cl...
2007-04-17 havocreplaced cl_nettimesyncmode with 3 cvars cl_nettimesync...
2007-04-17 havocfix a crash reported by Lardarse when using more skin...
2007-04-17 havocmoved shownetgraph to right side of screen
2007-04-16 divverentin X11, keypad * is KP_MULTIPLY, not '*'
2007-04-16 havocserver no longer calls networking on each physics frame...
2007-04-16 havocdisable some debugging code that caused an empty packet...
2007-04-16 havocimplemented shownetgraph
2007-04-16 havocfixed several issues in the recent effect rate limiting...
2007-04-16 havocEF_LOWPRECISION is now default on all entities except...
2007-04-16 havocsv.datagram is now flushed to client->unreliablemsg...
2007-04-15 havocmade cl_joinbeforedownloadsfinish a saved cvar
2007-04-15 havocmade cl_nettimesyncmode a saved cvar
2007-04-15 havocadded cl_nettimesyncmode 7 (adaptive + loose sync)
2007-04-15 havocadded cl_nettimesyncmode 6 (adaptive sync, gradually...
next