]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-12-21 divverentmovement packet loss tracking
2009-12-21 havocfix typo in StoreBigLong calls on NETFLAG_ACK packets
2009-12-21 havocprint unknown keys a little differently, to avoid escap...
2009-12-21 havocchange how compression hint check works
2009-12-21 havocremove some gl functions that are not used
2009-12-21 havocuse floats rather than doubles for view matrix stuff
2009-12-21 havocadded LINK_TO_ZLIB define checks, to allow direct linking
2009-12-21 havocadded K_PRINTSCREEN, not actually used by any platforms...
2009-12-21 havocadded SUPPORTIPV6 define checks - not defined by defaul...
2009-12-21 havocincrease NET_MAXMESSAGE in DP_SMALLMEMORY configuration...
2009-12-21 havocadded SUPPORTDLL define and checks, if any platforms...
2009-12-21 havoccheck if FNDELAY is defined instead of checking WIN32
2009-12-21 havocprint memlist if out of memory error occurs
2009-12-21 havocadded mem_bigendian variable
2009-12-21 havocfix big endian loading of patches
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-20 divverentallocate the right byte count for PVS data in framedata
2009-12-20 havocdisable r_transparentdepthmasking by default until...
2009-12-20 havocGLSL shaders no longer use gl_TexCoord[] varying variables
2009-12-20 havocGLSL shaders no longer use gl_TextureMatrix, now all...
2009-12-20 havoceliminated R_Mesh_TextureState function and rmeshstate_...
2009-12-20 havocfixed cl_decals_models 1 rendering
2009-12-20 havocimplemented fogging for cl_decals_newsystem 1
2009-12-20 havocfix GL11/GL13 fogged sprite rendering and q1bsp sky...
2009-12-20 havocfix fog mask scrolling on q1bsp sky
2009-12-20 havocfix bug with cl_decals_newsystem where submodels and...
2009-12-20 havocfix bug where r_shadow_deferred 1 caused transparent...
2009-12-20 havocadded r_transparentdepthmasking cvar (defaults to 1...
2009-12-20 divverentdon't need it twice...
2009-12-20 divverent- fix specular stuff on Q1BSP
2009-12-20 divverentslowmo: when slowmo is < 1, restrict sys_ticrate not...
2009-12-20 divverentDP_EF_RESTARTANIM_BIT
2009-12-20 divverentmaxidlefps fix for maxfps 0
2009-12-20 havocfix bug with deluxemapping (I thought GLSL had a recip...
2009-12-20 havocforce shadowmapping when deferred rendering is on
2009-12-20 havocfix lack of specular on q1 mdl, and a possible case...
2009-12-20 havocavoid a permanent memory leak on lightmap allocation...
2009-12-20 samualUpdate cl_deathfade cvar description
2009-12-19 divverentuseful stuff for server admins: curl command now allows...
2009-12-18 havocchange sv_cullentities_trace_samples from 1 to 2 -...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-16 havocfix a bug where gl_max_lightmapsize cvar was not regist...
2009-12-14 eihrulmake Draw_FreePic set pic->tex to NULL to prevent reuse...
2009-12-14 havocreworked animcache code to store information in ent...
2009-12-14 havocincrease r_framedatasize in increments instead of by...
2009-12-14 havocallocate portals differently to reduce Mem_Alloc reports in
2009-12-14 havocfix crash when r_framedatasize increases
2009-12-14 havocfix a crash on shutdown when using developer_memory...
2009-12-14 havocfix void * arithmetic error on MSVC
2009-12-13 havocadded R_FrameData_Alloc and Store functions (a per...
2009-12-09 havocremoved GL_NV_blend_square detection because it is...
2009-12-09 havocremoved DOT3 lighting path (bumpmapped lighting on...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocsome cleanup
2009-12-08 havocminor cleanup
2009-12-08 havocremove a couple useless lines
2009-12-08 havocuse gl_max_lightmapsize
2009-12-08 havocadded gl_max_lightmapsize
2009-12-08 havocremoved r_glsl_usegeneric cvar (always on now)
2009-12-08 havocmore cleanup
2009-12-08 havocchanged R_Mesh_TexCombine to use GL_COMBINE_ARB mode...
2009-12-08 havocinitialize GL state only once at video start, rather...
2009-12-08 havocremoved R_Mesh_TexBind3D, R_Mesh_TexBindCubeMap, R_Mesh...
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-08 havocdon't upload a fog texture for explosion shells if...
2009-12-08 havocincrease _snd_mixahead to 0.15 to fix crackling sound...
2009-12-08 havocmoved gl_state definition higher in the code
2009-12-08 havocan attempt to fix waveOut sound on Vista
2009-12-07 havocremove unused tex1d parameters
2009-12-07 havocadded vid.support struct containing extension detection...
2009-12-07 havocremove a vid.support line I did not intend to be in...
2009-12-07 havocR_UpdateTexture no longer calls R_RealGetTexture, and...
2009-12-07 havocremove an unneeded comment
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocrenamed gl_stencil to vid.stencil
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-12-07 havocload fog textures in all cases again
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-12-07 divverentscr_loadingscreen_background cvar: when set, show loadi...
2009-12-07 havocfix a warning (gl_driver is not a pointer)
2009-12-06 divverentif gridsize is parsed wrong and DP would normally abort...
2009-12-06 divverentparse gridsize like q3map2 does (less strict)
2009-12-06 divverentwe cannot skip the next 3 vars after encounting a vecto...
2009-12-06 divverentnow autocvars can have default values when the progs...
2009-12-06 divverentforgot the downtrace cvar
2009-12-05 divverentturn this into sv_gameplayfix_downtracesupportsongroundflag
2009-12-05 divverentfix onground clearing by ANDing it with a downtrace...
2009-12-05 divverentfix endposnudge
2009-12-05 vortexAdd several gl_info_ cvars which holds gl_vendor, gl_dr...
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-12-04 havocfixed a bug with sv_gameplayfix_nudgeoutofsolid where...
2009-12-04 havocfix Mem_Free NULL pointer warnings
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-12-04 havocdisable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROU...
2009-12-04 havocclean up field offset handling a bit, now uses vec_t...
2009-12-04 havocremove const qualifiers on Mem_Free calls on r_surfacelist
2009-12-02 havocadd support for a filename parameter on screenshot...
2009-11-29 havocadded a few more CHECKGLERROR lines, and the possibilit...
2009-11-29 havocremoved 1D texture management code, not used by anything
next