Time Nick Message 17:01 lhofhansl Merging #14232 in a few. 17:01 ShadowBot https://github.com/minetest/minetest/issues/14232 -- Allow unsafe access into MapSector::m_blocks by lhofhansl 17:17 lhofhansl Done 18:22 sfan5 merging #14236, #14235 in a few mins 18:22 ShadowBot https://github.com/minetest/minetest/issues/14236 -- MSVC: Fix locale workaround code by srifqi 18:22 ShadowBot https://github.com/minetest/minetest/issues/14235 -- Fix HUD image (waypoint) docs by appgurueu 18:31 Krock sfan5: while you're at it, would you please be so nice to also press the button for #14213 ? thank you. 18:31 ShadowBot https://github.com/minetest/minetest/issues/14213 -- ContentCAO: Fix threshold of alpha channel textures by SmallJoker 18:32 sfan5 I will 18:43 Krock :) 19:12 sfan5 hoping for quick approval on #14238, the changes are all uncontroversial 19:12 ShadowBot https://github.com/minetest/minetest/issues/14238 -- [no squash] Unittest and some documentation things by sfan5 19:39 Krock oh. no longer hardcoded paths is quite nice 20:00 sfan5 wait why does porting.h include irrlicht.h? that's awful because it pulls in literally all parts of irrlicht 20:00 sfan5 also irrlichttypes_extrabloated.h -> all the vector stuff??? 20:00 Krock out with that shit 20:01 Krock perhaps someone included it to have the basic types 20:01 sfan5 #include "irrlichttypes.h" is already there :D 20:02 Krock include it twice - just to be sure 20:03 sfan5 there come the first compile errors. I'll go and check this tomorrow 20:34 rubenwardy #14240 20:34 ShadowBot https://github.com/minetest/minetest/issues/14240 -- Remove GitLab CI and redirect GitLab pages to api.minetest.net by rubenwardy 20:49 rubenwardy I'll do a manual merge where I push to GitLab first to make sure the pipelines works 20:52 sfan5 could also use a python script, after a certain complexity shell scripts get quite buggy :) 20:54 rubenwardy that would make sense. I wanted to avoid messing with docker and CI, but it's already using a python image anyway 20:54 rubenwardy anyway it's done and works 20:54 rubenwardy and will probably end up deleted soonish 20:55 rubenwardy I wonder what GitLab does if you remove the pages job, does it serve the last build forever 20:59 rubenwardy probably not forever, just until the next time GitLab accidentally deletes all of its data 21:23 nrz sfan5, yeah i tried years ago to defuck porting.h but we rely too much on irrlicht types 21:23 nrz maybe with all cleanup done since 2 years it's not more doable 22:56 MTDiscord Oh no, not porting.h