Time Nick Message 01:29 MTDiscord Screwdriver would need to be reworked for mtg 01:30 MTDiscord But other than that, yeah go for it 01:46 MTDiscord I sorta expect MTG not to use the new paramtype2s though, since it's frozen. It'd probably only apply to other games/mods that are still actively developed. 04:26 sofar so, I guess I'll stop using itemstack:metadata() from now on for arbitrary binary data, since, uhm, it don't like that much XD 04:32 MTDiscord i.e. you mean it's not 8-bit safe? 05:09 sofar right 05:09 sofar so I replaced it and fixed all the major itb bugs now, heh 05:09 sofar 2 years of neglect I think 05:26 v-rob I sure like ITB, I used to play on it a lot. I wonder if my box is still in the top ten. 05:26 v-rob Nice to hear its getting maintenance 06:22 sfan5 someone go merge game#2661, travis-ci shut down a few weeks ago 06:22 ShadowBot https://github.com/minetest/minetest_game/issues/2661 -- Replace Travis CI with GitHub actions by Panquesito7 13:14 rubenwardy ``settings.cpp:91:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ 13:14 rubenwardy Nice work on the lib/irrlichtmt integration, works nicely 14:09 MTDiscord Still looking for a second approval on my IrrlichtMt target integration. 14:36 rubenwardy huh, thought it was merged 14:54 sfan5 that's in addition to the lib/irrlichtmt thing 14:54 sfan5 but you of course free to test and approve it ;) 15:06 sfan5 the possible approval state of a PR are unapproved if has "roadmap: approval needed" or approved if it has "roadmap" (is on it) or "supported by coredev" (if it isn't), correct? 15:07 rubenwardy yeah non-bugfixes should have one of those three labels 15:10 sfan5 thanks 17:29 Pexin not sure how to search for this, but is there a known issue/plan for custom skyboxes restricted to specific world region? 17:29 sfan5 up to the game/mod, just set a different box when the player moves 17:30 Pexin hm. sounds cpu heavy 17:31 Pexin probably no way around it, oh well 17:31 Pexin but it is currently possible? 17:32 sfan5 yes? 17:33 * Pexin rechecks lua api, hadn't thought of it as a scripting thing 19:09 Extex What is the difference between `minetest.registered_items` and `minetest.registered_craftitems`? 19:09 MTDiscord items includes tools and nodes 19:10 rubenwardy items = tools + nodes + craftitems 19:10 rubenwardy !book items 19:10 Extex Kk thanks 19:10 rubenwardy no MinetestBot