Time Nick Message 00:09 paramat yes, but used by many mods 03:08 ZenonSeth hi 03:08 bigfoot547 hey ZenonSeth 03:08 ZenonSeth got a quick question, i was digging through the dev wiki, and found some stuff that would be useful to add to the documentation there 03:08 ZenonSeth but can't figure out how to register account for the wiki 03:09 bigfoot547 ZenonSeth: oo 03:09 bigfoot547 I'm the founder of the docs team 03:09 bigfoot547 Join #Minetest-doc and we can talk there 03:10 ZenonSeth alright 03:10 bigfoot547 This is for the core development of the code 03:15 ZenonSeth hm, so this room is for the c++ development then? is there a modder's irc? 03:15 bigfoot547 Well 03:15 bigfoot547 the modding is mostly in #minetest and #minetest-hub 03:15 bigfoot547 This is for the core development 03:16 ZenonSeth so if i have lua api questions, it's best to take them there then? 03:20 bigfoot547 yes 12:26 pigra_kojoto does anyone know about function minetest.register_item? 12:26 pigra_kojoto it's used in minimal/ 13:25 Krock Well, great #6516 is caused by a system that tries to compensate the async IEventReceiver::OnEvent callbacks 13:25 ShadowBot https://github.com/minetest/minetest/issues/6516 -- Strange behaviour when manipulating full stacks in chest formspecs 13:28 pigra_kojoto what is Global Tables 13:28 pigra_kojoto there's a function player_set_textures in default 13:29 Krock global is everything that's not defined as "local". i.e. a global table is my_table_name = {} 13:31 pigra_kojoto where is this functions defined? 13:37 Krock what function? 13:38 Krock o/ MutexAutoLock solves the problem 13:39 pigra_kojoto this functions definings: http://dev.minetest.net/Global_tables 13:40 Krock internal Lua functions can be found in the Lua source code, the minetest-specific ones are in builtin/ 13:41 pigra_kojoto ow, is these functions are lua's? 13:42 pigra_kojoto thank you! 14:02 pigra_kojoto what IDE do developers of minetest use? 14:10 ThomasMonroe typically ATOM 14:10 ThomasMonroe or their personal favorite 14:23 red-001 pigra_kojoto, which ever one they happen to use 14:23 paramat game#1881 =) 14:23 ShadowBot https://github.com/minetest/minetest_game/issues/1881 -- Add binoculars mod with binoculars item to allow zoom by paramat