Time Nick Message 08:27 sfan5 merging #16547, #16533, #16468 in 15m 08:27 ShadowBot https://github.com/luanti-org/luanti/issues/16547 -- settingtypes.txt: float and int without max but with min by lomenzel 08:27 ShadowBot https://github.com/luanti-org/luanti/issues/16533 -- [no squash] Restrict function references returned by `debug.getinfo()` by sfan5 08:27 ShadowBot https://github.com/luanti-org/luanti/issues/16468 -- Update roadmap by Zughy 08:40 [MatrxMT] Still no 5.14 on flathub :( (also the website is still on 5.13) 08:47 sfan5 if someone can confirm that https://github.com/flathub/org.luanti.luanti/pull/31#issuecomment-3371499681 works I can merge it 09:10 [MatrxMT] On it 09:27 [MatrxMT] sfan5: played a bit of Lazarr and AES, it seems fine 09:32 sfan5 alright, thanks 12:17 sfan5 i spent like 20 minutes chasing down the material not working only to find out that the responsbile rendering code just does this: 12:17 sfan5 material.MaterialType = video::EMT_TRANSPARENT_ALPHA_CHANNEL_REF; 12:20 sfan5 ...and git blame ends up at an RBA commit from 2016 12:44 jonadab Heh. There's probably a story behind that. A story with a higher-than-average probability of making me wince, I imagine. 13:16 Desour @wsor4035: idk what syntax cdb greps use exactly, but the parentheses need to be escaped I think. so maybe `dofile\(\)` or something. sorry for inclearness 14:43 sfan5 another funny happening: https://0x0.st/KuJr.gif 14:44 sfan5 and finally some preliminary performance numbers for array textures: the VE-Creative spawn is now 130 fps instead of 50 fps 14:51 Desour your inventory looks windy. maybe close the window 14:53 Desour great to hear of progress on the array textures btw! 14:57 rubenwardy nice! 14:58 MTDiscord Desour, I noticed but figured you would control f on the page 14:58 Desour I think github is broken. I'm trying to push commits to #16553, and they appear in my feature branch on github, but not in the PR 14:58 ShadowBot https://github.com/luanti-org/luanti/issues/16553 -- Builtin: Print warnings if SHA256 of files does not match with build by Desour 15:00 Desour ci also doesn't run in my fork repo... 15:01 rubenwardy this has happened before 15:02 rubenwardy during GH outage 15:02 Desour @wsor4035: right, can do. found no calls then (only matches were in comments). ((the dofile grep output is so big it takes very long to load)) 15:02 rubenwardy just make sure you pushed to the correct branch and remote... and not upstream accidentally ( this has also happened before) 15:04 Desour there seems to be some webhook and actions issues: https://www.githubstatus.com/ so it's not only me. ok then :) 15:17 MTDiscord blame it on azure :p 16:57 rubenwardy To ensure that your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes. 16:57 rubenwardy From 1 Nov 2025, if your app updates do not support 16 KB memory page sizes, you won't be able to release these updates. 16:57 rubenwardy Your latest production release does not support 16 KB memory page sizes. 16:58 rubenwardy https://github.com/luanti-org/luanti/issues/16557 17:53 MTDiscord Isn't that mostly an OS thing? Why does minetest have to specifically support this? 17:54 MTDiscord Is this just a compiler flag that someone has to set, or is there more going on? 17:54 MTDiscord I'm genuinely wondering about this, since so far, I've never seen this as an application developer's problem. 17:59 rubenwardy It'll be a build flag 22:06 sfan5 if we upgrade our NDK it will become enabled by default 22:22 cheapie sfan5: Ooh, you have me excited now to try out said array textures once it's made available :D