Time Nick Message 17:27 MTDiscord Hey, sfan5. It took some time to get voice via Discord, thanks to wsor/Jonathon. 17:27 sfan5 hi 17:28 sfan5 maybe coming to irc would've been easier ;) 17:28 sfan5 I wanted to tell you about that z-order thing yesterday but I posted it as comment today anyway 17:28 MTDiscord isnt -dev still restricted from web irc clients? 17:28 sfan5 hasn't been for at least a year 17:28 sfan5 the text on the IRC page is now lying 17:29 MTDiscord lol 18:05 MTDiscord sfan5 it's complicated with native irc. I saw your comment. There should be more commits I need to pull from #11130, and I'll check with renderdoc that it renders in the correct order. 18:05 ShadowBot https://github.com/minetest/minetest/issues/11130 -- Fix rendering of allfaces nodes with transparent textures by x2048 18:44 sfan5 https://0x0.st/-3Ur.png 18:45 sfan5 is no multiline colors a chat bug or is this something else? 18:48 rubenwardy looks like a bug of some kind 19:02 Krock formspec multiline suffers from the same bug for years 19:03 Krock although I'd say that's a bug 20:23 sfan5 does anyone think it's weird that Minetest re-parses the model file everytime a model is loaded? 20:24 sfan5 I prepared some code to change that today but on second thought I am entirely unsure if it makes sense to change this 20:45 MTDiscord WDYM by "reparses"? The model file should have to be parsed exactly one on load. 20:45 MTDiscord s/one/once 20:48 sfan5 that's not what it's doing 20:48 sfan5 e.g. the client stores the OBJ text in RAM and calls the OBJ loader everytime it needs that model