Time Nick Message 02:16 sofar paramat: 5672 already needs a rebase, lol/ouch ;) 02:22 nore why close #1737 :'( 02:22 ShadowBot https://github.com/minetest/minetest/issues/1737 -- Added formspec element 'KeyEventBox' for charbased input by ninnghazad 02:23 nore btw, for developpers meetings: "least recently updated" is not reliable at all since almost all PRs are updated (by travis? or because they get a rebase needed? I don't know) each time a commit is pushed 15:47 fireglow I'm trying to debug a flood of "Trying to store id..." messages on my server, is it possible to include the itemstring here? https://github.com/minetest/minetest/blob/master/src/serverenvironment.cpp#L2131 just for a local test build? 15:47 fireglow I'm can't into C++ at all 15:54 sfan5 it's not necessarily an item 15:55 juhdanad fireglow: you could try this: https://gist.github.com/juhdanad/33d7409b05af53d24fb28283b5cef34f 15:56 juhdanad This prints the already stored data, which gets deleted. 15:56 sfan5 i'm pretty sure that prints out the raw serialized stuff 15:56 juhdanad Yes, it does. 15:57 sfan5 you likely don't want that in your logfile 15:57 juhdanad I had no better idea how to find out what the problem is. 15:58 fireglow hmm 16:06 sfan5 fireglow: ACTIVEOBJECT_TYPE_LUAENTITY 16:07 sfan5 uh 16:07 sfan5 http://sprunge.us/VPfN 16:07 fireglow cool! 16:07 fireglow !! 16:07 fireglow sec, building a new minetestserver 16:12 fireglow ok, running it now. Let's see how long it takes to provoke the messages again 16:14 fireglow sfan5 you're the most helpful guy in the minetest community, I'm serious 16:14 fireglow I love you xx 16:15 sfan5 it's trivial if you know about the code structure 16:15 juhdanad What kind of object was it? 16:15 fireglow Object was of type 7 -> digilines_lcd:text 16:15 fireglow omg 16:17 fireglow I've barked up the entirely wrong tree there. Thank you so much sfan5 :D 17:26 red-002 looks like I accidently parted 17:26 red-002 could someone review #5613? 17:27 ShadowBot https://github.com/minetest/minetest/issues/5613 -- [CSM] Add function to get server info. by red-001 17:27 red-002 I rebased and updated it 18:15 Hijiri does the "code quality is good" comment in #5612 constitute an approval 18:15 ShadowBot https://github.com/minetest/minetest/issues/5612 -- Allow overriding tool capabilities through itemstack metadata by raymoo 18:18 Hijiri or just a non-disapproval 18:29 sofar it usually means someone has only paid attention to one aspect for acceptance 20:36 nerzhul sfan5, rubenwardy sofar nore can you look at recently opened #5683 ? i think players will thank us :p 20:36 ShadowBot https://github.com/minetest/minetest/issues/5683 -- Save minetest screen width/height options when modified by nerzhul 20:36 sfan5 oh that's a horrible feature 20:36 sfan5 -1 20:37 nerzhul why it's horrible to save the current window size ? 20:37 nerzhul on everygame you configure it one time and it's over for all your playing 20:38 sfan5 its 2 mouse clicks to maximize the window 20:38 nerzhul me, like every minetest player, should at each minetest launch resize window, it's not a friendly gaming experience 20:38 nerzhul yeah, and it's also 2 clic to shutdown game, why we have a button in menu ? 20:39 nerzhul :) 20:39 nerzhul we will see what end users think about it ^^ 20:40 nerzhul already 3 end user +1 :p 21:05 garywhite -1, I prefer my window the same size as always, & being able to resize if needed without worrying about what size I have to readjust it to next time 21:06 Kreaton Hola, People. 21:30 Wayward_One #5684 21:30 ShadowBot https://github.com/minetest/minetest/issues/5684 -- Android build error 22:37 Taoki Finally got around to reporting the broken schematic placement issue, if anyone wants to take a look: https://github.com/minetest/minetest/issues/5685