Time Nick Message 02:15 TommyTreasure cheapie: just wanted to say thanks for your craftconfict mod. helped me tremendously! 02:16 cheapie Heh, I'm glad someone found it useful. 02:16 TommyTreasure found 83 conflicts! lol 02:16 Out`Of`Control i could use it too where i can get it? 02:16 cheapie Out`Of`Control: https://github.com/cheapie/craftconflict 02:17 TommyTreasure on cheapie's github page 02:17 TommyTreasure beat me to it! lol 02:17 cheapie Install it as a mod, and then start the server. It'll process all of the craft recipes (which can take a while if you have a lot), report any conflicts to the terminal, and shut the server down. 02:18 Out`Of`Control cool 02:18 Out`Of`Control it would save me lots of time 02:18 chatter29 hey guys 02:18 TommyTreasure creative criticism. you may want to make sure the admins know to disable it after its be run 02:18 chatter29 allah is doing 02:18 chatter29 sun is not doing allah is doing 02:18 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger 02:18 Out`Of`Control TommyTreasure: i can run it on local server just with same mods 02:19 TommyTreasure yes, but it shuts down the server after it runs. 02:19 Out`Of`Control great 02:19 cheapie Here's an example of what it looks like on a server with a lot of conflicts: https://gist.github.com/cheapie/bd7865cb7a6d39fbd0a75ef23804ccb6 02:19 TommyTreasure leave it in your world.mt, just change to false after its run 02:20 TommyTreasure a week's worth of recipe overrides for me. thanks! lol 04:53 MinetestBot 02[git] 04sofar -> 03minetest/minetest_game: Doors: place sound when placing a door. 134ec0fd9 https://git.io/v9CLk (152017-04-29T04:52:59Z) 04:53 MinetestBot 02[git] 04sofar -> 03minetest/minetest_game: Fix books getting erased on page button use. 1367b13a5 https://git.io/v9CLI (152017-04-29T04:52:39Z) 07:18 MinetestBot 02[git] 04sofar -> 03minetest/minetest: Reorder TileLayer. (#5638) 131ecc875 https://git.io/v9CYI (152017-04-29T07:16:32Z) 07:18 MinetestBot 02[git] 04Dumbeldor -> 03minetest/minetest: [CSM] add screenshot api lua (#5674) 1319960e2 https://git.io/v9CYL (152017-04-29T07:16:06Z) 07:48 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1 13ecf0825 https://git.io/v9COk (152017-04-29T07:47:22Z) 08:50 papou84 hi !!! i'm working on sound design and i've got a little problem : i can't route the sound of minetest on my sound card. 08:59 papou84 i'm preparing musiks for the intro : how do integrate them to the game 08:59 papou84 ? 09:13 papou84 i can't route the sound of minetest on my sound card how do i do that ? 09:14 nore Hi! There's not much that can be done for the moment unfortunately, but you can look into the ambiance mod for in-game music and sounds, and there is also a way to set the music in the main menu I don't remember 09:14 nore As for the sound output control I don't really know, what OS are you using? 09:16 papou84 i'm using ubuntu 09:17 papou84 where is that ambiance mod 09:17 papou84 ? 09:23 DS-minetest with "${bla}" you can get in formspecs the string of "bla" of meta if the formspec is in the "formspec" meta field of a node, right? can i also get numbers like this? 09:24 nore DS-minetest: everything is stored as string so yes 09:25 DS-minetest ok 09:25 nore papou84: hmmm I don't know for sound card, did you try with pavucontrol or similar if you use pulseaudio? 09:25 nore As for ambiance mod you can get it on the forums 09:27 papou84 i tried withpavucontrol : it shows me internal audio and my sound card but when i want to click on it it doesn't select it 09:34 nore Hmm strange, sorry, can't really help you 09:34 nore Do you get any sound at all? 09:35 nore If you don't maybe mt is not compiled with sound enabled 09:42 DS-minetest hm, somehow checkboxes don't want to accept this "${bla}" :/ 09:43 papou84 it always select the default sound card of my computer 10:10 MinetestBot 02[git] 04Dumbeldor -> 03minetest/minetest: [CSM] Add event on_place_node API lua (#5548) 13dc5bc6c https://git.io/v9CnM (152017-04-29T10:08:16Z) 10:18 fireglow how do I find out the location of the machine that does this: "ServerEnv: Trying to store id = 51053 statically but block (-115,0,30) already contains 956 objects. Forcing delete." I'm 99% sure it's some mesecon/tubes machine someone left running. There's nothing around these coordinates, it has to be somewhere else. 10:19 fireglow I need to find it, it keeps spamming the server log, 1 msg/sec for hours 10:19 fireglow https://bpaste.net/show/39ed94b5b8e8 10:20 fireglow please help 10:20 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Remove legacy unused define DIGGING_PARTICLES_AMOUNT 139762650 https://git.io/v9Cnx (152017-04-29T10:18:58Z) 10:21 sfan5 !c tuple(e*16 for e in (-115,0,30)) 10:21 MinetestBot (-1840, 0, 480) 10:21 sfan5 ^ fireglow 10:21 sfan5 somewhere around there 10:22 fireglow ooh sfan5 thank you 10:22 fireglow I will find it 10:23 fireglow oh yes, a lot of tubes here 10:24 fireglow gosh, thanks sfan5 10:24 fireglow !c tuple(e*16 for e in (-58,0,-15)) 10:24 MinetestBot (-928, 0, -240) 10:24 sfan5 when the source/log talks about block coordinates it's always *16 to get node corrds 10:29 fireglow thanks, I've made a note of this and will know in the future 10:30 sfan5 someone should write a "essential knowledge for minetest server admins" guide 10:32 fireglow hmm 10:49 fireglow !c tuple(e*16 for e in (-116,0,27)) 10:49 MinetestBot (-1856, 0, 432) 11:15 cx384 Where is / How can I get a table which contains all named colors in minetest? 11:43 juhdanad cx384: there they are: https://github.com/minetest/minetest/blob/master/src/util/string.cpp#L538 11:45 cx384 juhdanad, thank you. 11:47 cx384 juhdanad, but I can´t get this table in a lua script right? 11:48 juhdanad I don't think that there is a function for that. 11:49 juhdanad After all, all colors are supported as hex strings. 11:49 cx384 hm ok 14:43 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Fix Travis/unittest broken since b662a45 13f727f54 https://git.io/v9Cu7 (152017-04-29T14:40:56Z) 15:25 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Client & ClientEnvirnment: don't create fake events (#5676) 133db66b4 https://git.io/v9Cgi (152017-04-29T15:25:25Z) 16:18 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: content_cao: fix getPlayerControl structure copy on each step (#5677) 133251e44 https://git.io/v9CV4 (152017-04-29T16:16:58Z) 16:21 MinetestBot 02[git] 04shivajiva101 -> 03minetest/minetest: Fix visual slide issue with set_detach, fixes #5620 13c729543 https://git.io/v9CVw (152017-04-29T16:18:46Z) 16:47 DS-minetest shall yes or no be on the right side 16:47 DS-minetest ? 18:08 fireglow yesssss 18:08 red-002 fireglow? 18:09 fireglow hi red-002 18:09 fireglow what's up? 18:09 DS-minetest fireglow seems to be a snake :P 18:11 fireglow venomous* 18:11 fireglow but I'm not 18:14 fireglow I PROMISE, OKAY 18:38 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Optimize updateFastFaceRow processing by removing some TileSpec copy … 1395409da https://git.io/v9CXU (152017-04-29T18:36:09Z) 21:33 GNU[BDC] Fixer_: Hi 21:34 GNU[BDC] i try your solution for farming wheat/cotton bug, it grow once after restart and stops now 21:34 Out`Of`Control i wonder if farming_plus could cause it 21:35 Fixer_ hi 21:35 Fixer_ Out`Of`Control: who knows, you can try disabling it for some time to check 23:08 MinetestBot 02[git] 04bendeutsch -> 03minetest/minetest: Add clouds API 13f1d7a26 https://git.io/v9Cb6 (152017-04-29T23:06:13Z) 23:10 Fixer ck, ... just before i finished my compilation 23:12 paramat heh 23:47 iamafriend200 hiiiii 23:49 fireglow oh