]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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
2009-11-29 havocadded Mem_Memalign function
2009-11-29 vortexGAME_BLOODOMNICIDE: disable quake gfx precaches
2009-11-29 vortexr_replacemaptexture: no printings for GAME_BLOODOMNICIDE
2009-11-28 havoccompile without IPV6 support by default (-DSUPPORTIPV6...
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocchanged mod_generatelightmaps_* cvar defaults to better...
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocmore work on mod_generatedlightmaps:
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-26 havocmore work on mod_generatelightmaps
2009-11-24 havocmore work on mod_generatelightmaps
2009-11-24 havocmod_generatelightmaps is much closer to usable now
2009-11-24 havocmore work on mod_generatelightmaps command
2009-11-23 divverentfix another typo
2009-11-23 divverentfix typo
2009-11-23 divverentfix sound spatialization of edited sounds
2009-11-22 havocbeginning work on mod_generatelightmaps command
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-21 divverentpatches: experimental mode that allows setting collisio...
2009-11-20 havocreworked decal system to limit the number of decal...
2009-11-20 havocfix crash on Nexuiz demos/demo2 with new decal system...
2009-11-17 havocfix typo in lerpfrac fix
next