Time Nick Message 00:46 MinetestBot 02[git] 04est31 -> 03minetest/minetest: Remove wstrgettext 136b0cae5 http://git.io/vCbSv (152015-10-18T02:29:06+02:00) 00:46 MinetestBot 02[git] 04est31 -> 03minetest/minetest: Display sane output for empty descriptions 13f3d8256 http://git.io/vCbSf (152015-10-18T02:18:10+02:00) 02:01 Tiktalik hey VanessaE 04:37 arsdragonfly !server arsdragonfly 04:37 MinetestBot arsdragonfly: Arsdragonfly's Landrush! Minetest server | arsenalmp.noip.me:30001 | Clients: 0/15, 0/0 | Version: 0.4.13-dev / minetest | Ping: 289ms 07:20 Matsetes Hi! 07:20 Matsetes Speaking about changelog... What's cinematic mode? 07:20 Matsetes And what is humidity and heat? 07:27 swift110-phone Hmm 07:45 Krock moin 08:04 Krock http://meedia.de/wp-content/uploads/2015/10/Bild.de-Blocking-ABP-Donations.png 08:13 CWz Mornings 08:43 MinetestBot 02[git] 04kahrl -> 03minetest/minetest: Settings tab: don't autoscroll when toggling "Show technical names" 13ba9d721 http://git.io/vCNBi (152015-10-18T10:42:44+02:00) 08:57 CWz wow the new settings tab 08:57 CWz would be great if the old one was still around as an option though 09:04 MinetestBot 02[git] 04kahrl -> 03minetest/minetest: Settings tab: double click opens/closes trees 132364449 http://git.io/vCNEY (152015-10-18T11:03:59+02:00) 09:30 MinetestBot 02[git] 04Jeija -> 03Jeija/minetest-mod-mesecons: Luacontroller: Add configurable size limit for mem table, 100kBytes by default, fixes #240 13b89fe52 http://git.io/vCNgg (152015-10-18T11:28:35+02:00) 09:35 CWz nvm i took care of it http://postimg.org/image/spj5akqml/ 09:44 Qwertie I set enable_tnt = false in my config file but it can still be set off with a lever 09:44 Calinou enable_tnt = false only prevents its crafting, no? 10:15 Krock "enable_tnt = false" causes the init.lua script to return before anything else is done - TNT nodes will become unknown 11:35 Fixer VanessaE: I've seen that shadow bug with moretrees on other server too, it can be fixed by /mapfix (if you have it), so it is not a floating land above the tree, something different 11:51 Obani afk 13:25 Krock I like how Notepad++ explains what their "free" means: "Notepad++ is a free (free as in both "free speech" and "free beer") source code editor [..]" 13:34 * PilzAdam hands Krock some libre beer 13:35 * Krock appreciates the libre beer and is thankful. 13:43 * Calinou hands Krock some gratis speech 13:43 * Krock speaks the beer and drinks the speeck. 13:44 PilzAdam drinking speech was very effective 13:44 * PilzAdam is confused 13:50 * Krock unknots PilzAdam's confused thoughts 15:48 MinetestBot 02[git] 04paramat -> 03minetest/minetest: ABMs: Make catch-up behaviour optional 133b9f99e http://git.io/vCArC (152015-10-18T16:42:59+01:00) 16:23 PilzAdam full_block_send_enable_min_time_from_building is the best setting name ever 16:23 PilzAdam I have absolutely 100% an idea what it does 16:24 Calinou maybe we could remove it 16:24 VanessaE wait this amount of time after the last dig/place action before sending pending mapblocks, I think 16:28 CWz set it to five hours 16:28 CWz that will make players rage hotter then an overclocked amd cpu 16:41 exio4 hi PilzAdam! long time no see! 16:41 PilzAdam hey 16:44 swift110-phone Hey guys 16:51 Ingar omg 16:51 Ingar I had no idea recording footsteps would be this exhausting 16:51 Ingar not to mention it looks extremely silly 16:53 Obani Ingar, Indeed, you don't just need to record you walking on grasses ^^ 17:04 Krock CWz, didn't you mean "then an overclocked P4?" 17:05 Krock I think they're getting even hotter 17:05 MinetestBot 02[git] 04Rui914 -> 03minetest/minetest_game: Default/book: textarea -> table 133fb6ee5 http://git.io/vCA7N (152015-10-18T18:02:27+01:00) 17:15 Ingar k still need sand grass dirt 17:20 crazyR PilzAdam : Would you be able to fix this post. Ive tried to help the user fix the img tags but he seems to be struggling: https://forum.minetest.net/viewtopic.php?f=10&t=13420&p=195054#p195166 17:20 crazyR thanks in advanced 17:21 PilzAdam I can't 17:21 crazyR Who can? sorry i thought you was a moderator on there lol 17:22 PilzAdam VanessaE 17:23 VanessaE fixed. 17:24 * PilzAdam 's management skills increased by 1 17:24 Calinou you should spend your skill point somewhere, PilzAdam 17:24 Calinou you can choose between 3 17:25 Calinou [Forum Poster] Increase your post count by 10 17:25 Calinou [Mese Cheat] Find Mese through walls 17:25 Calinou [Apple Eater] Get 100 apples 17:26 PilzAdam there is obviously only one correct choice: the forum poster 17:27 Obani Well done ! you win a management skill point ! 17:27 PilzAdam cheating is bad; and apple is evil with all their i stuff 17:31 Krock [pilzadam->skills++] 17:31 PilzAdam is this objective-c? this looks like objective-c. go away with your objective-c 17:34 crazyR thanks PilzAdam and thanks VanessaE 17:42 Fixer i'm reading dev irc logs and see that developers are doing some work on threading, please don't stop, from user experience if it can make stutter free gameplay, make it now, don't leave it for the future 17:59 tim_flatus I want to move the position of the hotbar inventory. How do I find out how to refer to it? I assume I want to use player:hud_change() for this. 18:00 tim_flatus player:hud_change("hotbar","position", {x=0.5, y=0.5} didn't work as expected 18:00 tim_flatus ^) 18:07 tim_flatus I see this is #2139 18:13 Xeprione hello 18:13 Xeprione Calinou: a classmate of mine sent me a vbs script :D 18:13 Xeprione and it's awesome :D 18:13 Xeprione wanna see what it can do? 18:13 Calinou vbs? 18:13 Calinou visual basic? 18:13 Xeprione a Visual Basic Script 18:13 Xeprione :D 18:14 Calinou lol, no thanks :p 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Xeprione w00t 18:14 Calinou thanks ShadowBot 18:14 Xeprione didn't know spamblocking was on 18:14 Xeprione anyway, that's what it does :D 18:14 Xeprione apart from being in the wrong hands, it's pretty cool, huh? :D 18:15 Calinou for i in {0..255}; do echo -e "\e[38;5;${i}mHello world!"; done 18:15 Calinou type this in Terminal that supports 256 colors 18:15 Calinou (bash) 18:15 Xeprione that's for console use 18:15 Xeprione but that script can do it anywhere 18:16 Xeprione anyway, that's all... bye 18:32 Ingar recorded almost 24 minutes of footsteps 18:32 Ingar surely something useful must be in there 18:51 Krock Ingar, play it when the police stalks you -let them think you're still in the room while you actually survive 18:54 Krock Jordach, http://i0.kym-cdn.com/photos/images/original/000/439/721/f15.jpg 18:58 Krock Hmm .. what does this weird button do? *presses* 19:00 Jordach uwotm7 19:00 Jordach oh 19:00 Jordach ( ͡° ͜ʖ ͡°) 19:00 Jordach ( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°) 19:00 Jordach ( ͡o ͜ʖ ͡o) 19:00 sfan5 ಠ_ಠ19:01 Jordach ( ͡$ ͜ʖ ͡$) 19:02 sfan5 ( ͡£ ͜ʖ ͡£) ftfy 19:02 Calinou ( ͡€ ͜ʖ ͡€) 19:03 sfan5 needs more yuropean gloriousness 19:03 sfan5 ( ͡€€€€€€€ ͜ʖ ͡€€€€€€€) 19:12 * Fixer ._. 19:19 TheWild I was just reading http://www.minecraftforum.net/forums/off-topic/general-gaming/456987-not-minecraft-minetest 19:19 TheWild IMHO, YES IT IS A RIPOFF, WHO CARES!? 19:19 TheWild First, do that MC people think that idea of world built of big textured cubes placed in a 3D grid is really such a big "invention" worth protection against cloning? 19:19 TheWild MC was made in 2009. If someone would show me MC while I didn't know that, I would date this game to somewhere between 2000-2004. Okay, maybe that's just me. 19:19 TheWild Second: the crafting, building, destroying... I hated that many games I played were without level editor and could not understand why game makers didn't realize it that making own maps/levels is fun too. So also no big invention in this area. 19:20 Ingar so, what would be the easiest way to get custom sounds in the game ? 19:20 Ingar or at least, override the defaults ? 19:21 Ingar I have no clue, any time I need to find out is less time I have to make sounds :) 19:22 Ingar can I override files quake-style, in my home folder ? 19:22 STHGOM you could copy minetest_game and overwrite the sounds 19:23 STHGOM maybe put them on the formus, see if the're good enough to be official 19:23 Ingar well it would be nice if I could test them myself first 19:24 Ingar I'll release the src recordings for anyone who cares anyway 20:06 Ingar hlafway footsteps 20:06 FreeFull Jazz Jackrabbit 2 has a pretty great level editor 20:07 FreeFull Lets you have custom tilesets and music too 20:59 Ingar allright, I have 4 wavs for each footstep type 21:28 Ingar https://forum.minetest.net/viewtopic.php?f=14&t=13437 21:28 Ingar have fun 22:16 Ingar Drop-in replacements: http://ingar.satgnu.net/files/minetest/ingar-sounds-footsteps-2015-10-18-minetest.zip 22:17 Ingar not liking the dirt sound very much 23:17 * Tyro60 slaps ShadowNinja around a bit with a large fishbot