Time Nick Message 02:31 jordan4ibanez http://youtu.be/ifTIuA8Dq58 02:31 jordan4ibanez !name 06:01 sfan5 !tell jordach4ibanez use !title 06:01 MinetestBot sfan5: I'll pass that on when jordach4ibanez is around 06:01 sfan5 <3 Miner_48er 06:02 sfan5 oops 06:02 sfan5 <3 MinetestBot 06:02 MinetestBot <3 sfan5 06:04 RealBadAngel sfan5, jordach4ibanez? 06:05 sfan5 a person who quit minetest while ago, but was on IRC yesterday 06:07 RealBadAngel are you sure youre not mixing 2 nicks? 06:09 sfan5 no 06:09 sfan5 http://irc.minetest.ru/minetest/2014-03-17#i_3619699 06:10 RealBadAngel look closer ;) 06:11 RealBadAngel out of Jordach and jordan4ibanez you have created jordach4ibanez ;) 06:14 sfan5 oh 06:14 sfan5 lol 06:14 sfan5 !tell jordan4ibanez use !title 06:14 MinetestBot sfan5: I'll pass that on when jordan4ibanez is around 12:06 PilzAdam Hello everyone! 12:16 PenguinDad hi PilzAdam 14:45 Krock Hello people 14:46 harrison Can you tell me more about that? 14:52 harrison Can you tell me more about that? 14:57 * sfan5 flips john_minetest 14:57 sfan5 meow 14:57 sfan5 hi everyone 15:05 harrison meow? that's cat talk mister sfan5 hope you can paw the paw and not just meow the meow 15:05 * sfan5 purrs 15:05 harrison that's what i thought 15:06 harrison Page Benway at once! 15:07 TheCephalopod Cephalopod powers activate! 15:07 harrison No time for anesthesia! Make the incision! 15:08 * TheCephalopod takes a big kitchen knife 15:08 GhostDoge woof woof! 15:08 * EvergreenTree takes a spoon 15:08 EvergreenTree such ghost 15:08 EvergreenTree much doge 15:08 EvergreenTree wow 15:08 TheCephalopod Oh, look, there is jam on the knife. 15:08 * EvergreenTree jams the spoon into TheCephalopod 15:08 * sfan5 flips EvergreenTree 15:09 * EvergreenTree flips a tabl 15:09 harrison The jam should still be sterile from when it was canned. 15:09 * TheCephalopod attacks EvergreenTree 15:09 * sfan5 gives TheCephalopod a kitten 15:09 TheCephalopod I attack whales. 15:09 TheCephalopod Awww... an octokitten 15:09 * EvergreenTree doges with a ghost 15:09 TheCephalopod Transforming back... 15:09 * EvergreenTree gives sfan5 an octokitty 15:10 sfan5 meow 15:10 EvergreenTree :3 15:11 harrison git along now, octokitty 15:16 EvergreenTree Back to a more minetest related topic, is there a way of telling what block a player is in? 15:16 EvergreenTree or at least getting the position of the block and extracting it's name? 15:17 EvergreenTree wait, I think I might have a mod which does that 15:19 sfan5 minetest.get_node(player:get_pos()).name 15:19 EvergreenTree Okay, thanks 15:20 EvergreenTree that should serve my purpose 15:20 EvergreenTree I really should start learning my way around the api better 15:28 artur99 hi 15:28 artur99 !up europe.minetest.org 15:29 MinetestBot europe.minetest.org:30000 seems to be down 15:29 artur99 !up eu.minetest.org 15:29 MinetestBot eu.minetest.org:30000 seems to be down 15:29 fireglow !up alpha.firc.de 15:29 MinetestBot alpha.firc.de:30000 is up (141ms) 15:38 EvergreenTree sfan5: 11:37:24: ERROR[main]: ServerError: ...n/Programs/minetest/bin/../mods/die_message/init.lua:2: attempt to call method 'get_pos' (a nil value) 15:39 EvergreenTree Are you sure that is the right method? 15:39 sfan5 EvergreenTree: s/get_pos/getpos/ 15:39 EvergreenTree Okay, thanks 15:39 EvergreenTree :P 15:40 EvergreenTree spelling errors can be fatal 15:41 MinetestBot blackha.wk:30000 seems to be down 15:45 artur99 lol :)) 15:45 artur99 Black Hawk Down 15:56 EvergreenTree hm, is there any way of getting player velocity? 15:58 EvergreenTree o/ 15:58 EvergreenTree Or does that not exist in the api yet? 15:59 Jordach alright 15:59 Jordach WHERE THE FUCK IS PA 16:00 fireglow PA? 16:00 Jordach Pilzy 16:00 fireglow oh right 16:01 * sfan5 flips Jordach 16:02 * Jordach flips sfan5 16:14 artur99 how to implement an irc bot on a channel after you coded it? 16:15 sfan5 lolwat 16:15 sfan5 if you made the irc bot yourself you should know that 16:16 khonkhortisan That's not a question, that's the half of a statement that precedes a colon. 16:16 khonkhortisan How to do A: First X, then Y, then Z. 16:21 markveidemanis Hi 16:21 markveidemanis minetestserver needs root? 16:22 EvergreenTree I'm trying to do something that triggers an event when a player dies by falling 16:22 markveidemanis i did ./minetestserver and it says Permission Denied 16:23 markveidemanis Will try it, thanks 16:25 markveidemanis oops 16:25 markveidemanis error 16:25 markveidemanis I forgot to copy the libraries 16:25 * markveidemanis will host a server on a 24 core 2Ghz machine!! 16:25 markveidemanis aka shared hosting 16:27 markveidemanis libz.so.1 not found 16:29 EvergreenTree I'm trying to do something that triggers an event when a player dies by falling, is that even possible with the current api? 16:30 Krock yes sure 16:31 Krock well, "minetest.register_on_dieplayer(function(player))" in general, but by falling..uhm no idea 16:31 Jordach EvergreenTree, you can check the drawtype 16:31 EvergreenTree Krock: I know that 16:32 EvergreenTree Check the drawtype? 16:32 Jordach EvergreenTree, if it is a solid, (eg, dirt) then print a death message 16:32 Jordach but if it happens to be a goddamn liquid node 16:33 EvergreenTree Jordach: I already did liquids 16:33 EvergreenTree A problem with checking for solids beneath the player is that if the player dies by a mob, it would say they fell 16:33 EvergreenTree (unless I checked for every mob of every mob mod) 16:34 Jordach EvergreenTree, line 261 in api-text 16:35 sfan5 EvergreenTree: you can't reliably do this with the current api yet 16:35 markveidemanis Where does minetest look for shared libraries? 16:36 sfan5 minetest does not look for shared libraries 16:36 markveidemanis .so files or .dll on windows 16:36 sfan5 minetest does not look for any 16:36 sfan5 your linker does that 16:36 markveidemanis libz.so.1 not found 16:36 markveidemanis Where should I put it? 16:37 sfan5 are you insane? 16:37 sfan5 you are not supposed to install shared libs on linux that way 16:37 sfan5 also pls 16:38 sfan5 if your system doesn't have libz.so already it's horribly broken 16:38 markveidemanis Its shared hosting 16:38 Jordach sfan5, it's markveidemanis, he can fuck anything up 16:38 sfan5 shared hosting does not mean you get a broken linux system 16:40 sfan5 buildroot redesigned their website! 16:41 markveidemanis What do you suggest I do? 16:41 EvergreenTree sfan5, if the api doesn't support that, it should 16:41 EvergreenTree at some point 16:41 sfan5 try installing libz via your package manager 16:41 sfan5 EvergreenTree: pull request~ 16:41 EvergreenTree get_player_velovity() 16:42 EvergreenTree lol, well, I don't really know enough to actually do it myself 16:42 EvergreenTree but I'll post an issue 16:43 markveidemanis Not on shared hosting... 16:53 markveidemanis How would I cross compile on windows for linux 16:56 sfan5 markveidemanis: why do you need that? 16:56 markveidemanis SHared hosting doesn't have cmake 16:57 Calinou markveidemanis, virtual machine? 16:57 Calinou some friend's PC? 16:57 markveidemanis To make things simpler, yes 16:57 markveidemanis in essence 16:58 markveidemanis Hmmm virtual machine? 16:58 markveidemanis Oh 16:58 markveidemanis I thought you meant VPS 16:58 markveidemanis I'l try 17:09 Selah hi everyone 17:10 artur99 hi 17:13 LforLeeeeeeeX #minetest 17:32 * markveidemanis is going to copy 90MB of so files to his server 17:32 markveidemanis Some of them are bound to be useful 17:53 Jordach PilzAdam, any form of L-Systems tutorial 17:54 Jordach and MGV7 too 17:54 PilzAdam Jordach, is that a question or a statement? 17:54 sfan5 john_minetest: http://i.imgur.com/i78Jltr.jpg 17:54 Jordach question :P 17:55 PilzAdam there is a L-system tutorial in the dev wiki 17:55 PilzAdam !dev L-System 17:55 MinetestBot "There is currently no text in this page." - http://dev.minetest.net/L-System 17:55 Jordach LOLOLOLOLOLOLOL 17:55 Jordach !dev L-Systems 17:55 PilzAdam !dev treegen 17:55 MinetestBot "Minetest has two types of trees built in: small ones similar like in minecraft, and more complex ones generated using a L-system and a tree definition." - http://dev.minetest.net/treegen 17:55 MinetestBot "There is currently no text in this page." - http://dev.minetest.net/L-Systems 18:01 sfan5 !title 18:01 MinetestBot sfan5: Lowland Hum: NPR Music Tiny Desk Concert - YouTube 18:02 Jordach treegen = wtf is this shit 18:02 sfan5 !title 18:02 MinetestBot sfan5: Lowland Hum: NPR Music Tiny Desk Concert - YouTube 18:02 sfan5 meow 18:02 sfan5 !title http://www.youtube.com/watch?v=oHg5SJYRHA0 18:02 MinetestBot sfan5: RickRoll'D - YouTube 18:03 EvergreenTree https://forum.minetest.net/viewtopic.php?pid=133467#p133467 18:07 EvergreenTree john_minetest: I just whipped it up in 5 minutes 18:07 EvergreenTree thamls though 18:07 EvergreenTree *thanks 18:07 * Jordach adds death_messages to BFD 18:08 EvergreenTree Gimp 18:09 EvergreenTree john_minetest: do you have a forums account? 18:09 EvergreenTree just curious 18:09 EvergreenTree ah, okay 18:09 EvergreenTree Yeah, a lot of people on here barely use their forums accounts 18:10 * Jordach grumbles about MGV7 not supporting L-Systems 18:12 EvergreenTree Once I have more lua skillz I might add an api for death_messages 18:12 EvergreenTree Someone else can if they want to ofc 18:18 Jordach PilzAdam, there isn't any form of explaination for mts files 18:19 PilzAdam there is in lua-api.txt 18:19 sfan5 there is 18:19 sfan5 the source code 18:24 EvergreenTree I don't really understnad why death messages weren't added in the first place 18:26 EvergreenTree they would need translation though 18:26 MinetestBot john_minetest: RickRollerz - Rick Roll RemX (Bass Boosted) - YouTube 18:28 Hiradur bass boost is no lie here :D 18:28 * sfan5 meows 18:28 Jordach http://www.youtube.com/watch?v=9zevAgG2xhs&list=UU1GAf9MDjhpb_W0wPf998WQ 18:28 sfan5 !title 18:28 MinetestBot sfan5: Excision - "Shambhala 2013 Mix" | LYRICS! - YouTube 18:30 Hiradur not my style, have some russ chimes instead https://www.youtube.com/watch?v=yelAKlKayG4 18:31 Jordach sfan5, i'm now trolling the IT guy. Blender has used so much CPU time, it's insane 18:32 sfan5 which IT guy? 18:32 Jordach we call him Mad Matthew 18:32 PilzAdam http://youtu.be/_oUp_JjPJok 18:32 Jordach !title 18:32 MinetestBot Jordach: Computer Man (Scatman) 10 hours - YouTube 18:33 markveidemanis COuld I get a list of required shared libraries for minetest? 18:34 sfan5 markveidemanis: libz, libbz2 for the basic minetestserver 18:34 sfan5 if you do not have them on your system already something is very very very broken 18:34 markveidemanis Just them? 18:35 markveidemanis Yeah I have them 18:35 sfan5 yes 18:35 sfan5 then minetestserver should run 18:35 * markveidemanis has wasted his time 18:35 sfan5 also please don't get the idea to just place them into the bin/ folder 18:35 markveidemanis I found /lib 18:35 sfan5 ld will not look at shared libs in the current folder by default 18:35 Hiradur what about luajit? for performance? 18:36 markveidemanis what about libgcrypt? 18:36 sfan5 yeah 18:36 sfan5 Hiradur: luajit is always a good idea 18:36 markveidemanis and libssl3 18:36 sfan5 markveidemanis: what does libgcrypt and libssl3 to do with this? 18:36 sfan5 do* 18:36 sfan5 +have 18:36 markveidemanis Minetest raised the error it needs them 18:37 markveidemanis How do i make bare server again? 18:37 sfan5 then you did something wrong 18:37 sfan5 nhhh.. 18:37 sfan5 you should know that by yourself 18:37 Hiradur how do i shutdown the server from command line? cant do it ingame since I forgot to give myself privs :> 18:37 sfan5 cmake . -DRUN_IN_PLACE=1 -DBUILD_CLIENT=0 -DENABLE_CURL=0 18:37 markveidemanis -DBUILD_CLIENT=0 18:37 sfan5 Hiradur: ctrl+c 18:37 markveidemanis ooh shit forgot run in place 18:38 Hiradur sexy :D 18:38 sfan5 that is not the problem 18:38 sfan5 minetestserver should not need libgcrypt and libssl 18:38 markveidemanis *Pulls from git again 18:40 Hiradur sfan5: curl also improves performance, doesnt it? 18:40 sfan5 no 18:40 sfan5 without other work curl does not improve anything 18:41 sfan5 it only allows you to announce to the serverlist 18:41 markveidemanis Yup did something wrong last time, thanks 18:41 Hiradur oh I thought it speeds up media transfer 18:42 sfan5 Hiradur: on the client, but not on the server 18:42 sfan5 you don't even need curl on the server to use remote_media 18:42 Hiradur good to know 18:46 markveidemanis 80% now 18:47 markveidemanis So will run in place include the libs? 18:48 sfan5 no 18:49 sfan5 unlike on windows linux applications should NEVER include libs 18:49 markveidemanis I'l just hope it works 18:52 markveidemanis GLIBC_2.17 NOT FOUND 18:53 sfan5 AHAHAHAHAHAHA 18:53 sfan5 just compile them on the shared hosting server 18:53 sfan5 s/them/it/ 18:53 markveidemanis I can't 18:53 sfan5 why? 18:54 markveidemanis Doesn't have cmake 18:55 markveidemanis well I can't access cmake 18:55 sfan5 install cmake 18:55 markveidemanis Dont have root 18:55 sfan5 then request cmake to be installed 18:59 artur99 did anyone used xampp portable? is it working ok? 19:04 markveidemanis Does minetestserver have any package depends? 19:04 sfan5 no 19:07 markveidemanis Well I sent them a message 19:07 * markveidemanis gets minecraft server 19:09 markveidemanis screw that, java not found 19:11 Hiradur what do you need java for? 19:11 markveidemanis Anyone rewritten minetestserver into something, I read somewhere they were going to be separated 19:11 markveidemanis minecraft server, given up now 19:13 Hiradur no access to a package manager? 19:14 markveidemanis nope 19:15 markveidemanis :( 19:19 markveidemanis ? 19:19 markveidemanis What's that gonna do? 19:20 * sfan5 facepalm 19:21 sfan5 !c 10 - (sum(list(t[0]*t[1] for t in zip([3, 1, 3, 1, 3, 1, 3], list(int(c) for c in '1234567')))) % 10) 19:21 MinetestBot 10 19:21 sfan5 \o/ 19:22 MinetestBot SyntaxError: invalid syntax (, line 1) 19:22 sfan5 !c 10 - (sum(list(t[0]*t[1] for t in zip([3, 1, 3, 1, 3, 1, 3], list(int(c) for c in '1234567')))) % 10) % 10 19:22 MinetestBot 10 19:23 sfan5 !c 0 if 10 - (sum(list(t[0]*t[1] for t in zip([3, 1, 3, 1, 3, 1, 3], list(int(c) for c in '1234567')))) % 10) == 10 else 10 - (sum(list(t[0]*t[1] for t in zip([3, 1, 3, 1, 3, 1, 3], list(int(c) for c in '1234567')))) % 10) 19:23 MinetestBot 0 19:23 PilzAdam !ignore sfan5 19:23 MinetestBot OperationalError: no such table: tell (file "/home/user/mtbot/modules/antiabuse.py", line 42, in ignore) 19:23 sfan5 wat 19:23 sfan5 wat 19:24 sfan5 !ignore sfan5 19:24 MinetestBot OperationalError: no such table: tell (file "/home/user/mtbot/modules/antiabuse.py", line 42, in ignore) 19:27 Hiradur is there a way to write programs for forth_computer ingame? 19:27 sfan5 !ignore sfan5 19:27 MinetestBot OperationalError: no such table: tell (file "/home/user/mtbot/modules/antiabuse.py", line 42, in ignore) 19:27 MinetestBot TypeError: a float is required (file "/home/user/mtbot/modules/tell.py", line 54, in checktell) 19:27 sfan5 ummm 19:27 MinetestBot TypeError: a float is required (file "/home/user/mtbot/modules/tell.py", line 54, in checktell) 19:27 sfan5 why does tell.py do shit agian 19:27 MinetestBot TypeError: a float is required (file "/home/user/mtbot/modules/tell.py", line 54, in checktell) 19:27 sfan5 again 19:27 MinetestBot TypeError: a float is required (file "/home/user/mtbot/modules/tell.py", line 54, in checktell) 19:27 sfan5 MinetestBot: stop being drunk 19:27 MinetestBot TypeError: a float is required (file "/home/user/mtbot/modules/tell.py", line 54, in checktell) 19:27 sfan5 MinetestBot: quit being drunk 19:28 Hiradur what bot are you using anyway? plenty of awesome commands.. 19:29 PilzAdam john_minetest, and they have a big pod for money 19:30 sfan5 Hiradur: https://github.com/sfan5/phenny (fork of sbp/phenny) with https://github.com/sfan5/minetestbot-modules 19:30 restcoser if i were to generate a noise map with "minetest.get_perlin_map(perl_settings, {x=8,y=8,z=8}):get3dMap_flat{x=minp.x,y=minp.y,z=minp.z}", how would the array be indexed? 19:30 Hiradur sfan5: thanks 19:31 sfan5 restcoser: I'm not sure, but [x][y][z] would make sense 19:31 restcoser im sure its a onedimensional array though 19:32 sfan5 restcoser: x + y*WIDTH + z*WIDTH*HEIGHT 19:32 sfan5 or something like that 19:33 restcoser i tried that out before, it gave me a chrash (so there was something nil)... its probably offset by one or so... thanks anyway 19:34 sfan5 have you tried reading the docs? 19:34 sfan5 jordan4ibanez: its !title not !name 19:34 jordan4ibanez You waited all that time 19:34 jordan4ibanez Just to correct me 19:34 sfan5 no 19:34 sfan5 I'm online at this time anyway 19:35 sfan5 also MinetestBot ended up being drunk again so she couldn't tell you 19:35 * sfan5 pets MinetestBot 19:35 * MinetestBot purrs 19:35 jordan4ibanez This is how it feels sfan5 http://i.imgur.com/d0dZJxh.gif 19:36 restcoser didnt find any doc on get_perlin_map :\ 19:36 restcoser ill figure it out 19:37 sfan5 jordan4ibanez: here, have a look at the IRC stats: http://sfan5.duckdns.org/ircstats/minetest.html 19:41 sfan5 25 NekoGloop 3548 12971625511538 today "does tapping EvergreenTree provide green mana?" 19:41 sfan5 lol 19:41 NekoGloop you don't have to tap him 19:41 NekoGloop EVERgreen 19:42 NekoGloop infinite green 19:42 NekoGloop woot 19:42 EvergreenTree \^.^/ 19:43 * john_minetest puts a kitten on NekoGloop's head. 19:43 * sfan5 gives john_minetest a kitten 19:43 sfan5 >Another old yeller was sfan5, who shouted 11.8% of the time! 19:43 sfan5 wow 19:43 sfan5 11 percent is already 2nd most yelling 19:44 NekoGloop WELL YEAH?! 19:44 NekoGloop I CAN YELL TOO! 19:46 jordan4ibanez oh snap 19:47 * sfan5 high fives john_minetest 19:48 * NekoGloop slaps sfan5 19:48 * john_minetest brohooves sfan5 19:48 * sfan5 puts a kitten on NekoGloop's head 19:48 * sfan5 taps john_minetest 19:48 * EvergreenTree SHOUTS FOR NO APPARENT REASON 19:48 NekoGloop deals 1 damage to each player 19:49 * rubenwardy slaps NekoGloop 19:49 * NekoGloop slaps EvergreenTree 19:50 * EvergreenTree spins around a slaps everyone 19:50 * rubenwardy slaps EvergreenTree 19:50 * NekoGloop slaps rubenwardy 19:50 rubenwardy I can now right click a user name, and select "slap" on the drop down 19:50 * rubenwardy slaps NekoGloop 19:50 * rubenwardy defenestrates NekoGloop 19:50 * NekoGloop slaps sfan5 19:51 * rubenwardy slaps and defenestrates NekoGloop 19:51 * NekoGloop slaps john_minetest 19:51 * john_minetest slaps NekoGloop 19:51 * rubenwardy slaps jordan4ibanez 19:51 jordan4ibanez no please 19:51 * NekoGloop slaps jordan4ibanez 19:51 * john_minetest slaps rubenwardy 19:51 * rubenwardy slaps john_minetest 19:51 jordan4ibanez oh gosh no 19:52 * rubenwardy puts a kitten on john_minetest's head 19:52 rubenwardy No where ????!?!?!?!?!?!?!?!?!?!?!?!?! 19:52 * NekoGloop slaps ShadowNinja 19:52 rubenwardy Let's make a python bot that connects to an IRC channel, slaps everyone, and leave 19:52 rubenwardy s 19:53 rubenwardy ha ha ha] 19:53 * rubenwardy slaps ShadowBot 19:53 * NekoGloop slaps MinetestBot 19:53 ShadowNinja Really want to play with ShadowBot? She doesn't like being slapped. 19:54 * NekoGloop slaps ChanServ 19:54 rubenwardy It would be hilarious if !ban supported wildcards. !ban * 19:54 rubenwardy or kick 19:54 ShadowNinja rubenwardy: Ban does, kick doesn't. 19:54 rubenwardy oh dear 19:55 * sfan5 gives NekoGloop a kitten 19:55 ShadowNinja (But there's /cs clearchan) 19:55 * NekoGloop slaps sfan5 19:55 * sfan5 flips john_minetest 19:56 sfan5 john_minetest: can you please tell me how to deal with perl? 19:57 NekoGloop throw it in a trash can 19:59 rubenwardy !rainbow hi! 19:59 MinetestBot 4h4i4! 20:00 sfan5 !rainbow raaaaiiiiinnnnboooooowwwww 20:00 MinetestBot 4r4a4a7a7a7i8i8i8i3i3n3n12n12n12b6o6o6o13o13o13o4w4w4w7w7w 20:00 rubenwardy !rainbow sfan5 20:00 MinetestBot 4s4f4a7n7​5 20:00 rubenwardy !rainbow aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 20:00 MinetestBot 4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a13a4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a13a4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a13a4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a13a4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a13a4a4a4a7a7a7a8a8a8a3a3a3a12a12a12a6a6a6a13a13a 20:00 rubenwardy nicw 20:00 Krock !rainbow NYANNYANNYANNYANNYANNYAN 20:00 MinetestBot 4N4Y4A7N7N7Y8A8N8N3Y3A3N12N12Y12A6N6N6Y13A13N13N4Y4A4N 20:02 * rubenwardy slaps Krock 20:02 Krock OUCH! 20:02 rubenwardy bye all! 20:02 Krock :( 20:03 * sfan5 flips Krock 20:03 sfan5 I have a good idea: 20:03 * Krock feels like a ball in a pinball game 20:03 sfan5 1) Print this: http://i.imgur.com/VXvPK5f.png 20:04 sfan5 2) Put it everywhere! 20:04 sfan5 3) ??? 20:04 sfan5 4) Profit 20:04 Krock How to make profit with that? 20:04 sfan5 more ppl 20:04 Krock *posts on FB* 20:05 Krock windows ftw 20:11 Krock oh noez, I missed my 666th post 20:11 puhfa \,,/ 20:11 puhfa hi Krock 20:11 Krock hi puhfa 20:11 puhfa been on lanrdush recently (i havent)? 20:12 puhfa but if you visit it, could you move the airports door 1 m to the south 20:12 Krock I'm busy on my own server recently :3 20:12 puhfa ah, okay 20:12 Krock I'll do that somewhen...maybe...in next time...ehm...maybe..never 20:12 puhfa i havent been online for a couple of weeks now either, writing a flightsim 20:12 puhfa heh, okay 20:12 Krock flightsim? cool 20:13 Krock flying over cities or over landsape? 20:14 Krock whatever, good night europe and good mornin' america 20:21 restcoser sfan5: well, i got the indexing now at a state where it doesn't chrash: 1+(z-minp.z)*80*80+(y-minp.y)*80+(x-minp.x) 20:21 sfan5 well 20:21 sfan5 z is obviously beginning at 0 not minp.z 20:21 sfan5 I thought that was obvious 20:22 restcoser hum? 20:22 restcoser minp.z is the start of the 80x80x80 block 20:22 restcoser (in the z direction) 20:22 sfan5 yes, know 20:22 sfan5 +I 20:22 sfan5 but the array index does not start at minp.z 20:23 restcoser but at 1 20:23 sfan5 oh yes, I mean 1 20:23 restcoser well, the above algorithm works, but... 20:24 restcoser every 80th yz-slice of my map is now offset by 80 in the x direction.... 20:24 restcoser if that makes any sense 20:24 sfan5 hm 20:24 restcoser so theres still something... 20:24 sfan5 try looking at other mods that use that function 20:25 restcoser i did, but they do the indexing different 20:25 restcoser but im failing to wrap my mind around it 20:26 restcoser they start at one, and they then have three loops, the z, the y, then the x, in the x loop they increase after accessing the node the array index by one 20:28 restcoser woops, im an idiot 20:28 restcoser the above formula is actually 100% correct 20:29 restcoser it just makes sense to move it up in the x loop to the start 20:29 restcoser had it still at the end from the previous technique 20:29 restcoser alright, ty for being patient, now i know how it really works 20:50 sfan5 !c 50-18 20:50 MinetestBot 32 21:01 restcoser sfan5: Just seeing ^... really? 21:01 sfan5 yes 21:02 restcoser :D 21:02 restcoser also, dont you always have a calculator open while programming? ;9 21:02 restcoser *;) 21:03 sfan5 no 21:10 restcoser how that? 21:10 restcoser why "python".... 21:10 restcoser "lua" plox 21:13 PilzAdam and with Lua you can code 21:13 sfan5 !g xkcd python fly 21:13 MinetestBot sfan5: http://xkcd.com/353/ 21:32 Exio4 antigravity sfan5! 21:32 Exio4 anyway, why not have an ecuation solver and kmplot open? 21:33 sfan5 dunno 21:41 restcoser minetest cloud height? 21:42 iqualfragile restcoser: no idea, but it should be easy to find out 21:43 restcoser will do that, 2 min 21:47 restcoser alright, clouds start at y=112.something and end at y=127.something 21:48 Exio4 isn't it a setting? 21:48 Hiradur what do i have to upload to make http media streaming possible? game folder? 21:48 restcoser ive seen mentioned on the forum that it wasnt, might be old though 21:53 iqualfragile Hiradur: please try to reformulate your question, it threw some errors in my grammar parser 21:54 Hiradur iqualfragile: im setting up a server and want to upload media files to a dedicated webhoster for faster download speeds 21:54 iqualfragile ook, that sounds a lot better 21:55 Hiradur do i have to upload the game folder or the stuff from the media folder on client side? 21:55 iqualfragile neither 21:56 iqualfragile you need to put all textures and sounds and stuff into one folder 21:56 Hiradur no subdirs? 21:56 iqualfragile nope 21:56 Hiradur ok, is there a script for that? :D 21:57 iqualfragile linux? 21:57 iqualfragile (or generaly unix) 21:57 Hiradur or windows, both will work 21:59 PilzAdam restcoser, cloud_height is a setting in minetest.conf, default is 120 21:59 restcoser ook 21:59 restcoser thats the centre i assume? 22:00 iqualfragile Hiradur: take mine: http://bpaste.net/show/AsnQJS5hn5QTUUAE4DhZ/ 22:00 Hiradur thanks! 22:01 iqualfragile i think it should be possible to rewrite the find statements into a single one 22:01 iqualfragile but i like it that way because you can en/disable one by commenting in/out 22:01 iqualfragile & i am hardlinking the files because they are on the same filesystem for me 22:02 iqualfragile you might need to replace ln by cp or scp or something 22:03 Hiradur iqualfragile: my target is xx/game_folder/mods, right? 22:03 iqualfragile no 22:03 iqualfragile target is where you want the files put 22:04 Hiradur oh i see 22:06 Hiradur iqualfragile: but its xx/game_folder/mods for linkstuff, right? 22:06 iqualfragile yep 22:06 iqualfragile using absolute paths might be a good idea 22:07 Hiradur sure 22:13 Hiradur looks like it worked, thanks 22:43 PilzAdam restcoser, seems so 22:44 restcoser PilzAdam: what a lighting-fast response! :D 23:00 PilzAdam quote of the day: "i don't yet it" 23:05 kaeza greetings 23:29 Exio4 kaeza!!!!!11!!! 23:29 Exio4 what's up? :P 23:31 paramat hi hmmmm overgeneration in mgv7 is interesting, that could solve some lighting and chunk border issues 23:32 Exio4 overgenerating? 23:32 paramat i did some simple overgeneration in paragen to fix the discontinuities at y = 47, still working on how to do this with LVM/perlinmaps 23:33 paramat yeah generating to 16 nodes outside each chunk 23:34 paramat it was a recent mapgen discussion on -dev 23:34 Exio4 oh 23:35 Megaf Hi everyone