Time Nick Message 03:39 blaise anyone got an ETA for minetest-0.4.10 ? 03:50 ShadowNinja blaise: Nope. 03:52 blaise ShadowNinja: how about a good recipe for baklava? 03:53 ShadowNinja baklava? 03:59 VanessaE mmmmmmmm baklava. 04:09 blaise :) 04:09 blaise ShadowNinja: http://en.wikipedia.org/wiki/Baklava 04:10 ShadowNinja Mmmmm, looks good. 04:10 blaise it's the best thing ever 04:11 blaise I've lived off it for a number of years in my past.. 05:52 winevirus Anyone here? I have a question about this. 05:57 kaeza don't ask to ask, just ask 06:19 winevirus is this just a basic minecraft clone? 06:25 winevirus Alright 08:32 JamesTait Good morning all; happy Batman Day! :-D 08:47 enchilado JamesTait: OMG it's batman day today? 08:51 JamesTait enchilado, it is! 08:51 JamesTait enchilado, it's on the internet, so it must be true! ;0 08:51 JamesTait Hm, interesting emoticon. 09:04 madAzliP enoyreve olleH 10:26 Mikerhinos hi ! :) 10:27 Mikerhinos just installed the game on Ubuntu 14.04, pretty great actually ! Though it is supposed to be in french (my system language), and only menus are, ores etc... aren't :s 10:37 reactor Hello. 10:37 reactor Is it possible to use a .pcf font in MT? 10:38 kaeza Mikerhinos, there are no "official" translations of item names, because there's basically no localization support for game content 10:39 kaeza there are some mods that try to add this to some degree though 10:39 Mikerhinos oh ok, are item names in a file so I can replace it with french names ? I want to play with my kids and they don't speak english for now 10:40 kaeza you may find this one handy: https://forum.minetest.net/viewtopic.php?id=5989 10:41 Mikerhinos thx gonna check it out ;) 10:41 celeron55 there is also this https://forum.minetest.net/viewtopic.php?id=8497 10:41 celeron55 not sure why there are two, but it seems like both should work 10:42 celeron55 i think this is better than what kaeza linked though 10:44 reactor ...what are the units of profiler_print_interval? 10:44 reactor Nothing is ever printed if I set it to 3600 10:44 celeron55 seconds 10:44 reactor ^ 10:44 celeron55 why are you setting it to 3600? 10:44 reactor Print hourly? 10:44 celeron55 hmm, it should probably work 10:45 reactor maybe minutes? Because I don't remember any MT server on my machine having a 60 hour uptime. 10:45 celeron55 ? 10:46 celeron55 you don't make any sense 10:46 reactor I do. 10:46 celeron55 what does uptime have to do with profiler_print_interval? 10:46 reactor If it's in seconds, and I want it to print the profile every hour, I should set it to 60^2, that is 3600. 10:46 reactor If it's in minutes, 3600 minutes = 60 hours. 10:47 celeron55 it is in seconds; does it not work? 10:47 reactor 3600 doesn't ever work. 10:47 reactor So I suspect it to be minutes. 10:48 celeron55 it is seconds so it doesn't work 10:50 celeron55 it seems like it should work 10:50 celeron55 there's a possible issue related to floating-point precision but it should be nowhere near 3600; more like 1000000 10:51 celeron55 try adding some debug printing in util/numeric.h:283 and see what it's doing 10:52 celeron55 or server.cpp:4929 11:01 Mikerhinos celeron55: seems like the translate mod you linked only work with versions earlier than 0.4.9 stable, looks like it's the one I have on Ubuntu software-center :s 11:02 celeron55 Mikerhinos: what kind of issue is there? 11:03 Mikerhinos it gives init.lua error on world loading 11:03 celeron55 paste the error 11:03 celeron55 it seems like it should work, because it has been released after 0.4.9 has been released 11:04 Mikerhinos well on forum Casimir wrote to another player "You need a minetest version newer than "stable" 0.4.9. In General Discussion you will find several builds for windows. The mod does not change any file on you system. " 11:05 Mikerhinos I checked init.lua and it's fine, I added "language = FR" in my minetest .conf 11:07 celeron55 oh you mean it only works with versions later than 0.4.9, not earlier 11:07 celeron55 that makes sense 11:07 celeron55 try the other one then; it has a bit more complicated set-up though 11:08 celeron55 actually, you may not want to do that 11:08 celeron55 you practically need a stand-alone build for using it 11:08 Mikerhinos yes later not earlier lol... 11:10 Mikerhinos don't know why it won't work on 0.4.9 stable, and I think that it's the latest version available on Ubuntu 11:10 celeron55 you can get a daily build for ubuntu from here https://code.launchpad.net/~minetestdevs/+archive/daily-builds/ 11:10 celeron55 you should only need it for the server, others can be 0.4.9 11:12 Mikerhinos so if I run a server with the mod installed it will be available for all clients ? 11:13 celeron55 yes, mods are server-side 11:13 celeron55 and the issue is server-side 11:13 celeron55 everything that the client has control of itself is already translated :P 11:14 celeron55 (that's why the items are not translated while the client otherwise is) 11:16 Mikerhinos is it the same if I put a player skin mod ? Because player skin will be on client, it will upload it on server and others will be able to see it ? 11:17 celeron55 no, that doesn't happen 11:17 celeron55 all the skins must be on the server to begin with 11:18 Mikerhinos I think that I tried to install latest daily with PPA in the morning but I had errors on install, I'll try again. Ok thx 11:19 celeron55 the PPA was recently modified so that the package name is "minetest" instead of "minetestc55", it could have caused some unknown issues 11:20 celeron55 so it's helpful if you can tell the specific errors if such occur 11:21 Mikerhinos ok i try again, do i have to uninstall actual game first ? 11:27 reactor Waving water is buggy. 11:27 reactor Its bottom surface is waving, but it shouldn't be. 11:31 Mikerhinos celeron55: here is the error when installing from terminal : "dpkg: error processing archive /var/cache/apt/archives/minetest_201403311651-0~2671~ubuntu14.04.1_i386.deb (--unpack): tentative de remplacement de « /usr/share/man/man6/minetestserver.6.gz », qui appartient aussi au paquet minetest-server 0.4.9+repack-4" 11:33 Mikerhinos same error if I try installing "old" minetestc55 11:38 celeron55 well what does that mean 11:38 celeron55 overwrite something? it seems you need to remove the package "minetest-server" 11:39 Mikerhinos it tries to replace /usr/share/man/man6/minetestserver.6.gz but that file is owned by minetest-server 0.4.9+repack-4 too apparently 11:39 Mikerhinos yes it seems that i need to purge some files 11:39 spillz hmm... I need to fix that with a replaces 11:39 spillz Just apt-get remove the server 11:40 Mikerhinos minetest-server 0.4.9+repack-4 ? 11:42 Mikerhinos ok looks like it's done, i'm on 0.4.9-dev 11:42 sfan5 lel http://www.coindesk.com/ceo-bitcoin-officially-bans-china/ 11:42 sfan5 meiw 11:42 sfan5 meow* 11:42 sfan5 hi everyone BTW 11:42 Mikerhinos hi 11:42 PenguinDad sfan5 o/ 11:43 celeron55 sfan5: lol 11:43 sfan5 this too http://www.redditblog.com/2014/03/headdit-revolutionary-new-way-to-browse.html 11:47 reactor :D: 11:48 Mikerhinos ok so when I put the language line in .conf, materials are translated, but not menus...and if I remove it, game gets back in french, but materials back in english... -_-' lol 11:51 spillz That's annoying (but not my fault). Try an older client with newer server 11:51 Mikerhinos got it working by editing the .lua and forcing it to load the translated file 11:52 spillz good! 11:53 Mikerhinos "if it can't fit in the hole, make a bigger hole" lol 12:00 Mikerhinos thanks for the help everyone btw :) 12:02 Mikerhinos one cool feature would be the fullscreen/windowed mode with F11 key like in Minecraft 12:02 CL4P-TP_ some WMs have dedicated keys for that 12:03 madAzliP edoneerf ni noitargetni +elgoog yllanif !yaY 12:03 CL4P-TP_ (e.g. for Xfce, it's Alt-F11) 12:04 CL4P-TP_ !oan !0.6.0 tseteniM :madAzliP 12:07 PenguinDad PilzAdam: I don't support this language :p 13:13 sfan5 lel http://www.reddit.com/r/TalesFromRetail/comments/21vsdz/jabba_the_hutt_goes_bridal_shopping/ 13:30 sfan5 irc stats updated 13:33 reactor ...why do explosive firearms crash the game? 13:33 reactor Is this a known problem? 13:33 sfan5 error log plz 13:36 reactor firearmslib/explosion.lua:44: attempt to index field 'entity' (a nil value) 13:37 reactor ...why doesn't it appear in debug.txt? 13:37 sfan5 is that everything it said? 13:37 reactor Oh, it actually does. 13:37 reactor Yep. 13:37 PenguinDad intresting I found something that looks like a dungeon made of desert stone 13:37 reactor Well, later goes the stack. 13:38 reactor firearmslib.lua:316 / _destroy / on_destroy/ explosion 13:38 reactor end is top 13:40 reactor Someone had posted the issue onGITHub as early as June. 13:40 reactor No response from the author. 13:43 * PenguinDad pokes CL4P-TP_ 13:44 CL4P-TP_ C'mon everybody! Check me out! I'm dancin'! I'm dancin'! 13:44 * CL4P-TP_ pokes PenguinDad back 13:44 reactor ...also, why would MT server all of the sudden start crashing with "main.cpp:1875: int main(int, char**): Assertion '0' failed." 13:45 reactor It started happening out of the blue. 13:48 celeron55 reactor: it will print the actual error too 13:50 reactor ...god damn it, it crashed just because some mods didn't follow "naming conventions". And I had to turn on --verbose to see that! 13:51 reactor ...an, here comes the profiler output 13:51 reactor I guess it's only printed in the console, not the log? 13:52 celeron55 there are log levels, and the level is separely set for the console and for the log file 13:52 celeron55 separately* 13:52 celeron55 also you shouldn't need to use --verbose to see that; who broke this 13:53 celeron55 or are you messing up something even more again 13:53 celeron55 i'm actually betting on that 13:54 reactor ...it would only come up with the assertion failed message without it. 13:54 celeron55 what is the exact log output? 13:54 celeron55 does it indicate a log level in those lines 13:56 reactor No, just time and message 13:56 reactor ...or are you talking about "ACTION", "ERROR", etc? 13:58 reactor Apparently, it ignores the value specified in the config file 13:58 celeron55 < reactor> ...or are you talking about "ACTION", "ERROR", etc? 13:58 celeron55 that is exactly what i am talking about 13:59 reactor I only see "ACTION" messages in the log, despite having set debug_log_level to 2 14:00 celeron55 in what case? 14:00 reactor In every case. 14:00 celeron55 that makes it print only error and action level stuff 14:00 celeron55 so if you get no errors, that's obviously what you will get 14:00 reactor Yes, and I don't see any errors. 14:01 celeron55 oh hell 14:01 reactor I have to log in as that user and run it manually to see them in console. 14:04 celeron55 it seems like it should work but maybe it doesn't 14:04 celeron55 dunno, maybe someone knows 14:05 celeron55 this could be some kind of lack of flush() before exit 14:05 celeron55 or probably is 14:06 celeron55 actually, it should work 14:06 crazyR has anyone experianced the the chainsaw bug yet. ? where the protection stops landowners from using it on there own land too. 14:06 celeron55 it does call fclose() in that case 14:06 crazyR happens with the landrush mod but not sure if it does it with other protection mods 14:07 reactor Now that I renamed the mods properly, pilzadam/player_textures will crash the server. 14:07 celeron55 which mod? 14:07 celeron55 which mod the chainsaw is from, i mean 14:08 reactor "An unhandled exception occurred: .../var/minetest/bin/../mods/local_player_textures/init.lua:2: attempt to concatenate a nil value" 14:08 sfan5 seems like the old times returned, celeron55 doing user support 14:08 celeron55 sfan5: yes, this is just stupid 14:09 celeron55 i'm probably going to just stop answering, user support request never end and users are just competing in obscurity of explanations 14:09 celeron55 requests* 14:10 crazyR celeron55: the chainsaw is from the technics mod 14:11 crazyR i think i may have a possible fix for it buts a bit of a had and means using brandons landrush functions instead of minetest's default protections 14:11 crazyR s / had / hack 14:13 reactor Nevermind. Wrong path it was. 14:14 celeron55 special support plans available for $100/month (includes $100 worth of annoyingness resistance) 14:14 celeron55 reactor would've already needed two 14:14 sfan5 lol 14:14 reactor Oh yeah yeah. :( 14:14 sfan5 my 3$ mouse just broke 14:22 celeron55 i guess i'll just leave this channel and come back when i have more modding questions (which is why i came here in the first place) 14:23 sfan5 nooooo 14:23 sfan5 we'll miss you 14:23 BrandonReese crazyR, what is your hack? 14:24 celeron55 sfan5: no you won't! 14:24 sfan5 how about you just stay here but don't answer questions 14:24 sfan5 ? 14:24 celeron55 i can't stand just sitting idle when there is an unanswered question 14:26 crazyR BrandonReese: something along the lines of this https://gist.github.com/anonymous/4dc407714d2938275dcb or maybe even use landrush.can_interact(pos, name) 14:29 crazyR the bit i dont understand, is the bug also discharges the chainsaw, but i cant see anything in the file that would do that 14:30 BrandonReese My guess is current_charge isn't getting passed to chainsaw_dig_it 14:30 BrandonReese or the wrong value is being passed 14:31 BrandonReese nope you're right, it looks like a protection problem 14:32 BrandonReese It's probably because it doesn't pass a name when the chainsaw digs the nodes 14:33 crazyR the wierd bit is the protection code is the same in every tool but only affects chainsaws and i think quarries 14:34 crazyR unless the item wear is causing it here? technic.set_RE_wear(itemstack, meta.charge, chainsaw_max_charge) 14:35 BrandonReese I'm going to test a fix now 14:35 crazyR no because it would still cut some trees down 14:35 crazyR lol ok :) 14:36 * BrandonReese taps his foot while the backup runs... 14:40 sfan5 ooh 14:40 sfan5 backups 14:40 sfan5 tasty ones too 14:43 BrandonReese crazyR I just pushed the fix to github 14:45 crazyR wohoo what was it? 14:49 BrandonReese chainsaw and probably quarry don't pass a name to is_protected so it was failing the protection check. I just had to add a check for a blank name and if so allow it to dig in protected areas 14:50 BrandonReese the initial check with the chainsaw does pass a name, it's the subsequent digging of the nodes that doesn't pass a name 14:51 crazyR BrandonReese: Thanks... Which repo did you push it too, yours or the technics one? 14:51 BrandonReese Landrush 14:51 crazyR ahh brill :) 14:55 crazyR wow thats even simpler than my hack which looking at it wouldnt have worked anyhow lol 15:11 * Krock gives everybody a trout slap 15:16 zsoltisawesome hey all, is there any generic run in place builds for linux? 15:17 zsoltisawesome i couldn't find any on the downloads page 15:17 PenguinDad why would you need them? 15:18 zsoltisawesome VPS 15:18 Krock Windows ftw in this case :P 15:19 zsoltisawesome i know 15:19 Krock hey john_minetest 15:20 sfan5 zsoltisawesome: compile on your vps 15:20 zsoltisawesome meh, probably doesn't have the depends 15:21 Krock how about compiling on your PC and upload it? 15:22 zsoltisawesome I am much lazy 15:22 Krock then join other server instead of trynig to set up your own... 15:23 sfan5 Krock: that will probably not work because of different libraries between pc <-> vps 15:23 Krock ok 15:25 Mikerhinos anyone know where are the sound files on Linux ? 15:26 zsoltisawesome trying to pester someone to get me a Win32 VPS 15:26 sfan5 Mikerhinos: games/minetest_game/mods/default/sounds 15:26 Krock depends if he means mod sounds or system sounds --^ 15:26 sfan5 zsoltisawesome: are you insane? Windows is the WORST os to use when hosting a server 15:26 * Krock hides 15:27 sfan5 Krock: this is #minetest not #everything 15:27 Krock maybe they came here because #everything is empty 15:27 Krock :P 15:27 zsoltisawesome sfan5: just a little bit... 15:27 Krock * #empty 15:28 Mikerhinos I downloaded a mod for replacing sounds like footsteps etc... 15:28 Krock Mikerhinos, then is your target folder what sfan5 told you 15:29 Mikerhinos ok, are you sure it's the Linux path ? Because I don't seem to have a games folder :s 15:30 Krock then, how the nether can you create new games/worlds? 15:30 sfan5 Mikerhinos: link to mod? it depends on how the mod was done 15:31 Mikerhinos I have a .minetest folder, with mods, texture packs etc...but there is no sounds in it :s mod is https://forum.minetest.net/viewtopic.php?id=2081 15:31 sfan5 hm 15:32 sfan5 then it's probably something like /usr/share/minetest/games/minetest_game/mods/default/sounds/ 15:33 Mikerhinos bingo :) thx a lot 15:37 zsoltisawesome #whydoIalwaysneedacreditcard 15:38 sfan5 zsoltisawesome: just compile on your vps, it's easier than managing a winshit vpos 15:38 Krock #needaprilfools 15:38 sfan5 -o 15:38 zsoltisawesome I hate AWS 15:39 zsoltisawesome "Oh, Its free!" "Oh, you need a valid credit card!" Me: "Oh, This is a bunch of crap!" 15:40 zsoltisawesome "We received an error while confirming the payment method associated with your Amazon Web Services account." Me: http://www.fakenamegenerator.com/ 15:40 sfan5 nothing's free 15:40 sfan5 especially not aws 15:41 sfan5 you know that that's illegal (according to their TOS)? 15:42 zsoltisawesome really? 15:44 zsoltisawesome Amazon's or Fake Name Generators 15:45 zsoltisawesome This: http://aws.amazon.com/terms/ says nothing about it 15:46 zsoltisawesome and this: http://www.fakenamegenerator.com/terms-of-service.php also doesn't say anything about it 15:50 zsoltisawesome I just wish prtforwarding worked on my modem 15:53 Krock booo-hooo 15:53 Krock maybe this helps you http://www.youtube.com/watch?v=BROWqjuTM0g 15:54 zsoltisawesome lol, thats great, I had a feeling it was that 15:54 Krock <3 april fools 15:54 zsoltisawesome but youtube isn't working right now, so :P 15:54 Krock even if it wasn't a right onw 15:54 Krock one* 15:54 Krock what? youtube is on 15:55 zsoltisawesome for you 15:55 zsoltisawesome for some reason, youtbe doesn't like Windows Safe Mode 15:55 Krock happens... 15:57 zsoltisawesome looking at my face apparently causes a buffer overflow 15:57 zsoltisawesome strange 15:57 CL4P-TP_ you have two choices: a) don't use Windows, or b) use Linux 15:58 zsoltisawesome lol 15:58 zsoltisawesome if I pick a I have to use linux 15:58 zsoltisawesome so A = B 15:59 CL4P-TP_ you could use a Mac (or BSD, or other oddball systems) 15:59 CL4P-TP_ *install BSD 15:59 Jordach +1 for borderlands nick 15:59 CL4P-TP_ C'mon everybody! Check me out! I'm dancin'! I'm dancin'! 15:59 zsoltisawesome "you could use a Mac" I could also go strangle myself 16:00 markveidemanis Hi 16:00 zsoltisawesome hi 16:00 markveidemanis Minetest bot needs an improvement on lastseen 16:01 zsoltisawesome the only reason I would touch a Mac is to use xcode 16:01 markveidemanis IRC is case sensitive, so the command should be too 16:01 CL4P-TP_ IRC is case sensitive? 16:03 markveidemanis Yes 16:03 markveidemanis if markveidemanis is banned MarkVeidemanis will still get in 16:04 markveidemanis Trust me 16:05 Krock know IP bans? 16:05 Krock both won't be able to join then (from the same client) :3 16:05 markveidemanis Ips change 16:07 sfan5 heard of IP range bans? 16:08 markveidemanis No 16:08 Krock ./ipban *.*.*.* solves all problems with IPv4 users 16:08 markveidemanis And ipv6? 16:08 CL4P-TP_ /ban *!*@* works too 16:11 zsoltisawesome I like ducks 16:11 markveidemanis Random 16:12 zsoltisawesome http://ducks.com 16:12 zsoltisawesome its amusing 16:12 markveidemanis 156998690 16:12 markveidemanis No thanks 16:12 markveidemanis No more cookies 16:14 Calinou please no random scary sites or such 16:14 zsoltisawesome markveidemanis: https://www.cookies.com 16:14 Calinou IRC is case sensitive, so the command should be too 16:14 Calinou to nicks, no 16:15 zsoltisawesome Ping! 16:15 markveidemanis Oww 16:15 * zsoltisawesome curls up in a shell 16:15 zsoltisawesome Ping! Ping! Pong! 16:17 zsoltisawesome if you haven't gotten a clue yet, I'm a snail with ping pong balls 16:18 markveidemanis PONG! 16:19 Calinou no, zsoltisawesome, you're a pony 16:20 zsoltisawesome pon y pretending to be a snail 16:20 zsoltisawesome -" " 16:21 zsoltisawesome anyone know something like this: compileonline.com/ except it will use multiple files? 16:22 CL4P-TP_ Am I butterfly dreaming I'm a man? Or a bowling ball dreaming I'm a plate of sashimi? 16:23 zsoltisawesome second one sounds tasty 16:24 zsoltisawesome Ping! 16:24 zsoltisawesome hi 16:25 diemartin hallo 16:26 zsoltisawesome that is not a word, did you mean: hello? 16:26 markveidemanis hallo diemartin 16:34 zsoltisawesome lol 16:34 Eater4 We should create a command that reboots a minetest sever 16:34 zsoltisawesome we should Eater4 you 16:34 zsoltisawesome :D 16:35 Eater4 ~tell ShadowNinja there should be a command to reboot a minetest sever like /restart 16:35 ShadowBot Eater4: O.K. 16:36 zsoltisawesome can you say spoon? 16:36 Krock spoon 16:37 Eater4 Spoon 16:37 PenguinDad spoon? 16:37 zsoltisawesome such a strange word 16:37 markveidemanis Fork 16:37 zsoltisawesome knife 16:37 PenguinDad Knife! 16:37 Eater4 Are u from America zso? 16:37 markveidemanis Spoon 16:37 Krock fork! 16:38 Eater4 fork! 16:38 zsoltisawesome Eater4: Please pick (Y/N): Y 16:38 zsoltisawesome Spork 16:38 Eater4 Y 16:38 * markveidemanis throws adobe.pdf.bat.cmd.zip.tar.gz.sh at Krock's HardDrive 16:39 markveidemanis s/D/d 16:39 zsoltisawesome lol 16:39 Krock Eater4, create a while(true) { start "minetestserver"; } program on your PC and use /shutdown to restart 16:39 Krock markveidemanis, kinda strange compression *.sh 16:40 markveidemanis shell script 16:40 markveidemanis completely inconspicous 16:40 markveidemanis bash even 16:40 Eater4 XD 16:40 Krock Explorer.exe has detected a linux file and has topped working. 16:40 Krock *stopped 16:40 Eater4 :( 16:41 * zsoltisawesome throws fluffy.gif.jpeg.exe.bat.tex.txt.tgz.bz2.gz.pdf.png at markveidemanis' hard drive 16:41 Eater4 Yea but the should be to seprate commands 16:42 Krock General rule when mining in underground: "Where you find one, there must be more." 16:42 kaeza also, "never say you found mese" 16:43 * Krock throws lok.es.are.funn.y.7z.mp5.fa.il.jpeg 16:43 Krock at markveidemanis* 16:43 Krock I don't know old mese :( 16:44 Krock except of the one from < 10024m 16:44 zsoltisawesome lokes? 16:47 zsoltisawesome https://dl.dropboxusercontent.com/s/3r12kelva6firk8/Fluffy.gif.jpeg.exe.bat.tex.txt.tgz.bz2.gz.pdf.png.zip 16:47 zsoltisawesome not suspicious at all 16:49 markveidemanis April Fools! 16:50 sfan5 !tw https://twitter.com/Raspberry_Pi/status/451037906745163776 16:50 MinetestBot Someone has just sent me a screenshot to let me know our website is in text mode. He’s very worried. (@Raspberry_Pi) 16:51 sfan5 ahahahaha 16:53 sfan5 oh hey it's lamefun 16:53 sfan5 our favourite person 16:53 zsoltisawesome https://plus.google.com/116558335840507131916/posts/YXmJuyqovzW 16:53 sfan5 !title 16:53 MinetestBot sfan5: Zsolt Bartha - Google+ - Hey check out the file that I found on my harddrive! … 16:53 markveidemanis woah 16:54 zsoltisawesome what? 16:54 markveidemanis My site traffic is mostly minetest related 16:54 zsoltisawesome site? 16:54 markveidemanis I have the csv from google 16:55 markveidemanis http://www.sendspace.com/file/opyd41 16:55 sfan5 !title 16:55 MinetestBot sfan5: Download marktest-co-uk_20140401T165346Z_TopSearchQueries_20140302-20140401.csv from Sendspace.com -[...] 16:55 sfan5 lel 16:55 markveidemanis quite good to rank on the first page of 'minecraft diversity map' 16:56 markveidemanis <3 google 16:56 markveidemanis My minetest post got more traffic than my front page 17:00 Krock john_minetest, Registered: 2013-10-03 17:01 Krock it's sill yellow at -1024m if i'm right 17:03 Krock Ah there were soo much players and not-players in my server months ago 17:05 Eater4 !minetest 17:06 Eater4 MinetestBot! 17:06 MinetestBot Eater4! 17:06 Krock Eater4! 17:06 Krock y no msg 2 me back? 17:06 * sfan5 flips Krock 17:06 Krock :) 17:07 Eater4 Krock! 17:07 * Krock gives sfan5 a kitten 17:07 * sfan5 meows 17:09 Krock awsum 17:10 sfan5 TIL kittens are awesum 17:11 zsoltisawesome Moo! 17:11 * sfan5 taps zsoltisawesome 17:12 zsoltisawesome MOO! 17:12 zsoltisawesome i mean "Stop!" 17:14 Krock zsoltisawesome, could you play "dummy game" for me? Just try to join my server as test and leave. 17:14 zsoltisawesome hmm 17:15 zsoltisawesome which one is it 17:15 Krock the one with 2 players, starts with "krocks ult..." 17:15 zsoltisawesome ok 17:16 zsoltisawesome coming 17:16 Krock This, because I got another player which wasn't able to join. But I checked all settings, nothing should "block them" 17:19 zsoltisawesome 11:19:41: ERROR[main]: draw_hotbar(): mainlist == NULL 17:19 zsoltisawesome thats your problem 17:19 Krock hmm and after rejoin? 17:20 zsoltisawesome hold on 17:23 Krock Okay, thanks for checking 17:23 zsoltisawesome your welcome 17:23 zsoltisawesome its a nice server 17:23 Krock thanks, are you on a 0.4.9 client? 17:25 zsoltisawesome yes 17:25 Krock ok 17:53 crazyR Krock, i got rid of that error by downgrading the server mt 17:53 Krock crazyR, the timing out problems? 17:55 crazyR no still not figured that out properly yet. Im thinking it alot of it may be caused my people using mobiles etc becuase everyone that i speak to personally seems to be able to connect without any issues. ERROR[main]: draw_hotbar(): mainlist == NULL <-- that error went when i downgraded the server mt 17:59 Krock crazyR, my testing dummy got that error on the newest windows build too 17:59 Krock (on first join) 18:00 crazyR yep It was craigdavi that noticed it wasnt happening in some older versions. been fine since i think. although i will do another test sometime today to confirm. 18:00 sfan5 Krock: Nagisa is not pleased that you use Windows https://cdn.mediacru.sh/EOjcPsr2-I8a.png 18:01 Krock ... 18:02 sfan5 don't make her unhappy 18:02 sfan5 she'll bite 18:03 Krock I'll bite back 18:03 sfan5 she'll kill ya in the end 18:04 Krock How to kill a zombie? 18:05 Krock braiiiiiiinnn braiiiiinnnnn 18:10 Krock yay! new pixelbird highscore of 8! 18:10 sfan5 Kray: https://cdn.mediacru.sh/-ePFoFo9STn1.png 18:10 sfan5 oops 18:10 sfan5 wrong person 18:10 sfan5 Krock ^ 18:10 Krock U liek chinese anime? 18:11 sfan5 wut 18:11 sfan5 wut 18:11 sfan5 wut 18:11 sfan5 wat 18:11 sfan5 chinese anime? 18:11 sfan5 oh god 18:11 sfan5 make it stop 18:11 PenguinDad chinese wat 18:11 sfan5 the pain 18:11 sfan5 Krock: It's Japanese 18:11 Krock asian anime 18:11 Krock sorry dude 18:12 PenguinDad Krock used chinese anime that was very effective. 18:13 Krock akk asian people are in first line chinese for me 18:13 tim_flatus I'm getting deja vu 18:13 Krock *all 18:13 Krock déjà vu 18:13 Krock swiss keyboard ftw 18:14 sfan5 https://forum.minetest.net/viewtopic.php?pid=135559#p135559 18:14 sfan5 wat 18:14 sfan5 he is trying to assist me with a bug 18:14 sfan5 with broken english 18:14 madAzliP 035531p#035531=dip?php.cipotweiv/ten.tsetenim.murof//:sptth lol 18:14 Krock mad madAzliP 18:14 Krock hai 18:14 Krock xD 18:14 tim_flatus yes déjà vu Krock. That's the one. 18:15 * sfan5 flips madAzliP 18:15 Krock ehm I don't get intelligent out of his broken english 18:15 Krock broken + broken = totally confused 18:16 madAzliP uoʍ ʎon qɹoʞǝ ɯǝ ɔoɯdןǝʇןʎ 18:16 PenguinDad ku_ne egaugnal tes! :madAzliP 18:17 * sfan5 meows 18:17 * sfan5 translates madAzliP using f(x, y) -> -x, -y 18:18 madAzliP slp ylreporp noitcnuf taht enifed uoy nac ,5nafs 18:19 * sfan5 translates madAzliP using f((x|y)) = (-x|-y) 18:19 madAzliP tceffe retteb a evah thgim etadtes! ,daDniugneP 18:19 Krock madAzliP: ...loof lirpa looc 18:20 madAzliP tes tegrat dna noitinifed enifed ot evah uoy ,5nafs 18:20 PenguinDad gniod era uoy tihs taht ekil t'nod I :madAzliP 18:22 Krock :) siht htiw elbadaernu yllatot steg tahc siht mhu 18:24 PenguinDad P: zniarb ruo niart lla eW :kcorK 18:26 Calinou lol, even horizontal cacti grow vertically 18:26 crazyR How would a make text show when hovering over a node? 18:27 Krock yldnahnu herev steg ti, keeps taclol ta tub :daDniugneP 18:30 PenguinDad ti dluow yhw 18:30 * crazyR is highly confused. 18:31 Krock dnatsrednu 2 drah hellareneg si hettiklul zuc :daDniugneP 18:31 sfan5 crazyR: using an entity 18:31 PenguinDad keeps egod keeps I dluohs ro 18:32 Krock nuf 3r0m 51 5dr4wk(@b 7331 18:34 PenguinDad ?y114er 18:34 Krock 53y 18:44 crazyR is it possible to show server stats in game... like cpu usage and ram/mem usage 18:46 sfan5 yes 18:46 Krock os.execute() 18:46 sfan5 with the HUD api 18:50 crazyR not sure if anyone has already made a similar mod, but thinking on attempting to build some form of admin formspec based gui. would allow admins to view server stats and have a lists of buttons that do various admin commands, :/ 18:50 sfan5 a web interface would be much more suited for such thing+ 18:51 crazyR hmm true, but how would you perform ingame commands from outside the game. 18:52 crazyR as far as im aware you have to use a file with a script that calls the commands from the file 18:52 sfan5 like this: 18:52 sfan5 webinterface writes "/foobar meow kitten" to commmand.txt 18:52 sfan5 mod reads command.txt and executes command 18:52 sfan5 mod writes the result to commands.txt 18:53 crazyR thought it was. is it reliable 18:53 sfan5 webinterface reads the result from commands.txt and displays it: "meow was foobar'd using kitten" 18:56 crazyR How are the passwords hashed? as id need to create some form of check to make sure the webinterface only lets in the right players 18:56 sfan5 sha1(playername + password) 18:56 sfan5 no wait 18:56 sfan5 sha1(playername + base64(sha1(password))) 18:57 sfan5 wait 18:57 sfan5 lemme try which is right 18:57 crazyR lol ok :) 19:09 sfan5 crazyR: base64(sha1_raw(username + password)).replace('=','').replace('+','/') 19:10 crazyR thanks 19:10 sfan5 sha1_raw means the result is not something like 53434a4554fb445c but full 8bit range 19:12 BrandonReese crazyR are you using PHP? 19:13 crazyR yeah the raw would be sha1(username + password, true) i should think 19:13 GhostDoge plol http://origin-www.seagate.com/promos/bacon-drive/ 19:13 BrandonReese $hash = rtrim(base64_encode(sha1($username.$password,true)),"="); 19:14 BrandonReese That's what I used for the Members area on my website to use a player game login to access the site 19:16 sfan5 BrandonReese: that ones wrong 19:16 sfan5 you need to replace + by / 19:17 crazyR sfan5: when did that change becuase ive logged in useing brandons members area before now and it worked 19:18 BrandonReese I never came across a instance where that hash didn't work 19:33 artur99- hi 19:33 artur99- 0.5 will be soon on? 19:38 Jordach https://forum.minetest.net/viewtopic.php?pid=135583#p135583 20:11 zsoltisawesome Hi! 20:22 zsoltisawesome anyone I need 0.0000209 BTC quick 20:22 sfan5 I have that much 20:23 sfan5 but you won't get it :> 20:23 zsoltisawesome not a freaking penny?!?!?! 20:23 sfan5 nope 20:23 sfan5 !tw https://twitter.com/climagic/status/451092383845732353 20:23 MinetestBot To keep up with the social networking trend, the next version of Bash (v5) will have a "fork with a friend" option. (@climagic) 20:24 zsoltisawesome sfan5: PLEASE! 20:24 sfan5 no 20:24 sfan5 I ain't a money fountain 20:25 zsoltisawesome I wouldn't give me $0.01 USD? 20:25 sfan5 wat 20:27 zsoltisawesome sfan5: thats all I need, one penny 20:28 sfan5 nope 20:28 zsoltisawesome seriously 20:28 zsoltisawesome 1HE6Cwak7cRvUhSKL6wKESr9eCaRotAdgs 20:30 sfan5 wut https://rms.sexy/ 20:47 MinetestBot GIT: Sapier at GMX dot net commited to minetest/minetest: Fix lost change password button af01a9577e 2014-04-01T22:38:34+02:00 http://git.io/g1vqqg 21:12 harrison what do you call a kenyan chicken who hates america? 21:12 harrison bgok obama 21:16 harrison Sliced Bread 2: Loafing Around 21:19 harrison critics say it is the best film since "Sliced Bread: The Movie" 21:42 Exio4 i may give him that in DOGE 21:42 Exio4 not BTC 21:52 crazyR anyone know if theres a mod for like user/player groups, where each player group would have a preset of privs. 21:59 krupnovpavel Hello! 22:00 krupnovpavel Who help me? 22:01 krupnovpavel Who help me? 22:01 krupnovpavel Please! 22:02 krupnovpavel Forum bag 22:02 krupnovpavel Forum bug 22:05 krupnovpavel Who help me? 22:22 krupnovpavel Who help me?