]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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...
2007-02-18 havocrenamed CL_Move to CL_Input to avoid confusion with...
2007-02-18 havocadded generic collision functions Collision_ClipToGener...
2007-02-18 havocchanged fieldoffsets and globaloffsets to be integer...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-18 havocallow non-integer framerates for q3 shader animmap...
2007-02-18 havocfixed a bug with png loading on x86_64 platforms caused...
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-16 havocreduced r_shadow_glossintensity from 2 to 1 by default
2007-02-16 havocthe record command now disconnects you if starting...
2007-02-15 havocchanged SCR_DrawConsole call in csqc mode to match...
2007-02-15 havocfix an uninitialized variable warnign
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-15 havocadded gl_lockarrays_minimumvertices cvar for testing
2007-02-15 havocremoved unused world_cs.c code
2007-02-14 havocadded a check for level changes which blocks prediction...
2007-02-14 havocsome initial changes to support terrain texture blendin...
2007-02-14 havocadded bounding of info->particleaccumulator so that...
2007-02-14 havocfix bug that caused trails to not appear at the right...
2007-02-12 havocadded cl_nettimesyncmode cvar to choose the method...
2007-02-12 havocsendcvar now quotes the resulting sentcvar value
2007-02-12 havocremoved cl.timenonlerp (reverted to using cl.time)
2007-02-12 havocchanged particleaccumulator check to use >= 1 instead...
2007-02-12 havocfixed problems with network entity viewmodels not follo...
2007-02-12 havocminor cleaning
2007-02-12 havocdisabled saveconfig when doing -benchmark
2007-02-11 havocdownloads of .cfg and dlcache/ files are now forbidden...
2007-02-11 havocreworked Image_HeightmapToNormalmap to use a somewhat...
2007-02-11 havocmodified Mod_LoadSkinFrame to set base = r_texture_note...
2007-02-11 havocdisabled cl.stairoffset adjustments when airborn
next