Time Nick Message 15:22 pigra_kojoto hey all 15:23 pigra_kojoto is minetest still use irrlicht? 15:23 pigra_kojoto can irrlicht work through SDL? 15:26 sfan5 minetest still uses irrlicht yes 15:26 sfan5 pretty sure irrlicht does have an sdl backend 15:27 pigra_kojoto i think it helps to port minetest onto android 15:27 pigra_kojoto ? 15:36 sfan5 minetest already works on android 15:39 Krock it's sometimes not very user-friendly (as I heard) but it works there 15:40 Etzos[m] Is there a list of tasks that someone new to minetest who hasn't had a ton of C++ experience recently could use to get involved? 15:42 sfan5 fix reported bugs that relate to the builtin lua code 15:45 Etzos[m] Okay. 15:45 Etzos[m] Thank you. 15:50 Krock or fix the docs.. which may require some code analysis 15:52 sfan5 here's an easy one: the CSM doc intro talks about minetest.setting_get despite settings not being available at all in csm 16:03 Etzos[m] I considered doing doc work. But I usually like getting my hands dirty with the code first. 16:04 Etzos[m] But considering the size of Minetest it's probably a good idea to start with docs. 16:23 pigra_kojoto Yep, minetest needs better documentation 16:23 pigra_kojoto but i can't register in dev.minetest.net 16:23 sofar -> #minetest-doc 16:23 pigra_kojoto emm, yes, thx 17:41 Krock merging trivial doc fix #6443 in 15 minutes. paramat and rubenwardy agree to the suggested explanation, which undoes in this case the entire PR 17:42 ShadowBot https://github.com/minetest/minetest/issues/6443 -- builtin/settingtypes.txt: Update zoom description. by jastevenson303 19:43 sofar I get a crash doing: 19:43 sofar local stack = ItemStack() 19:43 sofar https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3675 19:43 sofar says here this should just work?