Time Nick Message 00:17 kilbith https://youtu.be/bR2cifGSEUA 01:29 Jordach >set_rotation lag 18:51 MTDiscord TenPlus1: for node text, there is minetest#9999. It can be finished 18:51 MTDiscord https://github.com/minetest/minetest/pull/9999 18:54 sfan5 I thought it was pretty much finished (minus testing and possibly fixing bugs), is that not the case? 18:54 MTDiscord what is needed to finish it? was it closed due to lack of testing? 18:56 MTDiscord it was closed due to lack of interest at the time 18:57 MTDiscord if it is wanted again, reopen 18:57 MTDiscord there is a list of things that have to be done in the first post 18:57 MTDiscord but testing may reveal more problems 18:58 MTDiscord e.g. I didn’t test it on GLES 1 18:58 MTDiscord but some Android-specific code in MT makes me think #9999 can break there 18:58 ShadowBot https://github.com/minetest/minetest/issues/9999 -- Client-side node text render by numberZero 18:59 MTDiscord oh, the bot is here... 18:59 MTDiscord irc bot, not discord bot 19:00 sfan5 does it create textures whose sizes are not powers of two? 19:00 MTDiscord no IIRC 19:00 sfan5 should work on gles then 19:00 MTDiscord are textures required to be square there? 19:01 sfan5 not square, just something like 64x16 128x16 256x16 512x16 19:01 MTDiscord ah, okay 19:02 MTDiscord currently it renders on a square as a node is a cube typically, 19:02 MTDiscord but I had a plan to allow non-square texture too 19:02 MTDiscord for large signs/banners/etc