Time Nick Message 01:11 jwmhjwmh Could #11630 be considered for inclusion in 5.6.0? 01:25 rubenwardy https://github.com/minetest/minetest/pull/11630 09:33 ROllerozxa How come hypertext[] doesn't work inside of the main menu tabview? It throws an "Attempted to use element list with m_client == nullptr." error and doesn't show up in the formspec. 09:37 nrz ah 09:38 ROllerozxa oh, looks like it does a check for if list[] works at guiFormSpecMenu.cpp:1689... which I assume doesn't work in the main menu, only in-game 11:49 MTDiscord The defaults for max objects per mapblock are way too low, and MT's handling is very poor 11:49 MTDiscord On Android, if you have 20+ items in a 16^3 mapblock, you will lose them all! 11:49 MTDiscord Desktop defaults are slightly saner (64+ items per mapblock), but should be massively increased as well 11:50 MTDiscord Especially because the engine just deleting entities sucks 11:50 MTDiscord I had increased that to something insane (4096) and stopped caring 11:58 MTDiscord #12055 11:58 ShadowBot https://github.com/minetest/minetest/issues/12055 -- Increase max objects per block defaults by appgurueu 13:59 MTDiscord sfan5: why does minetestmapper (1) clip according to alpha instead of weighted average and (2) do an average of squares? https://github.com/minetest/minetestmapper/blob/master/util/generate_colorstxt.py#L72-L74 14:00 sfan5 (1) idk (2) https://sighack.com/post/averaging-rgb-colors-the-right-way 22:16 Pexin is there a "main" issue open for a robust sound API? 22:18 rubenwardy what do you mean by that? 22:19 Pexin I'm trying to search github.. there have been discussions in here about scripted sound problems and deficiencies 22:19 Pexin particularly with positional sound 22:19 Pexin I'm also looking at #3878 22:19 ShadowBot https://github.com/minetest/minetest/issues/3878 -- Tracker music support 22:19 Pexin which is not directly related 22:20 Pexin but seems like it would also benefit 22:22 erlehmann Pexin i think tracker music is something orthogonal to a sound API. it's just file format support, unless you want to somehow access the instruments from the tracker file in minetest or something. 22:23 Pexin ok i understand 22:23 erlehmann if you want to figure out what could be useful, i suggest to look at the mumble csm 22:23 erlehmann and figure out what of that is missing for non-players rn 22:24 Pexin (we were having a discussion on a mt server about midi/mod/etc) 22:24 erlehmann i only have stereo, so i can't help there 22:24 Pexin (and player-provided media)