Time Nick Message 01:03 AndroidKris Wow, it's dead in here tonight. 01:46 MinetestBot 02[git] 04paramat -> 03minetest/minetest: DecoSchematic: Fix missing trees in rough terrain 13ac6efa2 http://git.io/vfl1s (152015-04-23T02:44:25+01:00) 05:31 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Default/mapgen: Add dry shrub to mgv6 tundra 13d0070f2 http://git.io/vf8WD (152015-04-23T06:28:49+01:00) 05:56 fuznuts Hey Minetest Fans. I just wanted to let you know I have a free mumble server available for anyone interested in using it. 05:56 fuznuts I too am a fan of minetest :) 09:37 CWz any idea what i did worng here ? http://pastebin.com/TRtZeR1j 09:53 Etzos CWz: What error are you getting? Is it always giving you "Notice: Invalid gamemode ."? 10:02 Etzos CWz: That appears to be the issue. The problem is that you're comparing a string to a number. "param" is a string. 10:03 CWz Etzos: Thanks for the help 10:05 Etzos CWz: Also your logic is just a bit off. You want to check for param ~= "0" AND param ~= "1" (emphasis added) 10:07 Etzos Although I would recommend an if/elseif/else instead since that makes 2 less comparisons in the case where param isn't 0 or 1. 10:45 AndroidKris Does anyone have this installed https://github.com/mireq/minetest-mapper-cpp? 10:50 ecutruin o/ 10:51 AndroidKris I keep getting the error "could not find sqlite3" when I run [cmake .] 10:52 AndroidKris even though sqlite3 is installed 10:57 exio4 which distro? 11:06 AndroidKris xubuntu 14.04 11:07 exio4 find sqlite3-dev or similar 11:07 exio4 libsqlite3-dev may be the name 11:08 AndroidKris apt-get? 11:10 AndroidKris libsqlite3-dev is the package name 11:11 AndroidKris 442 kb in size, but my internet connection can't handle it this morning for some reason. :( 11:12 AndroidKris I'm wondering if there is a way to get apt-get to keep trying, or use it like a torrent application and make it pull from multiple sources in order to get faster downloads on a slow connection. 11:14 exio4 AndroidKris: I don't really think there's a way for doing that 11:14 exio4 AndroidKris: and your network can't handle it? wat? :P 11:14 AndroidKris yeah, I just remembered looking into it before and coming up dry. 11:14 AndroidKris Yeah, I got's tha sattelite interwebs 11:15 AndroidKris and I get's throttled after 10gigs of download. 11:15 AndroidKris Just reached my 10 day before yesterday. 11:18 exio4 wow that sucks 11:20 AndroidKris yup, I'll just have to put this on hold until after midnight. 11:20 AndroidKris I get a "late night free zone" between midnight and 5am where everything is unthrottled. 11:21 AndroidKris brb 11:27 OldCoder http://minetest.org/minetest-win32-150423.zip 11:27 OldCoder For anybody who wishes to test ^ 11:47 AndroidKris back 12:01 exio4 welcome back AndroidKris 12:01 exio4 where are you btw? inet over sat is expensive here 12:01 AndroidKris SC 12:02 AndroidKris about $60 a month for my crappy connection. 12:02 exio4 SC? 12:02 AndroidKris but it's that, or a home phone + inet for like $150 and just as crappy of a connection. 12:02 AndroidKris South Carolina..US 12:02 exio4 oh 12:03 exio4 both networks sound too damn expensive 12:03 AndroidKris They are, but it's the price I pay for living in the woods. 12:03 AndroidKris I love it here. 12:03 exio4 oh well 12:03 exio4 worth it then 12:04 AndroidKris I used to live in town, paid like $40 a month for 25+mbps down speeds and no throttling, but I couldn't stand the noise in town. 12:05 AndroidKris I'm just a good ol country boy that loves nerd stuff.lol 12:06 exio4 living in a city sucks 12:07 exio4 the only good parts are having cheap internet, food at any time (delivery? market in <5min walk?), and other small things 12:18 AndroidKris yeah, a bunch of convinces are great, but I can grow most of my own food ( no need for market all the time ).lol 12:23 sfan5 AndroidKris: have house in town, have internet there, lay ethernet cable from house into house in woods, ???, profit 12:24 AndroidKris Lulz. If only it was that easy. 12:24 AndroidKris In fact that would make the cost of my internet more than 10x what it is now. 12:24 AndroidKris paying for house in town, plus power for that house to keep the internet on. 12:25 AndroidKris Then you have to take into account the latency over miles and miles of ethernet. 12:25 sfan5 scratch that 12:25 sfan5 lay some fibre into the woods 12:25 AndroidKris now, it might be worth it if I ran a business, and had some tfoca2 12:27 AndroidKris How about this, I'll just switch to stealing internet from the anhydrous ammonia plant thats right through the woods. 12:35 dzho oh, cool, you got the old Haber-Bosch process going on next door 12:35 * dzho has only read about these things 12:36 dzho Gulf Coast? 12:36 dzho oh, nm 12:36 dzho SC 12:36 dzho I guess with fracking being what it is natural gas is in a lot of places, and that's a port, too. 12:47 sfan5 exio4: here's something nice: a 2 min walk from here you can get 200Mbps, I'm sitting here w/ 16Mbps 12:47 AndroidKris dzho, it's just a storage facility. A pit stop in between if you will. 12:48 AndroidKris wtf you get 200mbps? gotta be tfoca 12:48 dzho AndroidKris: for the ammonia, or for natural gas? 12:48 AndroidKris ammonia 12:48 sfan5 tfoca 12:48 sfan5 whats that 12:48 dzho oh, so not quite a plant as such 12:49 * dzho is dissapoint 12:49 AndroidKris fiber optic cables 12:49 sfan5 no 12:49 sfan5 it's tv cables 12:49 AndroidKris get this, in 2009 they had a leak that killed a lady. 12:49 sfan5 docsis 3.0 running "ontop" of that 12:49 AndroidKris The leak covered like four or five square miles. 12:49 CWz do elseif and else work in the lua api? 12:50 dzho AndroidKris: I believe it. the stuff is nasty, but plants really like it and so it helps us all nom nom nom 12:50 dzho well, mostly it helps livestock nom nom nom but then we eat them 12:50 sfan5 CWz: why wouldn't they? 12:51 AndroidKris It's anhydrous, so it's a gas form. Which plants can't use. The "authorities" had to quarantine the area for a few days and let it "settle". 12:51 CWz for some reason i get an error when i use those 12:51 AndroidKris As a result though, I do have some really great soil for growing. 12:51 dzho it's only anhydrous when it's in the tanks. you can be sure it sucks up any and all moisture it encounters until its saturated. 12:52 dzho so, dessicating *and* caustic as all get out 12:52 AndroidKris Like I said, the leak killed a lady on her way to work. 12:52 dzho sure 12:53 AndroidKris She must have thought it was just thick fog. 12:53 dzho I did all my work with it in a fume hood, but even then you can get a snootful. 12:53 dzho damn, that sucks. 12:53 AndroidKris her car stalled on the road and she got out. suffocated. 12:53 AndroidKris The company is still paying damages. Millions to the government and the womans family. 12:54 dzho I'm guessing "suffocated" is a euphemism for the horrible way she died. 12:55 dzho if you're going to suffocate from a gas, the nitrogen they're thinking of using in . . . Oklahoma, I guess? . . . for executions is probably a way less bad way to go. 12:55 AndroidKris yeah, that would be painless...mostly. 12:55 dzho much less with the panicky burning and the awful smell. 12:56 dzho anyway, as part of the settlement, maybe they should provide internet access for their neighbors! 12:56 AndroidKris Anhydrous ammonia would burn your respiratory system on contact, and kill slow. 12:56 dzho yeah, I don't know enough physiology to know how it would work exactly. 12:57 AndroidKris The news article I read about the spill said it would be similar to drowning, only on battery acid, instead of water. 13:27 Etzos CWz: They definitely work. Perhaps you accidentally used them improperly (e.g. putting an "end" before an "elseif" or maybe using "else if" instead of "elseif")? 14:46 Sokomine hi. how do i get the version number to increase to 12? i do use latest git version... 14:47 Sokomine it somehow seems to stick to version 11. i'm not sure why 16:32 rubenwardy Hi all! 16:32 Sokomine hi 16:34 Krock Hi! 16:49 Xack hi Calinou :) 16:52 Calinou hi Xack 17:03 jbb hi 18:22 jbb hi ist jemand da? 21:53 YvesLevier A nOOb want to know if java8 good for Minetest. Actually, i mean. Wanna reply plz? 21:59 xenkey YvesLevier: what 21:59 YvesLevier xenkey: i heard about jdk 8 --- wordering... 22:00 xenkey Whatever, I don't understand a word of what you just said 22:00 YvesLevier *wondering 22:01 Salbei hi 22:01 YvesLevier xenkey: Minetest is Great as it is now. Will see that later. Thx for reply xenkey :) 22:01 xenkey uh ok 22:02 YvesLevier Hi Salbei :) 22:02 Salbei I want disable fire on my game. I just have to put "disable_fire true" in the minetest.conf file right? 22:02 Salbei hi YvesLevier ;) 22:04 YvesLevier Salbei: Never tried yet. 22:04 YvesLevier sry 22:05 Salbei no prob YvesLevier I think I found it 22:05 Salbei https://forum.minetest.net/viewtopic.php?id=6779 22:07 xenkey Salbei: just remove the fire mod