Time Nick Message 10:39 json hello! 15:49 json Who is OldCoder and what is Final Minetest? 16:03 json https://forum.minetest.net/viewtopic.php?t=18946 16:03 json What is this? 16:06 json oldcoder tried to take control of minetest? 16:10 erle asking questions and then immediately quitting 16:10 erle klingelstreich 16:52 LinuxScratcher i hav join the minetest  france guilded 17:24 erle luatic consider the following https://git.minetest.land/erlehmann/tga_encoder/src/commit/5dcf714cd187f21c2e32e709cbe5507ea4fd10c4/donut.lua 17:30 erle rendered result looks like this: https://mister-muffin.de/p/y8RA.png 17:33 erle how to texture donut 18:39 erle did anyone ever use the colormap script i made for having 4096 node colors? 18:40 erle with 16 nodes 18:41 erle i mean 4096 blending tones for grass would pretty much be smooth right hehe 18:49 MinetestBot 02[git] 04Desour -> 03minetest/minetest: Inventory: Fix picking up items via drop and pickup doubleclick (#13891) 133c41195 https://github.com/minetest/minetest/commit/3c41195986a2abe648cfa411c03a150ec7c2e5c7 (152023-10-16T18:46:57Z) 18:49 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Make hypertext[] respect font size settings (#13858) 136fdc7e0 https://github.com/minetest/minetest/commit/6fdc7e0dad2997ca4f1a4e0cf9a1ce8e3ebaa1d4 (152023-10-16T18:47:16Z) 18:59 Desour :( github's gui was changed again 19:16 Niklp my github switches between the old and the new gui on every site, even after a browser restart ¯\_(ツ)_/¯ 19:31 sfan5 what did they change this time 19:33 Desour the panel on the top is no longer black, but light grey 19:33 Desour and the bell is replaced by some tray icon 19:33 Desour and other stuff 19:34 Desour if you click on your profile image, the menu moves in from the right, and there are loading circles for the menu items 19:37 sfan5 i've had that for weeks 19:43 erle hey luatic any idea how to make this less confusing? https://git.minetest.land/erlehmann/tga_encoder/src/branch/master/tools/generate_test_textures.lua 19:44 erle i mean i am not sure if some sort of nested loop is *less* confusing 19:45 erle (you can't combine RLE and colormap in minetest, unfortunately, so i can't just nest a bunch of loops anyway) 21:01 MTDiscord erle: it seems you're taking some cartesian products there. i suppose i would find loops more readable. 21:02 erle luatic so just two loops at the top? 21:31 MTDiscord erle: sounds good to me