Time Nick Message 07:51 sfan5 rubenwardy: wholesome story 07:51 sfan5 if a bit factually inaccurate 13:59 MTDiscord Where can you do this, or do you have to run it yourself? 16:32 btdmaster Hi! I was looking through the Minetest's port to SDL2 and I have found some interesting documentation allowing for special character input (%^&): https://wiki.libsdl.org/Tutorials-TextInput#example. The example given works fine and I am able to add `case SDL_TEXTINPUT` to CIrrDeviceSDL.cpp, allowing such inputs to be taken. It's less clear to me however how I would need to pass them through to irrlicht for handling 16:32 btdmaster (e.g. postEventFromUser). Is this in any way a suitable way for handling IME? 16:38 hn_ im back + i already saw it'd be really too hard for me to use blender ;-; so i have other question - someone know any decent mod containing mobs for : wizard, dragon, gnomes or goblins, other humans, farmer + animals? 17:03 hn_ this chat even exists? 17:07 definitelya Yes, it has an awful tendency to exist, at times. 17:07 hn_ ;-; 17:10 definitelya I like those times too, bro. Cheer up 17:10 definitelya Or gal 17:11 hn_ ;-; 17:13 Krock !mod npc 17:13 MinetestBot Krock: Larry Builder [schemlib_builder_npcf] by bell07 - https://forum.minetest.net/viewtopic.php?t=18085 - https://github.com/bell07/minetest-schemlib_builder_npcf 17:14 Krock mhm... check contentdb for mobs and npcs 17:17 hn_ means - i didnt wanted mobs to be aggressive (they mostly are in such packs) + i wanted to modify these extensions so if someone knows something under mit/gpl/apache/anything, then fine ;p 17:19 hn_ only aggressive ones would be - dragon + goblins. nothing more. animals peaceful 17:59 hn_ eventually can be pokemons instead of animals (but also peaceful plss) 18:37 hn_ died chat... 19:24 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Annotate light spread functions with comments 130b41533 https://github.com/minetest/minetest/commit/0b41533763bc9f104a2da2e4191f4654b8d8dab4 (152022-06-20T19:24:28Z) 19:41 hn_ real dead chat... 19:56 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Re-order sound-related code (#12382) 13a463620 https://github.com/minetest/minetest/commit/a463620edbe57071a7101297d33226507567ca73 (152022-06-20T19:56:12Z) 21:30 MTDiscord hn_, you're not making it better by repeating that. 21:32 MTDiscord alive chat! 21:33 wallabra 'minetest.register_on_generated' nil value o.o 21:36 wallabra https://github.com/Gustavo6046/mcl5_dynamic_liquid/blob/master/init.lua#L432 this line errors if springs are enabled in the mod settings. 21:45 wallabra Also, what's the fastest interval an ABM can have? 22:31 rubenwardy wallabra: the dedicated server step 22:31 wallabra ah, so 0.1? 22:31 rubenwardy yeah 22:31 rubenwardy looks like it's 0.09s by default, idk why