]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2018-05-05 havocFix a bug in MD3 model loading that caused warnings...
2018-05-04 havocSimplify Mod_ShadowMesh_* functions - removed support...
2018-05-02 havocRemove Mod_CreateCollisionMesh and reduce the exposed...
2018-05-02 havocRemove model->surfmesh.shadowmesh which was a vertex...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-05-01 havocRefactored and improved Mod_ValidateElements so it...
2018-05-01 havocFix a crash on Doombringer duel5.bsp where one of the...
2018-05-01 havocGenerate a pvs for refraction renders just like for...
2018-05-01 havocFix a missing newline in system vars mismatch warning.
2018-04-30 havocFix lighting origins on CSQC entities.
2018-04-30 havocFix clipping plane bug on r_water - a line had been...
2018-04-30 havocFix bugs with unloading of cachepic skinframes in QC...
2018-04-29 havocFix a typo in DrawQ_RotPic which broke it badly.
2018-04-29 havocFix multiple bugs with ft2 font loading that were cause...
2018-04-29 havocDefault vid_desktopfullscreen to 1.
2018-04-29 havocFix the menu for missing data, it needs to use CACHEPIC...
2018-04-29 havocFix Image_GenerateNoTexture, it was using a wrong strid...
2018-04-20 havocRemove the last remnants of DPSOFTRAST support in vid_g...
2018-04-20 havocFix a prvm_int_t variable that was being passed directl...
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-15 havocReworked v_isometric code significantly, it now default...
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-14 havocAdded v_isometric cvars, this mode is mostly a curiosit...
2018-04-14 havocAdded r_cullentities_trace_expand and pad cvars, these...
2018-04-14 havocFix two pieces of code that did not compile with PRVM_64.
2018-04-14 havocEnable PRVM_64 - the QuakeC VM will run as 64bit (using...
2018-04-14 havocCheck r_showtris cvar as a float rather than integer...
2018-04-13 havocFix incorrect layer color values that caused models...
2018-04-13 havocMade RENDERPATH_GL20 require fbo support and always...
2018-04-13 havocFix some viewport issues with r_viewfbo and r_bloom...
2018-04-13 havocCSQC polygonbegin functionality now uses the CL_MeshEnt...
2018-04-12 havocDefault scr_loadingscreen_background to 1, and also...
2018-04-12 havocFix a bug where R_GetTexture could return 0 rather...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2018-04-10 havocRemove the model parameter from NativeContentsFromSuper...
2018-04-10 havocEnable GL_OES_framebuffer_object on Android - it was...
2018-04-10 havocDon't bother setting anisotropy on textures twice durin...
2018-04-10 havocRemove v_glslgamma cvar (now assumed to be 1) and corre...
2018-04-09 havocImproved r_sky_scissor - scissor box is tighter as...
2018-04-09 havocImplemented r_sky_scissor feature (on by default) ...
2018-04-09 havocAdded R_SkinFrame_PurgeSkinFrame to de-duplicate some...
2018-04-09 havocAdd prvm_offsets.h to VS2017 projects, so it can be...
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2018-04-09 havocChange default value of r_shadows_shadowmapscale from...
2018-04-09 havocIncrease shadowmap bordersize from 4 to 5, thanks Vic...
2018-04-08 havocFix a bug with height fog which was revealed by removing
2018-04-07 havocMissed the cl_particles.c edits to remove RSurf_ActiveW...
2018-04-07 havocUncomment the texture binding check in R_Mesh_TexBind...
2018-04-07 havocDelete unused Debug_PolygonBegin and associated code.
2018-04-07 havocFix a mistake made when merging R_RenderView call in...
2018-04-07 havocConfigure all of the CL_MeshEntities* meshes the same...
2018-04-07 havocMake the semantics of CL_VM_UpdateView more clear ...
2018-04-07 havocDon't duplicate the entity relinking when using CSQC.
2018-04-05 divverentMark r_fakelight and r_equalize_entities_fullbright...
2018-04-05 divverentNew alternative to fullbright: r_fullbright_directed.
2018-04-05 divverentAdd an in_releaseall command for debugging/working...
2018-04-05 divverentManage resetting the key event state on video reinitial...
2018-04-05 divverentFix "Cully McCullface" bug found by terencehill.
2018-04-05 divverentFix compile of vid_glx.c after the update on hwgamma.
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2018-04-03 havocFix mouse spinning bug in wgl client when the game...
2018-03-25 havocChange shader permutation flags to 64bit.
2018-03-25 havocRewrote most of r_lightning.c, it now uses CL_MeshEntit...
2018-03-25 havocAdd CL_MeshEntities_*, every frame in the client all...
2018-03-25 havocVarious cleanup.
2018-03-24 havocChange r_showbboxes to have outlined edges of the box...
2018-03-24 havocAdd entity number to showtex overlay.
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-03-17 havocFix a bug with PRVM_64 where CSQC float stats were...
2018-03-11 havocAdd r_shadow_culllights_trace feature, this culls rtlig...
2018-03-11 havocRework R_CanSeeBox a bit to support an eyejitter featur...
2018-03-11 havocChange shadowless rtlights so that they are not occlude...
2018-03-11 havocDon't set MATERIALFLAG_NOSHADOW on SKY materials. ...
2018-03-11 havocFix a couple warnings for unused variables in listdirec...
2018-03-06 divverentGrant access to the FULLVOLUME flag from the QC VM...
2017-11-29 havocRemove the forced lower-casing in listdirectory on...
2017-10-31 divverentFix initialization of gunorg/vieworg when cl_followmode...
2017-09-28 divverentTravis/Xonotic: use Ubuntu's mingw-w64 and fix linux32...
2017-09-22 divverentFix bug with demo time
2017-09-22 divverentMake work DrawQ_SetClipArea in stereo view modes or...
2017-09-22 divverentAvoid running cl_followmodel and cl_leanmodel code...
2017-08-30 havocFix GLSL shader to only specify invariant gl_Position...
2017-08-06 havocUse the invariant keyword on gl_Position on GLSL 1...
2017-07-10 divverentSDL2: combine SDL_KEYDOWN events directly with followin...
2017-04-26 divverentrcon server: add an explicit check against empty passwo...
2017-04-23 havocMark a bug as done.
2017-04-23 havocFix bug where r_showbboxes broke bloom texture updates...
2017-04-23 havocFix a bug in collisions between brushes and brushes...
2017-04-23 havocRemoved the gray-out behavior on the gamma settings...
2017-04-23 havocFix bugs in ModList_RebuildList such that it no longer...
2017-04-23 havocAdd VS2017 projects.
2017-03-31 divverentTravis build script: bump the min OS X version.
2017-03-18 havocAdded a bug reported by kristus (tcmod rotate breaking...
2017-03-08 divverentUse SDL 2.0.5 for Xonotic builds.
2017-03-07 divverentr_coronas_occlusionquery: don't try using a GL20-requir...
2017-03-07 divverentChat: accept K_KP_ENTER to end chat entry too.
2017-01-14 havocadded separate cl_nopred cvar to use when playing on...
2017-01-11 divverentTravis changes for Xonotic:
2017-01-07 havocincrease MAX_CHANNELS to support quakemash
2017-01-03 havocFix some crashes affecting dedicated quake servers...
next