]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2007-03-12 havocadded support for locs/something.loc naming in loc...
2007-03-12 havocdisable interpolation of predicted movement locations...
2007-03-11 havocdon't abort a download if a level change occurs during...
2007-03-11 havocmake gamedir command work on dedicated servers
2007-03-11 havocincreased minimum developer cvar level for several...
2007-03-11 havocimplemented .loc file support, including some editing...
2007-03-11 havocchanged brightness of unlit q1bsp maps from 2x white...
2007-03-09 havocfix incorrect parameter count check on setspawnparms...
2007-03-09 havocremoved master 12.166.196.192 (run by Venim) because...
2007-03-09 havocadded cl_dlights_decayradius and cl_dlights_decaybright...
2007-03-08 havocimplemented shadow caster culling by creating a frustum...
2007-03-08 havocfixed bug in portal culling code that allowed a leaf...
2007-03-08 havocreworked prediction code to work better when riding...
2007-03-08 havocrefactored csqc entity sending code so that it properly...
2007-03-08 havocadded a few more Vector4 macros
2007-03-03 havocchanged entity networking prioritization code to use...
2007-03-03 havocfix weapon jitters when walking up ramps, and predictio...
2007-03-03 havocpatch from div0 fixing his previous patch that he told...
2007-03-03 havocquick hack to get rid of twitchy onground state in...
2007-03-03 havocfixed bug that was causing prediction to fail periodica...
2007-03-03 havocserver now executes predicted moves of more than 50ms...
2007-03-03 havocminor cleanup of CL_SendMove comments regarding packet...
2007-03-02 havocchanged sendcvar command to send a reply (with no value...
2007-03-02 havocreworked cvar checks in VID_UpdateGamma to simply set...
2007-03-02 havocless hacky solution to resetting movesequence on a...
2007-03-02 havocfix really stupid bug introduced in sv_user.c revision...
2007-03-01 havocfixed problems with playing on QW server caused by...
2007-03-01 havocfix bug where only the first portal to see a surface...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
2007-03-01 havocfix bug that was causing r_editlights light indicators...
2007-02-28 havocremove stray \n characters in Cmd_AddCommand calls
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-28 havocimproved detection of q3 terrain blend shaders to reduc...
2007-02-28 havocremove an unused extern
2007-02-28 havocfix a cvar name
2007-02-27 havocfix missing { character
2007-02-27 havocuse CVAR_SAVE not 1 for flags on curl cvars
2007-02-24 havocallow 0 parameters in VM_SV_makestatic due to a bug...
2007-02-24 havocadded optimized case in R_Q1BSP_GetLightInfo surface...
2007-02-24 havocoptimized entity culling loop for shadow casting entiti...
2007-02-23 havocadded BoxInsideBox macro
2007-02-23 havocminor optimization of R_Q1BSP_RecursiveLightInfo
2007-02-23 havocminor optimization
2007-02-23 havocforgot to re-sort the todo
2007-02-23 havocaudited R_Mesh_Matrix calls and RSurf_ActiveEntity...
2007-02-23 havocremove ; that was causing crashes/breakage
2007-02-23 havocremove unused variables
2007-02-23 havocfixed bug that caused the wrong texture to be used...
2007-02-23 havocsmall cleanup of R_DrawSurfaces (separated r_showcollis...
2007-02-23 havocsplit model_brushq3_t num_lightmaps field into num_orig...
2007-02-23 havocpatch from div0 that makes curl downloads stay connecte...
2007-02-23 havocpatch from div0 that adds clientside culling of entitie...
2007-02-23 havocmemset arrays before writing skeletal vertices into...
2007-02-23 havocfurther optimizations to batching code, not much gain...
2007-02-23 havoccheck __GNUC__ version before defining printf attribute...
2007-02-22 havocchanged default mod_q3bsp_lightmapmergepower from 5...
2007-02-22 havocfix dedicated server crashes caused by new lightmap...
2007-02-22 havocfixed bug that made some models invisible in nexuiz...
2007-02-22 havocdisabled collision_enternudge by default again, due...
2007-02-22 havocchanged light attenuation equation in the default.glsl...
2007-02-22 havocadded r_shadow_lightradiusscale cvar (similar to r_shad...
2007-02-22 havocdon't compute tangents or normals on non-deluxemapped...
2007-02-22 havocreally fixed deluxemapping this time
2007-02-22 havocfixed deluxemapping detection bug that made it never...
2007-02-22 havocnow merges all q3bsp lightmap textures into one huge...
2007-02-22 havocadded some debugging code to RSurf_DrawBatch_WithLightm...
2007-02-22 havocsplit RSurf_DrawBatch_Lightmap function into 4 main...
2007-02-22 havocfix a bug in transparent mesh rendering which often...
2007-02-22 havocreorganized surface batching to batch visible surfaces...
2007-02-22 havocsome cleanup of GL20 code (removed rsurface_glsl_textur...
2007-02-22 havocmerged some surface rendering setup code
2007-02-21 havocdefault gl_lockarrays to 0, I'm not aware of any cards...
2007-02-21 havocmodified surface renderer batching to batch all lightma...
2007-02-21 havocfixed bug that was causing seta commands to usually...
2007-02-21 havocchanged collision nudging to behave like quake2/3,...
2007-02-20 havocadded model->brush.TraceLineOfSight function, this...
2007-02-20 havocfix some crashes related to particles when csqc is...
2007-02-20 havocadded mleaf_t->containscollisionsurfaces variable which...
2007-02-20 havocadded scr_refresh cvar which is similar to r_render...
2007-02-20 havocchanged reconnect command description
2007-02-20 havocmade reconnect command reconnect to the last server...
2007-02-20 havocchanged Q3SURFACEPARM_ANTIPORTAL to be an unsigned...
2007-02-20 havocadded parsing of surfaceparm antiportal
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-19 havocreenabled network culling of bmodels (optional however...
2007-02-19 havocreworked packet sending code a bit more, this is mostly...
2007-02-19 havocfixed stair smoothing code so it no longer jitters...
2007-02-19 havocchanged FL_ONGROUND handling for pushers (lifts for...
2007-02-19 havocchanged how CL_PrintEntities_f prints the model name...
2007-02-19 havocfix broken SOLID_CORPSE collisions
2007-02-19 havocfix two 'wrong number of parameters' errors
2007-02-19 havocfix an uninitialized variable
2007-02-19 havocfixed parmcount check on VM_SV_AddStat from 2 parameter...
2007-02-19 havocthis patch may break things and needs testing
2007-02-19 havocfix shading seams along uv seams on compiled frame...
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havocfixed an evil ent->fields.vp access that was not using...
2007-02-18 havocadded an error message stating if an image file was...
2007-02-18 havocadded svc_trailparticles and svc_pointparticles, these...
next