Minetest logo

IRC log for #minetest, 2015-06-02

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:12 Hijiri joined #minetest
00:15 MinetestBot [git] paramat -> minetest/minetest_game: Default: New obsidian brick texture. Add river water textures 40e2b94 http://git.io/vkDFt (2015-06-02T01:13:34+01:00)
00:51 Viper168 joined #minetest
00:58 zat joined #minetest
00:58 roboman2444 joined #minetest
01:01 Wayward_Tab joined #minetest
01:02 cheapie joined #minetest
01:17 zat joined #minetest
01:19 DMackey joined #minetest
01:23 zat joined #minetest
01:33 frecel joined #minetest
01:45 Fritigern joined #minetest
02:04 Fritigern joined #minetest
02:10 mccomase joined #minetest
02:14 jordan4ibanez I think I just discovered something golden
02:15 Akagi201 joined #minetest
02:35 jordan4ibanez Wow
02:35 jordan4ibanez Video incoming
02:47 Hijiri joined #minetest
02:54 RealBadAngel joined #minetest
02:54 Hijiri joined #minetest
02:57 alt91712 joined #minetest
02:59 Ritchie joined #minetest
03:12 jordan4ibanez This is the experiment I'm doing; water physics https://youtu.be/sZVrVdHMO2s
03:16 bobomb lua question: if I do "meta = minetest.get_meta(pos)
03:17 bobomb then pass meta to a function, and use meta's method's in the function, will it alter the metadata for the node it came from?
03:18 VanessaE it should
03:19 VanessaE meta is mostly position-dependent, not so much source
03:19 VanessaE so as long as you pass the meta around properly, and you set_meta() to the same position as before, it should be fine
03:21 bobomb what if i want the opposite behavior. I want to serialize the meta properties, then unserialize them and apply them to a new position
03:22 VanessaE that's a good question.  I've never tried serializing metadata right-out.
03:25 bobomb oh wait, what's this, you ever use the meta:to_table, meta:from_table -- you know what those do?
03:26 VanessaE nope, but I'll guess they're exactly what you want
03:26 VanessaE meta:to_table --> serialize that
03:43 hmmmm joined #minetest
03:58 kaeza_ In fact, the nodemeta object is a Lua userdata object (more or less a void pointer)
03:59 kaeza_ Aaaaanyway...
04:00 Creeper joined #minetest
04:12 bobomb so if i do type(minetest.get_meta(pos)) what would it be? NodeMetaRef ?
04:16 Out`Of`Control joined #minetest
04:30 technomancy does type distinguish between different userdata types?
04:35 ]DMackey[ joined #minetest
04:46 est31 joined #minetest
04:51 GeHa joined #minetest
04:53 Hijiri joined #minetest
04:56 MinetestBot [git] est31 -> minetest/minetest: Nicer time setting logging b8a8be9 http://git.io/vkyME (2015-06-02T06:49:05+02:00)
04:56 jin_xi joined #minetest
05:01 alket joined #minetest
05:02 barrydk joined #minetest
05:11 jordan4ibanez Woooooooooooo
05:11 jordan4ibanez Finally made an entity in water flow correctly
05:11 est31 nice :)
05:12 jordan4ibanez Now I can make it so items flow through water
05:12 jordan4ibanez And thanks!
05:32 Freejack joined #minetest
05:38 RealBadAngel joined #minetest
05:39 chchjesus joined #minetest
05:45 Telesight joined #minetest
05:50 mazal joined #minetest
06:26 LazyJ joined #minetest
06:32 kaeza_ bobomb, prolly "userdata", nut not sure
06:32 kaeza_ but*
06:33 kaeza_ ohai j4i
06:38 jordan4ibanez Hello kaeza_
06:38 jordan4ibanez Also goodnight :P
06:45 CWz joined #minetest
06:53 Viper168_ joined #minetest
07:08 Darcidride joined #minetest
07:10 kahrl uggghhh, 13 spam topics in general discussion
07:10 kahrl s/13/9
07:11 kahrl we desperately need some better captcha
07:11 VanessaE we have no captcha at all have we?
07:12 Darcidride +1, a captcha with letters/number/calculs isn't the solution, bot read it better than humans
07:12 kahrl there seems to be one
07:12 VanessaE hm
07:13 VanessaE someone (maybe Calinou?) suggested adding a blacklist of words, I figure that plus 1-2 weeks required before anything resembling a URL can be posted, would do.
07:13 VanessaE (said blacklist wouldn't apply after that 1-2 weeks)
07:14 kahrl could be worth a try
07:14 VanessaE and switch to recaptcha
07:14 VanessaE inb4 google hate
07:15 kahrl google already has way too much data about everyone, no need to feed it even more
07:15 _Raiz joined #minetest
07:15 CWz stopforumspam could work
07:15 VanessaE well considering there's zero personal info in a capthca, I don't see a problem there
07:15 Darcidride a blacklist words isn't a good solution(can open other problems...)  in my point of view, a "special" captcha is a better solution
07:15 CWz or that oddly named Akismt
07:15 CWz or something like that
07:16 VanessaE https://akismet.com/
07:16 kahrl VanessaE: the info that someone is interested in block sandbox games is worth gold to advertisers
07:16 VanessaE hm
07:16 VanessaE perhaps
07:16 VanessaE no way to anonymize the feed?
07:16 CWz not gold, diamonds
07:16 VanessaE CWz: MESE. :P
07:16 kahrl :)
07:17 Darcidride oh, i know Akismet, it can be a good beginning
07:17 VanessaE looks to be rather limited though for the free side of things.
07:18 VanessaE (though for minetest forums, looks to be enough)
07:18 Haudegen joined #minetest
07:19 Calinou joined #minetest
07:19 CWz there is also this: http://www.stopforumspam.com/
07:20 CWz used it in the past it is pretty good. if setup correctly
07:22 * VanessaE kills some spam...
07:23 Calinou we should not rely on external services
07:23 Calinou let's just add a honeypot to registration form
07:24 zak1975 joined #minetest
07:24 _Raiz Is there any texture packs that look similar to MC?
07:24 VanessaE how would that work?
07:24 Darcidride a honeypot is a solution, but just add a homemade captcha is a good beginning, without letters/numbers/calculs
07:24 _Raiz The default is terrible.
07:24 aheinecke joined #minetest
07:24 VanessaE _Raiz: there are, but "too similar" and you run into copyright problems
07:24 _Raiz Oh.
07:25 _Raiz A free one?
07:25 CWz we need more moderator.
07:25 _Raiz Yo Calinou!
07:25 Darcidride _Raiz, try the "Spamyak's Faithful Remix texture" pack
07:27 _Raiz Darcidride, Is that's copyrighted?, and what license they use?
07:27 VanessaE https://forum.minetest.net/viewtopic.php?f=4&t=10111
07:27 _Raiz Wait, that's for minecraft O.o
07:28 Darcidride from the forum : License: WTFPL for any textures created by me, any other textures subject to Vattic's licensing restrictions
07:28 VanessaE no, it's for minetest too
07:28 Darcidride read here : https://forum.minetest.net/viewtopic.php?f=4&t=10111&hilit=Faithful+Remix+texture
07:28 VanessaE Darcidride: ninja'd :)
07:29 CWz NinjaTron
07:29 CWz soon the spambots will flock over in numbers and will make up 90% of the posts on the forum
07:30 Darcidride @_Raiz It's not finished, but you can also use the Mineclone texture pack by devadevils, here https://forum.minetest.net/viewtopic.php?f=50&t=11467&hilit=mineclone (licence LGPL v2.1)
07:32 _Raiz And BTW why minetest requires more lighting/torches?
07:32 CWz SO much skincare ads
07:32 VanessaE CWz: already killed
07:32 VanessaE _Raiz: just because the light doesn't propagate as far
07:32 VanessaE but that will be fixed some day
07:34 est31 haha
07:34 est31 it will break almost all buildings
07:34 VanessaE how so?
07:35 est31 ok its just lights
07:35 est31 still, many users will be against I guess
07:37 VanessaE still needs done
07:38 est31 yea
07:38 hmmmm does minetest need more lights than minecraft?
07:38 hmmmm can somebody show a comparison screenshot of our torch vs their torch?
07:38 _Raiz Yeah.
07:38 _Raiz hmmmm, Just play the game and you'll know what i mean.
07:39 VanessaE _Raiz: hmmmm doesn't play :P
07:39 VanessaE that said, _Raiz is not the first to say this
07:42 hmmmm :|
07:42 hmmmm a new lighting system is something i desperately want
07:42 hmmmm but it's so experimental and we have more urgent matters too
07:42 hmmmm i have a rough idea of how it should be done
07:42 CWz i can do torch vs minecraft torch
07:43 VanessaE CWz: please do?
07:43 VanessaE (I'd like to see as well)
07:43 hmmmm maybe i should start working on experimental things one day per week
07:47 hmmmm alright so how about this
07:47 hmmmm actually nevermind, i forgot, this is the open source world where you can't force people to do certain things at certain times
07:48 hmmmm if it were up to me, mondays we'd work on getting pull requests merged, and then fridays we'd work only on experimental features
07:48 hmmmm minetest is supposed to be fun, not a job, doh
07:48 _Raiz "Spamyak's Faithful Remix texture" should be the default mintest texture pack.
07:49 est31 minetest is more than a cheap copy of minecraft
07:50 hmmmm we have a lot of super part time developers who have a sudden burst of productivity and then fall off the face of the earth
07:50 hmmmm i wonder where minetest would be if everybody worked on it full time, 5 days a week
07:51 VanessaE as I told RBA earlier today, we need 50 more of him :)
07:53 paramat joined #minetest
07:54 hmmmm i'm gonna put the biome thing on hold for a while and work on client side modding
07:54 paramat our torches are light level 13, perhaps they should be max 14
07:54 VanessaE paramat: no, they're bright enough
07:54 hmmmm and hopefully get the framework there
07:54 paramat the new meselamps are 14
07:54 VanessaE they just don't extend far enough
07:54 hmmmm then other people can fill in the gaps
07:55 VanessaE hell the oil lamp in my closet probably has a longer range :P
07:55 paramat yeah torches are okay being slightly dimmer than max
07:55 _Raiz In what programming language minetest written?
07:56 VanessaE _Raiz: C++ for the engine
07:56 VanessaE Lua for the content
07:57 kaeza joined #minetest
07:59 CWz http://s23.postimg.org/e1daqff97/screenshot_20150602_104537.png minetest
07:59 CWz http://s17.postimg.org/jah3qahjj/2015_06_02_10_55_36.png minecraft
07:59 _Raiz Lulz, and it runs faster than minecraft (which is Java)
08:00 Yepoleb_ joined #minetest
08:00 VanessaE CWz: interesting.  that implies exactly the opposite of _Raiz's contention
08:00 VanessaE so maybe it's that light extends far enough but doesn't multiply ?
08:01 _Raiz VanessaE, @ the caves it's soo dark in minetest.
08:01 _Raiz But in minecraft i can mine without torches sometimes...
08:02 paramat ah perhaps our dark is darker, i like that
08:03 rubenwardy joined #minetest
08:03 thetafkguy joined #minetest
08:04 thetafkguy hey im in the lord of the test server and need interact
08:04 thetafkguy the lotr server...am i in the right channel?
08:05 _Raiz Keep your heads up, i'll host a MT server!
08:05 _Raiz Soon!
08:05 Freejack joined #minetest
08:05 thetafkguy which soon?
08:06 paramat left #minetest
08:06 Calinou _Raiz, change your display gamma
08:06 Calinou display_gamma = 1.0
08:06 Calinou in minetest.conf
08:06 thetafkguy soon as in this...decade?
08:06 est31 wow minecraft really demands 10 € per month for their hosted servers
08:06 _Raiz Ok.
08:06 Calinou thetafkguy, you don't ask here, you ask on the forum topic
08:06 thetafkguy sorry i was just waiting
08:07 thetafkguy for interact on lotr server because theres a lotr admin on here....
08:07 _Raiz est31, No, i will host it on a free VPS provided by a friend...
08:07 est31 _Raiz, no it was a comment about minecraft, not mine*test*
08:07 _Raiz Oh.
08:10 _Raiz Calinou, What next?
08:10 _Raiz gamma is set to 1.0
08:10 thetafkguy is oldcoder, lott, catninja or chanserv going to respond? ;-;
08:11 Calinou if you want to make everything brighter and you use shaders, you can edit shader code
08:11 _Raiz Maybe gamma 1.5 is better :P
08:11 rubenwardy Why would ChanServ respond? It's a bot
08:11 Calinou _Raiz, lower is brighter
08:11 Calinou higher is darker
08:11 _Raiz Oh.
08:11 rubenwardy thetafkguy, you should ask on the server's thread
08:11 thetafkguy idk it shows it in the /irc_names command
08:12 thetafkguy it says to ask here
08:12 rubenwardy Are you sure it's freenode?
08:17 OldCoder hi
08:17 OldCoder thetafkguy, what is up?
08:17 OldCoder The server thread is Inchra, not here
08:18 OldCoder Inchra #minetest-lott
08:20 thetafkguy oh well it does say in the /welcome  help section to talk to you in te irc implicitly at elast
08:20 thetafkguy regardless, i do need interact
08:20 thetafkguy on the lotr server
08:22 rubenwardy Inchra is another IRC server
08:23 thetafkguy ...
08:25 VanessaE ThatGraemeGuy: try this link:  webchat.digitalaudioconcepts.com/#minetest-lott
08:28 CWz #wronguser
08:28 VanessaE fek
08:28 VanessaE thetafkguy: ^^^^^
08:29 thetafkguy i got it ty
08:29 thetafkguy not interact but i got to the irc
08:32 CWz i made mod with build privs. but it kaput
08:33 TeTpaAka joined #minetest
08:37 CWz joined #minetest
08:38 * ThatGraemeGuy blinks
08:39 CWz_ joined #minetest
08:49 Amaz joined #minetest
09:08 JamesTait joined #minetest
09:08 JamesTait Good morning all; happy Leave the Office Earlier Day! 😃
09:09 PjotrOrial joined #minetest
09:09 PjotrOrial joined #minetest
09:32 Megaf_ joined #minetest
09:41 rubenwardy joined #minetest
09:53 ecutruin joined #minetest
09:59 Calinou leave the LibreOffice earlier day*
10:05 Megaf_ JamesTait: Im not going to the office today, sick a heck
10:05 JamesTait Megaf_, in that case, happy Rocky Road Day! 😉
10:18 barrydk joined #minetest
10:18 Trustable joined #minetest
10:19 Tekken happy overtime day
10:19 Tekken amirite?
10:20 ClaudeRoy joined #minetest
10:22 mazal joined #minetest
10:39 Haudegen joined #minetest
11:26 twoelk joined #minetest
11:29 DMackey joined #minetest
11:35 someguy_irc joined #minetest
11:46 Amaz joined #minetest
11:57 Ivcho joined #minetest
11:59 est31 stupid linux drivers why do you leak memory at exit? /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
11:59 Xanthin joined #minetest
11:59 LNJ joined #minetest
12:00 LNJ Hi
12:03 Ivcho hello ! I have Manjaro Linux . When I run Minetest all keys from the keyboard are messed up . Can't walk with W , A , S , D nor anything. Neither in any other game . Tried rebinding Forward to W but still does not work
12:05 MinetestBot [git] est31 -> minetest/minetest: Fix uninitialized variable error ba3ff5e http://git.io/vk90e (2015-06-02T13:55:02+02:00)
12:08 jojoa1997 joined #minetest
12:14 Jousway joined #minetest
12:27 Haudegen joined #minetest
12:35 Thron joined #minetest
12:43 meldrian joined #minetest
13:03 numZero joined #minetest
13:03 SopaXT joined #minetest
13:04 The_Loko joined #minetest
13:05 Viper168 joined #minetest
13:06 Akagi201 joined #minetest
13:07 Akagi201 joined #minetest
13:14 rjs232323 hi guys, I'm back online!
13:14 rjs232323 now, back to troubleshooting meta:get_string issue
13:22 numZero left #minetest
13:27 NekoGloop joined #minetest
13:31 Jack_ joined #minetest
13:32 Jack_ Hello everyone. I'm getting a "Access denied. Reason: Name contains unallowed characters." error message. Any help?
13:34 zetok isn't that error self-explanatory?
13:34 YvesLevier joined #minetest
13:34 Jack_ Not much. I don't have a "Name" in the game
13:35 jojoa1997 joined #minetest
13:36 Jack_ Is it that I must create an account?
13:37 hoodedice joined #minetest
13:41 Wayward_Tab joined #minetest
14:00 Akagi201 joined #minetest
14:00 ]DMackey[ joined #minetest
14:25 Tux[Qyou] joined #minetest
14:31 SF6 joined #minetest
14:39 RealBadAngel joined #minetest
14:39 Ataron joined #minetest
14:41 Ataron joined #minetest
14:42 Builder123 joined #minetest
14:56 Xenoth joined #minetest
14:57 alket joined #minetest
15:15 ADFENO joined #minetest
15:22 Halamix2 joined #minetest
15:33 LedInfrared joined #minetest
15:51 Haudegen joined #minetest
16:16 NekoGloop joined #minetest
16:17 hmmmm joined #minetest
16:22 rubenwardy joined #minetest
16:24 TheWild joined #minetest
16:29 Zytum joined #minetest
16:33 fusion44 joined #minetest
16:34 rubenwardy joined #minetest
16:36 Yellowberry joined #minetest
16:36 Yellowberry Hey!
16:38 aheinecke joined #minetest
16:39 H-H-H joined #minetest
16:39 est31 joined #minetest
16:43 rubenwardy New description for homepage of minetest.net: https://gist.github.com/rubenwardy/4619a74d168f022697b3
16:43 rubenwardy (Reviews please)
16:44 Yellowberry Looks good, rubenwardy
16:44 rubenwardy The clumsiness of "All the content in the game comes from mods" worries me, I don't want to imply that the game is blank by default
16:45 H-H-H you have also explained that the gamwes are a set of mods
16:45 rubenwardy " basic foundation set of mods"
16:45 H-H-H games*
16:45 Yellowberry You could say something like "All of the content in the game is a mod, meaning that you can change it however you wish"
16:45 Yellowberry or something like that
16:46 H-H-H i think its a nice short and explanatory text :)
16:46 Yellowberry rubenwardy: but remember, the next paragraph explains it
16:46 Yellowberry so i don't think its anything to be worried about
16:47 rubenwardy People are lazy. They usually only read the second line
16:47 rubenwardy [citation needed]
16:47 rubenwardy meh
16:47 H-H-H hmm does minetest ship with minetest_game now last time i d/l it was seperate repos
16:47 rubenwardy People won't read large blocks of text, anyway
16:47 rubenwardy Minetest does in packages
16:48 rubenwardy ie: downloads from downloads/ and package stores
16:48 H-H-H ahh ok i always d/l source from github :)
17:02 Pest joined #minetest
17:02 someguy_irc joined #minetest
17:03 Robert_Zenz joined #minetest
17:06 zat joined #minetest
17:18 Krock joined #minetest
17:19 Krock meow
17:19 PjotrOrial joined #minetest
17:19 PjotrOrial joined #minetest
17:19 Yellowberry woof
17:20 * Krock hides
17:20 * sfan5 meows at Krock
17:21 * Krock taps sfan5
17:24 * Yellowberry slaps Krock around with an oversized trout
17:24 alket joined #minetest
17:24 * Krock catches the trout and eats it >-++++°>
17:25 Yellowberry You ate my fish!
17:25 Yellowberry How dare you!
17:26 Krock >:)
17:27 ADFENO left #minetest
17:29 Halamix2 Yellowberry: here, for you ><(((('>
17:29 Yellowberry Thanks Halamix2
17:29 Halamix2 Don't worry it's alive as you can see ¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>
17:29 Yellowberry :D
17:35 Haudegen joined #minetest
17:41 thatafkguy joined #minetest
17:42 ElectronLibre joined #minetest
17:47 kaeza_ joined #minetest
17:48 kaeza_ Afternoons
17:49 ClaudeRoy joined #minetest
17:53 Freejack joined #minetest
17:54 Robert_Zenz joined #minetest
17:59 H-H-H joined #minetest
18:14 Yellowberry Evenings
18:24 Amaz joined #minetest
18:27 Yellowberry IRC isn't active enough for me
18:28 Calinou 4chan is, then
18:28 rom1504 if you get more chan, irc is active enough
18:28 Calinou 8chan is even more active, indeed
18:28 rom1504 :D
18:30 Yellowberry 8chan is?
18:30 Yellowberry The last time I checked 8chan it was quite dull
18:30 nolsen How to generate a v3 world through commandline?
18:31 Yellowberry I should totally write a HNI viewer for Minetest
18:32 Calinou a SourceForge viewer
18:32 Calinou puts ads in your world
18:33 Yellowberry haha
18:34 Yellowberry left #minetest
18:35 err404 joined #minetest
18:38 Hijiri joined #minetest
18:42 nore joined #minetest
18:45 Shackra joined #minetest
18:45 jordan4ibanez joined #minetest
18:49 hoodedice =O
18:52 Krock LOL. sourceforge viewer...
18:56 LedInfrared 8chan is a bit slower then 4chan
19:03 LedInfrared I found that the posts on 8chan tend to be a bit better though
19:05 LedInfrared there still is usual shitposting though, can't avoid that. :P
19:06 LedInfrared I like how they have webms with sound
19:07 est31 (usually called "video")
19:08 LedInfrared 4chan doesn't have sound with webms
19:13 XRevan86 joined #minetest
19:14 XRevan86 left #minetest
19:16 Viper168 joined #minetest
19:22 jordan4ibanez Wow now these boat things float really nicely
19:28 bobomb arrg formspecs. there are few examples of full formspec implementations... all the docs just show individual elements
19:30 Amaz bobomb, I suggest looking at this: http://rubenwardy.com/minetest_modding_book/chapters/formspecs.html
19:30 Amaz It helped me out a lot!
19:31 RealBadAngel joined #minetest
19:37 melvin joined #minetest
19:38 melvin birdy creeper?
19:39 bobomb is the format for the formspec different between using show_formspec vs setting the meta string "formspec" it seems to be
19:42 bobomb here is the sample from rubenwardy: "field[1,1.5;3,1;name;Name;]"  here is the code from sign_wall:  "field[text;;${text}]")
19:43 bobomb and the wiki says it's a table: {"field", x=<X>, y=<Y>, w=<Width>, h=<Height>, name="<name>", label="<label>", default="<default>"}
19:43 Hijiri joined #minetest
19:44 bobomb maybe sign_wall is an old way of doing things? why store a formspec in the meta for a node anyway? can't a mod just store the formspec as a table in a variable and then call on_right_click for the node?
19:46 Amaz I don't really know about formspecs with nodes, sorry.
19:47 Amaz You could probably use on_rightclick with minetest.show_formspec though.
19:48 ElectronLibre It is used like this for locked chests.
19:48 ElectronLibre default:chest_locked first checks if a player can access a chest, and then shows the formspec if he can.
19:49 ElectronLibre And about storing formspecs as tables, it might complicated, because metadatas are tables, and their field "fields" cannot contain tables (there is no such method as meta:set_table()).
19:50 _Raiz joined #minetest
19:55 bobomb yeah i think that on_rightclick show_formspec is the way to go. is the submitted form in such a case still sent to the node's on_receive_fields function? or is it sent to player_receive_fields only?
19:55 ElectronLibre player_receive_fields I think.
19:55 melvin amaz
19:56 melvin get gabo too come here i have a question for him
19:56 bobomb can't have that. guess i'm stuck with the formspec meta field
19:57 bobomb storing a large formspec in every node of that type seems wasteful tho
19:58 melvin amaz?
19:59 kaeza_ ElectronLibre, tables can be stored  by serializing them
19:59 ElectronLibre Yes, but serialized tables are strings.
19:59 ElectronLibre The one time I tried using a hacky mod to store a table inside the fields' table, minetest just crashed.
20:00 kaeza_ But it's not "complicated" :-P
20:00 ElectronLibre No it isn't. And serialize is always the way I use.
20:00 ElectronLibre But it's still a string :°....
20:10 BIrdyMeows joined #minetest
20:12 BIrdyMeows .........
20:14 jordan4ibanez https://youtu.be/9B2U3kPDxfE Water elevator
20:16 jordan4ibanez I could have swore someone made a more boat-like model
20:16 BIrdyMeows Hello
20:17 jordan4ibanez Hey BIrdyMeows
20:18 melvin hey birdy
20:18 c-vii joined #minetest
20:19 c-vii hi
20:19 melvin birdy is here look in the list
20:19 BIrdyMeows Hello :3
20:19 melvin the stolen account
20:19 Jordach jordan4ibanez, probably me
20:19 Jordach in my never ending quest for quality
20:19 BIrdyMeows what?
20:20 jordan4ibanez Jordach: It looked kind of like a minecraft boat
20:20 melvin crap he she left
20:20 BIrdyMeows melvin can you explain to me what it is you are talking about.
20:20 melvin lowercase b birdy
20:21 BIrdyMeows where were they at?
20:21 melvin BIrdymeows? BI?
20:22 melvin prove ur real birdy
20:22 BIrdyMeows why should i?
20:23 melvin me suspicious
20:23 BIrdyMeows well then ..
20:23 melvin cause of capital b and i
20:23 BIrdyMeows ugh just let it go
20:24 melvin ?
20:24 BIrdyMeows left #minetest
20:24 BirdyMeows joined #minetest
20:25 Calinou names are not case sensitive on IRC
20:25 BirdyMeows O.o
20:25 melvin O.o
20:25 ElectronLibre Since the first RFC(1459?) I think.
20:25 ElectronLibre And even before.
20:26 melvin o.O
20:26 ElectronLibre So yes, O.o = o.O = O.O = o.o
20:26 Calinou . is not allowed in IRC names :P
20:26 BirdyMeows sorry to draw suspicion
20:26 ElectronLibre Yes, but that's just a way to explain :°
20:26 melvin =-O :-P ;-) :-( :-) :-! :-$ B-) :O :-* :-D :'( :-\ O:-) :-[
20:27 melvin my faces
20:27 BirdyMeows like 4 months ago alot of people though i was a troll XD
20:27 melvin 0-_-0
20:27 BirdyMeows so weird right?
20:27 melvin monkey face
20:27 ElectronLibre Yes, but you said you didn't know what was a PC. That was the key-element.
20:28 ElectronLibre For example.
20:28 BirdyMeows oh you remember aye
20:28 melvin heres me
20:28 jordan4ibanez Well Jordach, could you make me a boat that looks like a Minecraft one, if you don't already have one?
20:28 melvin 0(-_-)0***
20:29 ElectronLibre Oh yes I remember, I laughed so hard - no offense. I laughed to people completly shocked.
20:29 melvin i have minecraft console and pc!!!!
20:29 sfan5 ElectronLibre> Since the first RFC(1459?) I think.
20:29 melvin and console
20:29 sfan5 i didn't know irc existed back in 1459
20:29 sfan5 :D
20:29 BirdyMeows well from then i actually have a pc and play minetest
20:29 ElectronLibre No, RFC#1459 ^^'..
20:29 melvin use minetest for multiplayer
20:29 ElectronLibre Wait I printed it out, let me check the number.
20:30 sfan5 hm
20:30 ElectronLibre Yes, 1459, May 1993.
20:30 sfan5 jordan4ibanez: that's a bouncy boat you got there
20:30 melvin creepers make good housemaids when you punch them beside a lava diamond block pool
20:30 jordan4ibanez sfan5: The seas are quite rough
20:31 sfan5 but that's just a small pond of water
20:32 jordan4ibanez Shhh shhh shhhhh
20:32 jordan4ibanez Lol it's made to act like MC beta boats, crazy boats to be exact
20:32 melvin la la la lalalala la la la la la lalala
20:33 c-vii left #minetest
20:33 melvin enderdragons make pets
20:34 melvin zombies are friendly
20:34 melvin illagers
20:34 melvin v
20:34 BirdyMeows so i have decided that i want to disappear from inchra.net :D
20:34 melvin have brick noses
20:34 jordan4ibanez Also I don't understand why flowing water doesn't use 0-7 for param2 and the source 8 param2
20:34 melvin why?
20:35 BirdyMeows melvin: i think i have annoyed them all too much.
20:35 ElectronLibre You're not annoying.
20:35 melvin do/ join #minetest-melvin
20:35 ElectronLibre Well, not enough to annoy them too much.
20:35 BirdyMeows you dont know me enough to say yet
20:35 BirdyMeows so XD
20:35 ElectronLibre You're not annoying on #minetestforfun.. But, I can't say for other cannels on Inchra.
20:36 BirdyMeows Right yeah you're i try to be more behaved.
20:37 BirdyMeows Otherwise everyone would be annoyed.
20:37 Yellowberry joined #minetest
20:37 Yellowberry GG, no re
20:37 Yellowberry http://i.imgur.com/W2RZ8kl.png
20:38 BirdyMeows hey whats up hello XD
20:38 melvin birdy do /join #minetest-melvin
20:40 melvin sry yellowberry rejoin
20:41 BirdyMeows its boring there
20:41 BirdyMeows sorry :p
20:41 ElectronLibre I don't know who owns loggingbot_, but it should log parts too, not only lefts.
20:41 BirdyMeows oh?
20:42 BirdyMeows thats funny
20:42 melvin lol i kicked myself
20:42 melvin yellow
20:42 melvin and made birdy op
20:42 BirdyMeows thats the funniest thing ever
20:42 BirdyMeows ....not!
20:43 melvin made birdy op
20:43 BirdyMeows yeah i totally wanted that
20:44 * BirdyMeows is irritated because school is boring af
20:44 melvin im homeschooled
20:44 BirdyMeows like most people... that explains a lot
20:45 ElectronLibre This must be like heaven. Not having to be with other pupils, being able to progress as fast as you want.
20:45 melvin yes
20:46 ElectronLibre It really is the way I want to study.. Because I can agree on something with BirdyMeows : school is boring (even there in France).
20:46 BirdyMeows i like school for the people ... like being able to conversate but i dont like the rules or the teachers or the food
20:46 melvin i can do my math last !!!!! and do alot on monday and skip Tuesday!!!!
20:46 Creeper joined #minetest
20:47 * BirdyMeows wonders what people must be thinking
20:47 ElectronLibre I don't care about people. People are the worst part of school to me. Since I'm young I had to endure others and how slow they were.
20:47 melvin school food sucks even worse in france french eat snails
20:47 Creeper snails..
20:47 melvin really cooked
20:47 ElectronLibre Ok I will say the truth now : I've been eating at school for about 10 years,
20:47 ElectronLibre I agree, it's diguisting.
20:47 BirdyMeows how old are ya?
20:47 BirdyMeows how old do i sound ?
20:47 ElectronLibre *disgusting
20:48 melvin i can op anyone on minetest-melvin!!!!!!
20:48 ElectronLibre But I never ate snails!
20:48 melvin and kick!!!!!!
20:48 melvin and ban!!!!!!!
20:48 BirdyMeows good for you
20:48 ElectronLibre melvin, how does it feel to be like a god then?
20:48 BirdyMeows i dont like having power over people
20:49 melvin birdy sounds 10-13
20:49 BirdyMeows eh
20:49 BirdyMeows terrific
20:49 ElectronLibre BirdyMeows, tell me, how old do I sound like?
20:49 BirdyMeows :3
20:49 melvin 2-5-1
20:49 BirdyMeows um you sound older tbh so 20ish
20:49 Amaz ElectronLibre, you sound like you're in your early 20s to me.
20:50 melvin making a channel is easy
20:50 Amaz *your
20:50 BirdyMeows yes melvin. we know
20:50 melvin just do /join #minetest-(your name)
20:50 BirdyMeows ugh
20:50 ElectronLibre I'm used to the fact people think I'm older than I really am, and it's something very common apparently.
20:50 Creeper people are sometimes creative, like i have #creeptest
20:50 BirdyMeows we dont care ( i dont care)
20:51 ElectronLibre Amaz and BirdyMeows, you're far from it.
20:51 BirdyMeows youre younhger?
20:51 ElectronLibre Creeper: A channel name is a channel name don't be ashamed of your.
20:51 Amaz 16?
20:51 BirdyMeows i am use to the fact that people assume i am younger ..
20:52 ElectronLibre Amaz: No.
20:52 BirdyMeows creeper: i wasnt saying idc about the channel name .... i was talking to melvin XD
20:53 melvin then do /join #creeptest
20:53 * BirdyMeows stays calm .
20:53 * BirdyMeows calmly breaths and walks away
20:53 ElectronLibre #minetest-(nickname) is a very creative way to pollute Freenode's channel list while having your own personal channel I think. ^^
20:53 melvin electron is ummmm 12?
20:53 Hijiri joined #minetest
20:54 ElectronLibre melvin: No, now you're too young.
20:54 BirdyMeows so 14? 15?
20:54 BirdyMeows 13?
20:54 ElectronLibre You said it :°
20:54 BirdyMeows which one ?
20:54 ElectronLibre Have fun guessing.
20:54 BirdyMeows dont pretend either XD
20:55 melvin 15
20:55 melvin ?
20:55 ElectronLibre Nope.
20:55 BirdyMeows 14?
20:55 Amaz I doubt 13, because you would have started eating school meals at age 3...
20:55 Creeper 14?
20:55 Amaz Which seems young.
20:55 ElectronLibre It's the first possible year at school for french kids.
20:55 ElectronLibre Some even start at 2.
20:55 ElectronLibre Creeper gets the cookie.
20:56 BirdyMeows thats terrific ^^
20:56 Creeper yay! *nom
20:56 * ElectronLibre gives Creeper a cookie.
20:56 BirdyMeows what the ?
20:56 BirdyMeows i said it first tbh
20:56 * melvin shoots creeper between the eyes and eats his cookie
20:57 * Creeper shoots melvin back. done. nothing else.
20:57 * BirdyMeows looks for the crumbs XD
20:57 * Creeper vaccums all crumbs
20:57 * melvin haunts  creeper for the rest of his life
20:57 ElectronLibre I will let you fight over the fact that you all want cookies and go. Bye.
20:57 * Creeper is a cat.
20:58 * Creeper /ignore melvin
20:58 * BirdyMeows looks like she ate too many cookies tbh
20:58 ElectronLibre left #minetest
20:58 * melvin is a zombie
20:58 Creeper :D melvin is ignored
20:58 BirdyMeows ...
20:59 BirdyMeows at least its not meh ^^
21:00 melvin i ignored creeper
21:01 Creeper its quiet
21:01 BirdyMeows whooo whooo !!!!! yay for you melvin.
21:01 * Amaz wonders if Jordach will exercise his kick privilege at any point in the near future....
21:01 Creeper alright melvin, im paying attention.....
21:01 * Creeper /unignore melvin
21:02 melvin i joined creeptest
21:02 * BirdyMeows ignores amaz , melvin and creeper
21:02 BirdyMeows ^^
21:03 melvin was kicked by Jordach: melvin
21:03 Jordach click clack
21:03 * Jordach spins the revolver again
21:03 Amaz Oooo I was wrong!
21:03 Amaz Ban and kick :)
21:03 BirdyMeows umm
21:04 * BirdyMeows remembers when she was unvoiced  .... worst thing ever
21:04 numZero joined #minetest
21:05 numZero left #minetest
21:05 BirdyMeows o.O O.o :/ :o
21:05 * Creeper kickbanned melvin
21:06 Jordach lmao
21:06 BirdyMeows funniest thing everah
21:06 Creeper i always wonder what that means
21:07 BirdyMeows laughing my ass off
21:08 * BirdyMeows shrugs
21:08 jordan4ibanez Now why doesn't this work?
21:08 jordan4ibanez http://pastie.org/10219992
21:09 jordan4ibanez I'm passing pos to minetest.after, unless I'm not and I'm just being st00pid
21:09 BirdyMeows explain to me what all means please
21:09 BirdyMeows ^that
21:10 BirdyMeows gtg
21:18 marktraceur Explain it to me BUT ONLY IF YOU CAN DO IT IN ONE MINUTE.
21:18 marktraceur jordan4ibanez: You're overriding pos in the callback for minetest.after, just take out the param, it should be fine
21:19 marktraceur You also probably don't need pos = pos
21:19 marktraceur Given that it does literally nothing.
21:19 BirdyMeows joined #minetest
21:19 BirdyMeows joined #minetest
21:20 jordan4ibanez marktraceur: Thank you so much
21:20 jordan4ibanez TIME FOR GHETTO FLOWING WATER
21:21 * marktraceur cranks up the bass
21:21 * BirdyMeows wonders how ghetto she sounds .
21:24 Megaf oh dear, VanessaE is not here
21:24 BirdyMeows ^^ you miss her?
21:25 BirdyMeows i dont think she likes me very much. like a lot of other people that dont like me either.
21:28 Megaf !tell VanessaE Hi Vanessa, please, could you change https://github.com/VanessaE/homedecor_modpack/blob/e00742a93af259d4163edd1cb23f4c0cef882f8a/homedecor/exterior.lua#L229 back to true? Players on my server do enjoy standing on swings as if they were swinging.
21:28 MinetestBot Megaf: I'll pass that on when VanessaE is around
21:28 Megaf Thanks MinetestBot
22:05 VargaD_ joined #minetest
22:09 BirdyMeows hmmm?
22:10 twoelk joined #minetest
22:15 kaeza joined #minetest
22:17 Hijiri joined #minetest
22:33 AnotherBrick what's up with that enormously fast running when 'e' is pressed? when did it appear and why? is it bug or feature?
22:34 kaeza um... it's been that way since well, forever
22:35 kaeza at least since I started playing back in 0.4.3 :P
22:35 kaeza good times
22:36 jordan4ibanez Hi Megaf and kaeza
22:36 kaeza and you should know, there are no bugs in Minetest; just lots and lots of features
22:36 kaeza hey jordan4ibanez
22:36 kaeza how's it going?
22:37 AnotherBrick daaang i just realized how stupid this question was %)
22:38 zat joined #minetest
22:41 kaeza but really, a "sprinting"/whatever feature would be welcome
22:42 kaeza that is, running at fast but "sane" speed :P
23:05 zat joined #minetest
23:30 rubyrandom joined #minetest
23:30 rubyrandom left #minetest
23:51 twoelk|2 joined #minetest

| Channels | #minetest index | Today | | Google Search | Plaintext