]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2023-11-25 bones_was_hereMerge MR 'Move SDL_GL_GetProcAddress after creating... div0-stable
2023-11-24 uisMove SDL_GL_GetProcAddress after creating window uis/sdl-fix
2023-04-30 bones_was_hereImprove x86 detection to fix compiler errors on other... xonotic-v0.8.6
2023-04-02 bones_was_hereUpdate compiler options, fixing obscure bug
2023-03-24 Cloudwalkfs: Use unsigned short for filename size
2023-03-24 Cloudwalkfs: Use unsigned short for extra field and file comment...
2023-02-03 bones_was_hereAdd cvar sv_legacy_bbox_expand for disabling Quake...
2022-07-09 terencehillIncrease response buffer to allow listing more players
2022-06-27 bones_was_heregl_flashblend: don't ignore r_coronas and don't double... xonotic-v0.8.5
2022-03-27 bones_was_hereSync dpmaster list with master branch
2022-03-27 Gary MoonExplicitly initialize openssl for older curl versions
2022-03-21 bones_was_hereSync .gitignore from master branch
2021-10-21 Cloudwalkdpsoftrast: Fix GCC 11 build
2021-04-11 havocUNMERGE! Implement SDL2 AUDIO_F32 format and use it... 29/merge
2021-04-11 motorsepUNMERGE! + Compiling fix
2021-04-10 motorsep+ Compiling fix
2021-04-10 havocImplement SDL2 AUDIO_F32 format and use it as the defau...
2021-03-17 cloudwalkFix pure data entities being linked into the area grid...
2021-03-17 cloudwalkFix most Q3 & QL glow maps
2021-03-12 cloudwalkDon't enable moncontrol if non-glibc on Linux. Fixes...
2021-03-12 cloudwalkFix FS_Seek for compressed file from PK3
2021-03-12 cloudwalkkeys: Fix intermittent buffer overflow when pasting...
2020-03-23 divverentFix the corona bug. The render bug only though.
2020-03-23 divverentSimplify R_DrawCustomSurface by calling R_DrawCustomSur...
2020-03-23 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2020-03-20 havocUNMERGE! Refactored R_UpdateEntityLighting to CL_Update...
2020-03-20 divverentAdd a Quake Live-style mouse acceleration mode.
2020-03-15 havocChange default value of r_shadows_shadowmapscale from...
2020-03-15 havocRemove the model parameter from NativeContentsFromSuper...
2020-03-15 havocEnable GL_OES_framebuffer_object on Android - it was...
2020-03-15 havocDon't bother setting anisotropy on textures twice durin...
2020-03-15 havocRemove v_glslgamma cvar (now assumed to be 1) and corre...
2020-03-15 havocImproved r_sky_scissor - scissor box is tighter as...
2020-03-15 havocImplemented r_sky_scissor feature (on by default) ...
2020-03-15 havocAdded R_SkinFrame_PurgeSkinFrame to de-duplicate some...
2020-03-15 havocAdd prvm_offsets.h to VS2017 projects, so it can be...
2020-03-15 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2020-03-15 havocIncrease shadowmap bordersize from 4 to 5, thanks Vic...
2020-03-15 havocFix a bug with height fog which was revealed by removing
2020-03-15 havocMissed the cl_particles.c edits to remove RSurf_ActiveW...
2020-03-15 FrankAdd a Quake Live-style mouse acceleration mode.
2020-02-22 divverentAnother flag bites the dust. This time: -ffinite-math...
2019-12-31 divverentFixed compile warnings - Corrected formatting of 'if...
2019-09-20 divverentFix issue with noise during startup
2019-09-13 divverentTravis: Force XInput and XRandR support.
2019-08-24 divverentUpdate Xonotic's SDL version to 2.0.10
2019-02-02 divverentFix engine not starting on Windows if linked against...
2019-02-02 divverentFix setinfo.
2018-08-03 havocUncomment the texture binding check in R_Mesh_TexBind...
2018-08-03 havocDelete unused Debug_PolygonBegin and associated code.
2018-08-03 havocConfigure all of the CL_MeshEntities* meshes the same...
2018-08-03 havocFix a mistake made when merging R_RenderView call in...
2018-08-03 havocMake the semantics of CL_VM_UpdateView more clear ...
2018-08-03 havocDon't duplicate the entity relinking when using CSQC.
2018-08-03 divverentMark r_fakelight and r_equalize_entities_fullbright...
2018-08-03 divverentNew alternative to fullbright: r_fullbright_directed.
2018-08-03 divverentAdd an in_releaseall command for debugging/working...
2018-08-03 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-05 havocRemove v_hwgamma feature as it is not worth maintaining...
2018-04-05 havocVarious cleanup.
2018-04-04 havocUNMERGE! Various cleanup.
2018-04-03 havocUNMERGE! Remove v_hwgamma feature as it is not worth...
2018-04-03 havocFix mouse spinning bug in wgl client when the game...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2018-04-03 havocChange shader permutation flags to 64bit.
2018-04-03 havocRewrote most of r_lightning.c, it now uses CL_MeshEntit...
2018-04-03 havocAdd CL_MeshEntities_*, every frame in the client all...
2018-04-03 havocVarious cleanup.
2018-04-03 havocChange r_showbboxes to have outlined edges of the box...
2018-04-03 havocAdd entity number to showtex overlay.
2018-04-03 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-04-03 havocFix a bug with PRVM_64 where CSQC float stats were...
2018-04-03 havocAdd r_shadow_culllights_trace feature, this culls rtlig...
2018-04-03 havocRework R_CanSeeBox a bit to support an eyejitter featur...
2018-04-03 havocChange shadowless rtlights so that they are not occlude...
2018-04-03 havocDon't set MATERIALFLAG_NOSHADOW on SKY materials. ...
2018-04-03 havocFix a couple warnings for unused variables in listdirec...
2018-04-03 divverentGrant access to the FULLVOLUME flag from the QC VM...
2018-04-03 havocRemove the forced lower-casing in listdirectory on...
2018-04-03 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-09-22 havocFix GLSL shader to only specify invariant gl_Position...
2017-09-22 havocUse the invariant keyword on gl_Position on GLSL 1...
2017-09-22 divverentSDL2: combine SDL_KEYDOWN events directly with followin...
2017-04-26 divverentrcon server: add an explicit check against empty passwo...
2017-04-24 havocMark a bug as done.
2017-04-24 havocFix bug where r_showbboxes broke bloom texture updates...
2017-04-24 havocFix a bug in collisions between brushes and brushes...
2017-04-24 havocRemoved the gray-out behavior on the gamma settings...
2017-04-24 havocFix bugs in ModList_RebuildList such that it no longer...
2017-04-24 havocAdd VS2017 projects.
2017-04-08 Rudolf Polzer::stable-branch::reset=f6d8bf009aadd637cd9d7444a564ad1b...
2017-03-31 divverentTravis build script: bump the min OS X version. xonotic-v0.8.2
2017-03-31 divverentTravis build script: bump the min OS X version.
2017-03-18 havocAdded a bug reported by kristus (tcmod rotate breaking...
next