Minetest logo

IRC log for #minetest, 2012-09-15

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

All times shown according to UTC.

Time Nick Message
00:03 OldCoder frogcrush, wb
00:03 khonkhortisan I found a 7x3x7 chunk of dirt one node off the cave floor, connected to the wall
00:08 T_A_N_K okay so i get the players position
00:08 T_A_N_K minetest.env:get_player_by_name(player):getpos(test)
00:08 T_A_N_K now i want to set the position
00:08 T_A_N_K so i tried
00:08 T_A_N_K puncher:setpos(test)
00:08 T_A_N_K then
00:08 T_A_N_K player:setpos(test)
00:09 khonkhortisan getpos doesn't take arguments
00:09 T_A_N_K then
00:09 T_A_N_K puncher:get_player_name():setpos(test)
00:09 T_A_N_K OH
00:09 khonkhortisan test = minetest.env:get_player_by_name(player):getpos()
00:09 khonkhortisan or even better,
00:09 T_A_N_K wow, that would have helped in the api again lol
00:09 khonkhortisan test = puncher:getpos()
00:09 khonkhortisan line 1084
00:10 khonkhortisan getpos() -> {x=num, y=num, z=num} there's nothing in the paretheses
00:10 khonkhortisan setpos(pos); pos={x=num, y=num, z=num} there is something now
00:11 T_A_N_K this pos to string thing isn't very straightforward
00:11 T_A_N_K test = minetest.pos_to_string(test)
00:12 khonkhortisan that looks right
00:12 T_A_N_K i can't do anything with that data anywhere, not print, not send to players
00:12 khonkhortisan try print(dump(test)) before doing pos_to_string
00:13 T_A_N_K yay it works! {y = 10.5, x = -18.135999679565, z = 5.7690000534058}
00:14 khonkhortisan so print(minetest.pos_to_string(test)) should also work
00:15 khonkhortisan it should print "(10.5,-18.135999679565,5.7690000534058)"
00:15 T_A_N_K it does
00:16 T_A_N_K well that seems rather simple
00:17 T_A_N_K so to get data out of it i would do print(dump(test[0]])) which would just print 10.5 right?
00:18 NekoGloop Too many ]s
00:19 T_A_N_K oh whoops
00:19 T_A_N_K so that - ] would work?
00:19 NekoGloop And use the coord you want to show, not a number
00:19 T_A_N_K it gives nil
00:20 T_A_N_K OH okay
00:20 NekoGloop Shouldnt :o
00:21 khonkhortisan test.x
00:21 T_A_N_K oh okay
00:21 T_A_N_K it works!
00:22 T_A_N_K also: minetest has a very large cpu/memory leak
00:22 khonkhortisan yes, we very well know that.
00:22 T_A_N_K i actually got it to suck up 5 gigs once
00:22 T_A_N_K then it crashed lol
00:23 khonkhortisan Vanessae's large texture pack makes it so it can only be run once before texture corruption. Running a singleplayer game, leaving back to the menu, and starting it again leaks memory.
00:23 VanessaE yup, I know about that.
00:23 VanessaE minetest's memory handling needs work.
00:23 khonkhortisan I don't, just what you said about it
00:23 khonkhortisan I have plenty of swap for minetest, it doesn't need to corrupt its textures
00:23 T_A_N_K lmao, shouldn't it do a dump of memory everytime you logoff of a server
00:23 khonkhortisan yes it should
00:24 khonkhortisan or if it hangs onto it it should reuse it
00:24 T_A_N_K well wouldn't that be one line of code?
00:25 VanessaE it should also stop wasting memory/disk caching *textures* and instead cache the *extrusions* so that the startup time isn't so insane with big textures.
00:25 khonkhortisan github is slower than irc. I open a pull request or issue, and I can't tell if they're on or not.
00:25 khonkhortisan extrusions?
00:26 khonkhortisan Oh, what it actually uses instead of the source textures
00:26 T_A_N_K hmm, i'm attempting to write a mod that will make minetest a lot funner, also put in an economy and such
00:26 khonkhortisan we have at least one economy-type mod, if you don't look at it you'll either do it better or the same way.
00:27 VanessaE khonkhortisan: well specifically, what it uses for the wield objects, which apparently is the majority of the startup time
00:27 VanessaE plus something causes it to get hung up when processing jungle grass and dry shrubs
00:27 VanessaE that hangup is half of the startup time right there
00:27 T_A_N_K hmm, can i have a link?
00:27 T_A_N_K i don't know what it's called
00:27 NekoGloop Windows builds see it cycling through every inventorycube rendering.
00:28 NoLandMine joined #minetest
00:28 * VanessaE hands tank a length of chain.  Is this enough links?
00:28 NoLandMine hi
00:28 NoLandMine this is not landmine
00:28 khonkhortisan haha
00:28 NekoGloop Uhm, lol?
00:28 VanessaE if it ain't landmine then who is it?
00:28 NoLandMine somebody who isnt landmine
00:28 khonkhortisan hehe
00:28 T_A_N_K just fucking kick them
00:28 NoLandMine wannesa we need to talk
00:28 T_A_N_K i'm sick of griefers
00:28 NoLandMine i have changed
00:29 NoLandMine trust me T_A_N_K
00:29 NekoGloop If you arent landmine then how could you have changed
00:29 T_A_N_K exactly, just kick landmine, so i can talk about moddy mods
00:31 T_A_N_K !ping
00:31 M13Coder joined #minetest
00:31 T_A_N_K what happened to the bot?
00:31 NekoGloop It pinged its last ping.
00:31 khonkhortisan google -> minetest forum -> search -> economy -> http://minetest.net/forum/viewtopic.php?id=2263 and the topic about it http://minetest.net/forum/viewtopic.php?id=1496
00:31 khonkhortisan Hello M13
00:32 M13Coder OldCoder
00:32 NoLandMine was kicked by VanessaE: NoLandMine
00:33 T_A_N_K that mod is a little overcomplicated
00:33 khonkhortisan What would I do if I got accidentally kicked/banned? What wouldn't be the wrong thing to do?
00:34 T_A_N_K what land mine is doing
00:35 T_A_N_K fucking retard "OH LETS GO ON THE INTERNET AND SPREAD SOME HATE, oh no the fbi?! IM SO SAWWWRY GUISE HERPADERPA!"
00:36 NekoGloop Khon, you just pm vanessae, she'll unban you
00:36 VanessaE yup, just pm me or jordach or calinou
00:36 khonkhortisan okay. Just hypothetically wondering.
00:36 NekoGloop Or if its a kick? Just rejoin the channel xD
00:37 khonkhortisan rejoin and be quiet after a kick, I know that one
00:37 T_A_N_K i used to not know what in #ubuntu-offtopic then i got banned
00:39 T_A_N_K those smug people lol
00:43 T_A_N_K oh neat, finally learned the basics of positioning and getting info from the command table thing
00:44 Crisco joined #minetest
00:46 hmmmm Alone again on a Friday night?  Pathetic.
00:46 khonkhortisan I like ambience
00:46 khonkhortisan -the mod
00:47 khonkhortisan just found a papyrus tree
00:47 khonkhortisan bottom 3 papyrus, top two tree
00:47 NekoGloop Ikr?
00:47 NekoGloop That's pretty sweet imo xD
00:48 khonkhortisan plants should have strengths like tools do. So you plant flowers, and blackberry bushes grow through them, choking them out.
00:48 khonkhortisan And growing trees should be prunable
00:48 jin_xi joined #minetest
00:50 T_A_N_K i see that economy mod does it wierd, i'm going to go with the scs style
00:58 T_A_N_K do you think you could help me with this khon?
00:58 T_A_N_K minetest.register_chatcommand("setspawn", {
00:58 T_A_N_K params = "",
00:58 T_A_N_K description = "Set spawnpoint",
00:58 T_A_N_K privs = {server=true},
00:58 T_A_N_K func = function(name, param)
00:58 T_A_N_K player = minetest.env:get_player_by_name(name)
00:58 T_A_N_K test = player:getpos()
00:58 T_A_N_K minetest.chat_send_player(name, dump(test.x))
00:58 T_A_N_K print(dump(test.x))
00:59 T_A_N_K local file = io.open(minetest.get_worldpath().."/spawn", "w")
00:59 T_A_N_K if not file then
00:59 T_A_N_K minetest.chat_send_player(name, "IO error")
00:59 T_A_N_K return
00:59 T_A_N_K end
00:59 T_A_N_K file:write(minetest.pos_to_string({x, y, z}))
00:59 T_A_N_K file:close()
00:59 T_A_N_K minetest.chat_send_player(name, "Spawnpoint set")
00:59 T_A_N_K end
00:59 T_A_N_K })
00:59 T_A_N_K it says: attempt to concatenate field 'z' (a nil value)
01:00 T_A_N_K i don't understand why z isn't right, because it should be in there
01:00 T_A_N_K "slowly learning" :D
01:01 NekoGloop joined #minetest
01:02 T_A_N_K do you think you could help me neko?
01:02 NekoGloop Uh, repeat what you said
01:02 NekoGloop Internal logs arent long enough
01:02 T_A_N_K minetest.register_chatcommand("setspawn", {
01:02 T_A_N_K params = "",
01:02 T_A_N_K description = "Set spawnpoint",
01:02 T_A_N_K privs = {server=true},
01:02 T_A_N_K func = function(name, param)
01:02 T_A_N_K player = minetest.env:get_player_by_name(name)
01:02 T_A_N_K test = player:getpos()
01:02 T_A_N_K minetest.chat_send_player(name, dump(test.x))
01:02 T_A_N_K print(dump(test.x))
01:02 T_A_N_K local file = io.open(minetest.get_worldpath().."/spawn", "w")
01:02 T_A_N_K if not file then
01:02 T_A_N_K minetest.chat_send_player(name, "IO error")
01:02 T_A_N_K return
01:02 T_A_N_K end
01:02 T_A_N_K file:write(minetest.pos_to_string({x, y, z}))
01:02 T_A_N_K file:close()
01:03 T_A_N_K minetest.chat_send_player(name, "Spawnpoint set")
01:03 T_A_N_K end
01:03 T_A_N_K })
01:03 T_A_N_K it says: attempt to concatenate field 'z' (a nil value)
01:03 T_A_N_K i don't understand why z isn't right, because it should be in there
01:03 T_A_N_K "slowly learning" :D
01:03 T_A_N_K oh snap
01:03 T_A_N_K 21:02:18: ERROR[main]: ServerError: LuaError: error: ...n55-minetest-25cf375/bin/../builtin/misc_helpers.lua:
01:03 T_A_N_K so there's a bug in misc_helpers
01:04 NekoGloop joined #minetest
01:04 NekoGloop Ok dont do that again
01:04 NekoGloop You're making my irc take giant craps
01:04 T_A_N_K sorry lol
01:07 cornernote joined #minetest
01:07 cornernote my mod was moved to releases and i didnt ask
01:08 khonkhortisan file:write(minetest.pos_to_string({x, y, z})) Have you set x, y, and z before this line?
01:08 khonkhortisan try file:write(minetest.pos_to_string({x=1, y=2, z=3}))
01:09 khonkhortisan cornernote, isn't that a good thing?
01:09 cornernote not sure
01:09 cornernote im not complaining, but i thought its best if they only get moved after the modder asks
01:10 T_A_N_K oh the original was x=x, y=y, z=z
01:10 cornernote i mean, the virus i embedded isnt properly tested yet
01:10 cornernote =)
01:10 T_A_N_K that's one way to get your mods permabanned
01:10 khonkhortisan then it'll learn through the school of hard knocks, and be a year ahead of the other viruses in school.
01:11 cornernote T_A_N_K, then you should use that
01:11 RealBadAngel wb
01:11 cornernote x= <-- this is the label of the array element  ....  x <-- this is the value
01:11 RealBadAngel in a table
01:11 cornernote yeah, table
01:11 cornernote i call them arrays
01:11 T_A_N_K oh so no space?
01:12 khonkhortisan Either use actual numbers, or variables for what you set the xyz to. Don't use x=x unless x is already a variable
01:12 cornernote spaces dont matter
01:12 cornernote can u pastebin your code ?
01:12 khonkhortisan or gist it
01:12 T_A_N_K sure, but let me try that first
01:13 RealBadAngel dont call them arrays, arrays name suggest them somewhat fixed
01:13 cornernote i was playing with formspec last night, ended up making an infinite chest
01:13 cornernote wanted to play more with it, but cant think of any other formspec ideas
01:13 RealBadAngel while this structure is flexible as condom
01:13 cornernote i really like the formspec =)
01:13 * cornernote attempts to build an ecommerce engine from minetest formspec
01:13 RealBadAngel ehehehe
01:14 cornernote my customers would get a lot more productivity from me if they built their ecommerce in minetest instead of php/mysql
01:14 cornernote maybe not such a great web store tho =)
01:14 RealBadAngel join the world
01:14 RealBadAngel why not
01:14 RealBadAngel look around
01:15 RealBadAngel punch the selection in hd texture pack
01:15 cornernote i have no idea what you are talking about
01:15 RealBadAngel then go for selection
01:15 ttk2 joined #minetest
01:16 cornernote oh, for ecommerce ?
01:16 RealBadAngel i bet theres no such shop arond
01:16 cornernote i have thought about it a lot
01:16 RealBadAngel make very realistic textures for it
01:16 cornernote just use the images from the web store
01:16 cornernote put them onto a node
01:16 RealBadAngel yes
01:17 cornernote user digs the node, and their inventory is their cart
01:17 cornernote then they walk to the PayPal block
01:17 cornernote lol
01:17 RealBadAngel sounds cool
01:17 cornernote its a formspec that interfaces to paypal
01:17 RealBadAngel at least oriiginal
01:18 cornernote then they can have a node owner area
01:18 cornernote with their purchase history
01:18 khonkhortisan the mod would have to take care of encryption or more simply, web browsing
01:18 cornernote no web browsing
01:18 cornernote its all ingame
01:18 cornernote maybe the paypal checkout
01:18 cornernote but that could just open a browser
01:19 cornernote or an ingame node could be a browser
01:19 khonkhortisan Can I decide whether the package arrives at my real house or my virtual house?
01:19 cornernote it arrives at both
01:19 RealBadAngel streamin to the game is possible
01:19 cornernote its like a web-store
01:19 cornernote need minetest to work in a browser
01:20 cornernote then it would be plausable
01:20 RealBadAngel make in game browser
01:20 cornernote 800x600
01:20 cornernote could do, but you'd have 1990's style sites
01:21 RealBadAngel game is retro style already
01:21 RealBadAngel so why not
01:21 cornernote cos u want to be able to view paypal.com
01:21 cornernote hrrmmmm
01:21 cornernote mobile version of sites would work fine
01:21 RealBadAngel world is already simplyfied
01:21 cornernote its like a mobile browser
01:22 cornernote i wonder how hard it would be to hack the c++ to put a simple browser in
01:22 cornernote would shit all over the current formspec
01:22 RealBadAngel not much
01:22 cornernote full, real html forms
01:22 khonkhortisan there aren't scrollbars yet
01:22 RealBadAngel make them with buttons
01:22 cornernote i mean like embed opera mini or something in it
01:22 khonkhortisan webtest
01:23 cornernote or some open source mobile/mini browser
01:23 cornernote so when you open a formspec, it is a real html browser
01:23 cornernote that would be amazing
01:24 khonkhortisan I thought there was something like minetest.env:move_node(pos1, pos2)
01:24 RealBadAngel i was thinkin for a start a mail client
01:24 RealBadAngel from player to player
01:24 RealBadAngel and even remote merhcants, fixed
01:25 khonkhortisan we need a git client, text editor, and a server update pushbutton so we can sit in our virtual houses and mod
01:25 cornernote like secondlife
01:25 cornernote has ingame modding
01:25 RealBadAngel so for example you write to a merchant, known by selling diamonds
01:25 * khonkhortisan is still waiting for modding_mod
01:25 RealBadAngel with fixed rate
01:25 cornernote khonk, im gunna make that
01:26 RealBadAngel like 20 ingots for 1 diamond
01:26 cornernote hrmm
01:26 cornernote textarea isnt available
01:26 cornernote :(
01:26 RealBadAngel send them and get the diamond with response
01:26 khonkhortisan you could have single line text entries like the sign mod
01:26 cornernote yeah, no
01:27 cornernote mods are like 100-500 lines
01:27 khonkhortisan lines 1-6. page down. Lines 7-12. page down.
01:27 RealBadAngel make button leads to edit
01:27 cornernote would be better like this....
01:27 cornernote buttons:  create item | create node | etc
01:27 khonkhortisan Line EOF. page up. page up. for page = page, linenum, do page up end
01:27 RealBadAngel edited display it again as text
01:27 cornernote then a gui interface
01:28 khonkhortisan so like the creative inventory where you click a specific node and get its definition, or a function list that brings you right to it
01:28 RealBadAngel yeah
01:28 RealBadAngel detached one
01:29 cornernote when you click a node, or create one, it takes you to a page like this...
01:29 cornernote buttons: add attribute
01:29 cornernote then under that, a list of attributes
01:29 RealBadAngel im doing already formspecs that has no inventories at all
01:29 cornernote you click one, and you can change it
01:29 cornernote RBA, seen the formspecs on skyblock ?
01:29 khonkhortisan a paramtype2 button, a drawtype dropdown, a tiles button...
01:30 RealBadAngel yes
01:30 RealBadAngel so you got the point
01:30 cornernote yep, FS is really cool for making popup screens
01:30 khonkhortisan you could redefine the node but can you undefine nodes?
01:30 cornernote just wish i could force it without them looking in a node
01:30 RealBadAngel but is lackin way to pop it up
01:30 tango_ joined #minetest
01:30 cornernote yea
01:31 RealBadAngel c55 said there will be a way
01:31 cornernote he also said there would be mobs in 0.4.2
01:31 RealBadAngel hes makin lotsa things
01:32 khonkhortisan let's wait for 0.4.4
01:32 RealBadAngel lets assume "sooner or later then"
01:32 cornernote i like making suggestions to core, but i dont count on them happening... but its nice when they do (and often they do happen if you are patient)
01:32 M13 joined #minetest
01:32 M13 hello
01:32 cornernote hey
01:32 khonkhortisan hi
01:33 T_A_N_K re
01:33 cornernote whats up?
01:33 RealBadAngel quick hide
01:33 RealBadAngel coders cominh
01:34 khonkhortisan if I don't say anything you can't tell if I hid or not
01:34 M13 hello cornernote
01:34 RealBadAngel m13 will, for sure
01:34 M13 hey T_A_N_K
01:34 T_A_N_K how are you doing m13?
01:34 M13 do you have a Fork?
01:35 RealBadAngel see? already started
01:35 M13 thats what Jordach said
01:35 cornernote no, only a knife
01:35 jordan4ibanez umm no, but i am writing mods
01:35 M13 o ok
01:35 M13 Im making a car mod
01:35 M13 its going to be less buggy
01:35 RealBadAngel ive got modded car
01:36 RealBadAngel is it any close to that?
01:36 cornernote less buggy than what ?
01:36 M13 im going to make is move a little slower and smother
01:36 M13 less buggy than carts
01:36 khonkhortisan as long as it's faster than I am
01:36 XavierCR84 joined #minetest
01:36 RealBadAngel so no go, ive modded mine to go faster
01:36 RealBadAngel not slower
01:36 cornernote can you make a jetpack ?
01:37 RealBadAngel i did already
01:37 cornernote is it "press K"  ?
01:37 RealBadAngel no, its on use
01:37 cornernote can i see the lua ?
01:37 cornernote pretty please =)
01:38 RealBadAngel and till you have energy you can fly
01:38 cornernote with mese on top
01:38 cornernote then you fall ?
01:38 cornernote and die
01:38 cornernote ?
01:38 RealBadAngel eventuallly
01:38 cornernote nice!
01:38 cornernote in technic ?
01:38 RealBadAngel will be released tommorow
01:39 cornernote ohhhhh
01:39 RealBadAngel i need to polish the code and make textures just
01:39 cornernote can u give me a secret snippet so i can see the code ?
01:39 cornernote i just want to see how you do it
01:39 RealBadAngel gimme like half an hour
01:40 cornernote ur killing me =(
01:40 RealBadAngel i just woke up lol
01:40 cornernote tell me you have something
01:40 cornernote and that i have to wait
01:40 RealBadAngel so i will push it
01:40 cornernote i hate waiting
01:40 cornernote what if there is no world in 30 mins ??
01:40 cornernote the sun could explode, anything
01:40 RealBadAngel cmon there will be
01:40 cornernote commet from space
01:40 RealBadAngel play with sonic screwdriver at given time lol
01:41 cornernote Gamma-ray burst
01:41 cornernote collapse of the vacuum
01:41 cornernote rogue black holes
01:41 cornernote giant solar flares
01:42 cornernote reversal of the earths magnetic field
01:42 RealBadAngel and a cup of coffee
01:42 RealBadAngel good idea
01:42 cornernote lol
01:42 cornernote gtg, be back later
01:42 cornernote probably in about 27 mins
01:42 RealBadAngel hehehe
01:43 FireStrykeR joined #minetest
01:44 khonkhortisan vacuum collapse?
01:44 RealBadAngel small black hole
01:45 RealBadAngel small enough to be able to escape in 27 minutes just
01:55 jordan4ibanez yay! /setspawn /spawn and respawn to spawn works now!
01:59 RealBadAngel brb
01:59 RealBadAngel need to restart
02:01 Octupus joined #minetest
02:02 Octupus hi
02:08 jordan4ibanez hi octowiener
02:08 khonkhortisan octosauerbraten
02:08 Octupus :l
02:08 OldCoder Hey
02:10 Octupus FE FI FO FUM
02:16 cornernote joined #minetest
02:16 OldCoder I Smell the Blood of an Englishman?
02:16 khonkhortisan WHO DO WE APPRECIUM
02:16 OldCoder A PARAMECIUM
02:17 OldCoder ?
02:17 OldCoder <--- Confused about the thread
02:18 khonkhortisan according to wikipedia paramecium, a sole is owned by the shoe.
02:23 khonkhortisan Does bas080 go on this channel?
02:23 JangoFett154 joined #minetest
02:24 JangoFett154 How to make a server?
02:24 khonkhortisan minetestserver and your router has to be open
02:24 JangoFett154 is there andthing in that minetest.conf
02:25 JangoFett154 i have a port open at 30000 with UDP
02:25 khonkhortisan you need tcp also
02:25 JangoFett154 i made new server and i am on it but i dont know how to get others
02:25 JangoFett154 tcp?
02:25 khonkhortisan your port needs to allow both TCP and UDP connections
02:26 JangoFett154 ok ill go fix that, what after that?
02:27 JangoFett154 ok its UDP &TCP
02:27 khonkhortisan I could test that someone could connect to it, if it works, you might want to put it on a server list website and advertise what mods/privs you have
02:27 khonkhortisan or just send your friend your ip if it's more private
02:28 JangoFett154 63.131.223.169 is ip and port is 30000
02:28 jordan4ibanez pilzadams drops code now in there
02:28 khonkhortisan I see your ip when you connect, I was going to suprise you
02:29 JangoFett154 ik but didnt know if you knew that
02:30 JangoFett154 connecting?
02:30 khonkhortisan Destination unreachable (Host unreachable)
02:30 khonkhortisan That's worse than port unreachable which I got with someone else's server
02:30 JangoFett154 ? what does that mean?
02:31 khonkhortisan it means the response I'm getting isn't from your computer
02:31 JangoFett154 ? soo?
02:31 JangoFett154 i have no idea about this so dont know what that means
02:32 khonkhortisan host-063-131-223-169.dhcp.fewpb.net is answering instead of you
02:32 JangoFett154 that means what?
02:33 khonkhortisan no worky :) I don't know which part of it isn't working, though.
02:34 JangoFett154 so do you know which part to fix?
02:34 khonkhortisan nope
02:34 khonkhortisan try scanning your 30000 port at whatsmyip.org
02:35 JangoFett154 can you set up a server and make me admin so i  can "own" the server? and like get the mods i need
02:36 JangoFett154 my ip is 63.131.223.169
02:40 JangoFett154 hello?
02:40 JangoFett154 you still there?
02:41 thoughtso joined #minetest
02:41 thoughtso NekoGloop
02:41 thoughtso left #minetest
02:41 VanessaE landmine?
02:43 M13 hello
02:43 VanessaE hi
02:44 M13 how are you
02:44 VanessaE meh.
02:44 NakedFury so so?
02:44 M13 Vanessa can you help me make a car mod
02:44 NakedFury under the weather?
02:44 VanessaE NakedFury: not even that good.
02:44 NakedFury thats gonna be hard M13
02:44 M13 im going to use the car mod code
02:44 VanessaE M13: such is not possible in Lua yet.  Minetest API lacks a few things.
02:45 NakedFury the closest to a car is the minecart mod
02:45 M13 no i got a idea to make it work
02:45 JangoFett154 Hey Vanessa can you try to get on 63.131.223.169 port 30000
02:45 VanessaE trying...
02:46 FireStrykeR left #minetest
02:46 M13 dont connect
02:46 VanessaE no good.
02:46 M13 cant*
02:46 JangoFett154 my port is forwarded and ip is right, somesaid something about minetest.conf having to do something
02:47 JangoFett154 what should i do?
02:47 VanessaE dunno for sure
02:48 JangoFett154 what possible things could i d to fix it?
02:49 VanessaE I don't know, your setup is different from mine
02:49 JangoFett154 what do ya mean?
02:50 jordan4ibanez i've hit a dead end, what did i do wrong here?
02:50 jordan4ibanez minetest.register_on_joinplayer(function(name, player)
02:50 jordan4ibanez player = minetest.env:get_player_by_name(name)
02:50 jordan4ibanez new_player_motd = "Everyone Welcome, "..player.." to the server!"
02:50 jordan4ibanez minetest.chat_send_all(new_player_motd)
02:50 jordan4ibanez end)
02:50 jordan4ibanez all i want to do is get the player name
02:55 jordan4ibanez ping
02:56 khonkhortisan back, I can't change the settings on my router yet
02:58 JangoFett154 ?
02:58 khonkhortisan joinplayer is function(player) so you should do name = player:get_player_name() and ..name..
02:58 JangoFett154 can you make me a server?
02:58 khonkhortisan no, I have the password to my router but it goes back to default when I press the save button for forwarding
02:59 khonkhortisan if I could get through my router I'd have a website and bzflag and minetest servers
02:59 khonkhortisan and maybe a paypal
02:59 JangoFett154 is there any way to fix my error?
03:06 jordan4ibanez how do i get the player name?
03:06 jordan4ibanez so i can write it down
03:18 roboman2444 joined #minetest
03:26 M13_ joined #minetest
03:38 FreeFull joined #minetest
04:05 M13 joined #minetest
04:05 M13 hellr
04:05 OldCoder joined #minetest
04:28 khonkhortisan hello Coders
04:45 M13 Hello
04:46 M13 Got a Question
04:46 M13 left #minetest
04:52 Taoki[mobile] joined #minetest
04:52 Jeija joined #minetest
04:56 * VanessaE wanders off to bed.
05:08 cornernote joined #minetest
05:17 OldCoder joined #minetest
05:35 Jousway joined #minetest
06:05 khonkhortisan /msg NickServ identify <password> wouldn't work, I guess.
06:18 cornernote why not ?
06:19 cornernote nickserv gone away ?
06:19 khonkhortisan mrmist's global notice
06:19 cornernote ok, i see
06:19 khonkhortisan Can you guess what this is? http://www.flickr.com/photos/79516830@N05/7987549757/in/photostream/lightbox/
06:20 cornernote dots ?
06:20 khonkhortisan I had to name it something that wouldn't give it away
06:21 cornernote some music thing ?
06:21 khonkhortisan yep, a guitar score cheat sheet
07:36 Crisco joined #minetest
07:39 Calinou joined #minetest
07:52 neko259 joined #minetest
08:07 frogcrush joined #minetest
08:07 Calinou joined #minetest
08:08 q66 joined #minetest
08:17 PilzAdam joined #minetest
08:19 PilzAdam Hello everyone!
08:24 PilzAdam hello?
08:25 Calinou hi
08:25 Calinou http://minetest.net/forum/viewtopic.php?id=3047 :O about 75% of active MT players are on linux
08:26 PilzAdam so 25% is neko?
08:27 Calinou no
08:29 iqualfragile joined #minetest
08:30 PilzAdam Hallo iqualfragile
08:30 iqualfragile Guten Morgen Adam
08:34 frogcrush joined #minetest
08:39 PilzAdam MiniTest updated
08:40 wei2912 joined #minetest
08:40 wei2912 joined #minetest
08:40 Jordach joined #minetest
08:41 Jordach sup.
08:41 PilzAdam im bored
08:42 TLP|AFK joined #minetest
08:43 PilzAdam should i try to code some light-weight mobs?
08:45 iqualfragile YEAH!
08:49 wei2912 PilzAdam, of coursee
08:49 wei2912 we love your mods
09:18 jin_xi PilzAdam: bored? if you like you could make crafting recipes for brush and colored brush (shapeless brush and dye) for painting mod...
09:18 cy1 PilzAdam: idea there, feed mobs to make them persistent, so they can spawn/despawn when in/out of active block range of players.
09:19 cy1 Heavyweight-ness is greatly reduced by not having a rat scurrying around 1000 blocks away
09:20 cy1 not sure how ClientCAOs are handled actually... they have an integer ID, but also a position, but identified to the server by ID not position, but the server somehow also knows their position, sort of...
09:23 iqualfragile thexyz: how can i increase the number of characters i can write on one line? do i just have to increase local max_chars = 16
09:28 cy1 jin_xi: What's so hard about that? stick plus jungle gras = brush. DONE.
09:28 wei2912 lol
09:30 cy1 you're supposed to paint with whole blocks = 1 pixel anyway
09:43 saddy joined #minetest
09:53 q66 joined #minetest
09:54 TLP|AFK joined #minetest
10:00 Someguy123 joined #minetest
10:20 Jordach joined #minetest
10:20 Jordach sup
10:20 PilzAdam mobs
10:20 Jordach hm?
10:21 Jordach did you say? mobs?
10:21 PilzAdam i try to code some light-weight mobs
10:23 Jordach :D
10:23 Jordach yay
10:24 cy1 http://minetest.net/forum/viewtopic.php?id=629 btw
10:24 PilzAdam i know, but they are realy CPU heavy
10:30 cy1 PilzAdam: so start there, and make it less heavy? dunno
10:37 iqualfragile its compleatly unplayable
10:37 iqualfragile and my server has 8! cores
11:01 moruk joined #minetest
11:15 yorick joined #minetest
11:40 Weedy_lappy joined #minetest
11:40 Calinou joined #minetest
11:40 neko259 joined #minetest
11:51 Jordach bonjour Calinou
11:51 Calinou hi
11:52 Calinou http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Minetest
11:52 Calinou seriously
11:52 Calinou three other deletefags
11:54 Calinou gonna put this page on my userpage
11:59 Jordach Calinou fr.wikipedia.org ftw
11:59 Jordach and de.wikipedia.org
12:01 Calinou I know
12:01 Calinou someone has created Minetest on june 2012 on french wikipedia - has been deleted
12:01 Calinou "no encyclpedic value"
12:01 Calinou btw: http://en.wikipedia.org/wiki/User:Calinou1/Minetest
12:03 cornernote lots of comments
12:03 Calinou 8)
12:11 Jordach :D
12:12 RealBadAngel joined #minetest
12:12 RealBadAngel hi all
12:13 PilzAdam sup RBA
12:15 ttk2 joined #minetest
12:21 RealBadAngel im playin now with your farming mod
12:21 RealBadAngel one question, why bananas glow in the night??
12:21 PilzAdam thats a bug in MT
12:22 RealBadAngel it looks funny
12:22 PilzAdam https://github.com/celeron55/minetest/issues/231
12:22 RealBadAngel i am testin now planting and getting crops by machines
12:23 RealBadAngel so fully automatic farms will be possible
12:24 PilzAdam good
12:25 RealBadAngel have to go, bbl
12:32 iqualfragile bb
12:35 SmugLeaf joined #minetest
12:43 saschaheylik joined #minetest
12:54 BartoCH joined #minetest
12:56 TForsman joined #minetest
12:58 SpeedProg joined #minetest
13:03 cisoun joined #minetest
13:09 LAD joined #minetest
13:23 PilzAdam Mobs done: https://github.com/PilzAdam/mobs
13:24 * Calinou changed his music player
13:24 LAD nive texture for the mob
13:25 Calinou haha, dirt monster
13:25 PilzAdam who wants to test it?
13:25 PilzAdam i need information about: Bugs; CPU usage
13:25 LAD i just did
13:26 LAD did't run
13:26 LAD well maby just my computer
13:26 Calinou PilzAdam: will try 8)
13:26 PilzAdam good
13:26 LAD but for me there was a prob and it would't let me run minetest
13:27 PilzAdam can you paste the bug or something from debug.txt?
13:27 LAD ill see
13:27 PilzAdam btw: you need latest github of MT
13:28 Calinou why?
13:28 PilzAdam because of object:punch()
13:28 PilzAdam its was fixed one commit after 0.4.3
13:29 Calinou anyway, this probably won't go into official game :/ the AI part MUST be done in C++
13:30 Calinou should be tweakable in lua, but not fully coded in lua
13:30 Calinou we need efficiency for this
13:30 PilzAdam its just a solution for now and not for the official game
13:30 PilzAdam for those who cant run animals mod
13:30 PilzAdam or dont like it
13:31 PilzAdam or are annoyed by the number of crashes it causes
13:32 FreeFull Minetest could come with a compiler and compile mods the first time they are loaded
13:32 LAD this is the bug
13:32 LAD ERROR[main]: ModError: Failed to load and run C:\Documents and Settings\Carmelo Monachino\Desktop\minetest-0.4.3-win32\bin\..\mods\minetest\PilzAdam-mobs-8bdeccc\init.lua
13:32 PilzAdam rename the mod folder into mobs
13:32 Calinou FreeFull: sfan5 said compiled lua mods were slower than interpreted ones
13:33 FreeFull Calinou: Not necessarily lua
13:33 LAD ok
13:33 LAD it worked
13:33 LAD XD
13:33 LAD how do they spawn
13:34 FreeFull Alternatively, allow C++ mods but they have to be compiled externally before they can be loaded
13:34 LAD ok wen i hcanged it to mobs it runs minetest now
13:34 PilzAdam LAD they spawn at night on grass
13:34 LAD ok
13:34 LAD what time is mdnight
13:34 LAD 1600
13:34 LAD ??
13:35 PilzAdam 0
13:35 LAD ok
13:35 FreeFull 1600 is 4pm
13:35 Calinou FreeFull: you can do that? run C++ "inside" C++?
13:35 Calinou midnight: 0, day: 6000, sunset: 18000
13:35 PilzAdam sunrise: 6000
13:35 FreeFull Oh, 1600 is 1:something am then
13:36 PilzAdam midday is 12000
13:36 LAD do they take a wile to spawn
13:36 PilzAdam they spawn randomly
13:36 PilzAdam so: yes
13:36 LAD ok
13:37 PilzAdam dont fly arround; try to stay in the same area
13:37 LAD i here 1 but dont see it
13:38 LAD oh i see it
13:38 LAD XD
13:38 LAD are they harmful
13:38 Exio Calinou: maybe with extern C and dlopen/close/sym/..?
13:38 Calinou is it portable?
13:38 Calinou sym, if you mean symlinks are not 8)
13:38 PilzAdam LAD, dissable damage or get a sword...
13:38 Exio dl* is for *nixlike, windows has other API
13:38 LAD ok
13:39 LAD if i changes to day will it awtomaticly despawn
13:39 PilzAdam thy die at daytime
13:39 PilzAdam *they
13:40 Exio Calinou: no, "sym", :P The  function  dlsym() takes a "handle" of a dynamic library returned by dlopen() and the null-terminated symbol name, returning the address where that symbol is loaded into memory.
13:40 FreeFull Would dl
13:40 FreeFull Would dl* still work in Windows though?
13:40 OldCoder I could actually add that <FreeFull> Minetest could come with a compiler and compile mods the first time they are loaded
13:41 LAD wow thous things dont stop chasing u
13:41 FreeFull The problem with externally compiled mods
13:41 FreeFull How do you ensure the mod doesn't do something bad?
13:41 LAD hnmm game crashed
13:41 OldCoder Hmm
13:42 FreeFull Would be solvable for mods that would be compiled by minetest itself though
13:42 Exio FreeFull: no, http://en.wikipedia.org/wiki/Dynamic_loading#In_C.2FC.2B.2B
13:42 PilzAdam LAD, debug.txt ?
13:42 LAD servererror: error running function 'on_step': attempt to index a number value
13:43 PilzAdam can you find the error line in debug.txt?
13:43 LAD that was it
13:43 PilzAdam ok
13:43 LAD LuaError: error running function 'on_step': attempt to index a number value
13:43 Calinou OldCoder: yes, but sfan5 said compiled lua is slower on minetest
13:43 Calinou it opens security holes too
13:43 OldCoder I need to learn this stuff
13:43 Calinou FreeFull has a very valid point
13:44 PilzAdam LAD, just reastart MT
13:44 LAD i did
13:44 PilzAdam what MT version do you have?
13:44 LAD crashs as soon i get back on
13:44 LAD 0.4.3
13:44 PilzAdam you need latest version from GitHub
13:44 LAD there new 1
13:45 PilzAdam 0.4.3 is latest stable, but not the latest dev version
13:45 LAD i never used github were is it
13:46 PilzAdam https://github.com/celeron55/minetest
13:46 LAD nm i think i might have found it
13:46 PilzAdam you need to compile it
13:46 LAD how do i compile it
13:46 iqualfragile calinou: yes that is possible
13:46 PilzAdam LAD, read the readme.txt
13:47 LAD ok
13:47 XavierCR84 joined #minetest
13:48 LAD there good mobs thou
13:48 LAD XD kept chasing me
13:50 LAD were is it i here the steping
13:51 LAD im scared
13:51 LAD i see it
13:54 LAD i dont under stand how to compile it
13:54 trusiad joined #minetest
13:54 Calinou windows or linux?
13:54 Calinou for linux it is easy
13:54 LAD windows
13:54 Calinou for windows, good luck...
13:54 Calinou ._.
13:54 trusiad Hi everyone
13:55 Calinou hi trusiad
13:55 LAD lol y
13:55 PilzAdam http://minetest.net/forum/viewtopic.php?pid=42715
13:55 Calinou windows compiling is painful because you need to find dependancies and compilers by hand
13:56 LAD XD im not doing that
13:56 LAD i sqw how to on the fourms
13:56 LAD alot of stuff
13:56 Calinou might try sfan5's windows builds
13:56 Calinou or nightly builds
13:57 LAD im trying laitest nightly
13:57 LAD hm only crashs wen i punch it
13:57 Calinou http://minetest.net/packages/nightly/minetest-0.4.3-4a11323-meta_set_nodedef-win32.zip
13:57 Calinou win build, 8 september 2012
13:58 PilzAdam there was a fix in object:punch() after 0.4.3
13:58 PilzAdam so thats the reason why its not working
13:58 LAD i am on 0.4.3
13:58 Calinou PilzAdam: add a link to this build in your mod topic
13:58 Calinou btw: topic moved
13:58 PilzAdam thx
13:59 Calinou maybe add a few screenshots too :P
13:59 PilzAdam thats not easy if they want to kill you ;-)
13:59 Calinou haha
13:59 Calinou super apples FTW
14:00 PilzAdam "hey creeper can you pleas wait with explosion until ive done a screenshot?"
14:00 Calinou rofl
14:03 PilzAdam screenshot added
14:03 PilzAdam next: stone monster
14:03 Jordach joined #minetest
14:04 PilzAdam Jordach, http://minetest.net/forum/viewtopic.php?pid=42715
14:04 Jordach sfan5 - op me
14:04 Calinou meh... mossy cobble monster would be better ;)
14:04 Calinou call it "rock monster"
14:04 PilzAdam k
14:05 Jordach hmm/
14:05 Calinou should be slower, have more health, less sensible to light
14:06 Calinou another idea: desert monster. a bit weaker, a bit faster, doesn't die in light, looks like desert stone :P
14:08 PilzAdam <Calinou> should be slower, have more health, less sensible to light
14:08 PilzAdam nope
14:09 PilzAdam i like it as it is
14:09 Calinou yeah but... it's stone! :P
14:09 Jordach DOES IT....attack?
14:09 LAD hmm
14:09 PilzAdam oooh, you mean the stone one, i thought you mean the dirt monster
14:10 PilzAdam Jordach, yes
14:10 LAD your dirt dude is cool
14:10 Jordach :O:O:O:O:O
14:10 LAD i died secrel times
14:13 Jordach PilzAdam - i wont be using sfan5's builds
14:14 PilzAdam why?
14:14 Jordach i dont like hyper new
14:14 Jordach also VanessaE - throw an op my way please.
14:22 * Calinou greets Jordach
14:22 Jordach yes?
14:22 Calinou you ctcp'd me :p
14:22 Calinou x64 IRC client FTW
14:23 * Jordach is interested in IRC client usage
14:23 OldCoder Jordach, Good afternoon
14:23 Jordach hello
14:23 OldCoder Jordach, I have tried most of them. There's one that simply creates nodes in the filesystem. That one is odd.
14:24 OldCoder You cat to and from the nodes.
14:24 Calinou adiIRC, wtf is this?
14:24 Jordach mIRC without bullshit
14:24 OldCoder adiIRC?
14:24 OldCoder Ah
14:24 Jordach something thats not ychat / xchat
14:25 Calinou mIRC sucks already :P
14:25 Jordach funny
14:25 Jordach [15:20:36] > Sent CTCP TIME to sfan5
14:25 Jordach [15:20:37] > CTCP reply TIME Buy a watch! from sfan5
14:25 Calinou lol
14:25 Calinou when I ping myself, result is ? seconds...
14:26 Calinou haha, my time doesn't have the year
14:26 Jordach -1 to you Calinou
14:27 PilzAdam https://github.com/PilzAdam/mobs/commit/f946b8feeab3268d5620fe83dc8d3349ffa28974
14:27 Jordach I made a copy of my windows xp disc, after burning (archival) welcome to windows XP. no $#!7
14:28 OldCoder And 8 is Right Out :-)
14:28 Calinou winblows 8 can go fuck itself, thank you
14:28 * OldCoder chuckles
14:28 Calinou I heard you could buy it for 60 euros... while win7 home premium is 200 euros
14:28 Calinou weird
14:28 mrtux joined #minetest
14:28 OldCoder mrtux, Hi
14:28 mrtux hi
14:28 Jordach Calinou - its telling people to upgrade......turns off auto update to remove that message
14:29 Weedy_lappy joined #minetest
14:34 rubenwardy joined #minetest
14:39 Calinou joined #minetest
14:52 PilzAdam Now there are dirt, stone and sand monsters!
14:54 OldCoder PilzAdam, would it be possible to make the monsters eat griefers?
14:54 OldCoder <--- Likes the idea
14:55 PilzAdam the monsters eat everyone; so griefers will also be eaten
14:55 iqualfragile joined #minetest
14:56 PilzAdam iqualfragile, http://minetest.net/forum/viewtopic.php?id=3063
14:56 OldCoder That will have to do, then. Perhaps in the future there may be a Griefhunter.
14:56 iqualfragile wow, that was fast
14:56 PilzAdam if you tell me how to detect griefers...
14:56 OldCoder PilzAdam, through a network protocol that shares this information server to server
14:56 iqualfragile im gona test it this evening
14:57 OldCoder Lava down Johnny's castle get eaten by Mary's Griefhunter
14:57 trusiad Can someone tell me why I can't load the mob framework anymore 1.4.2 ?
14:57 trusiad I have the latest git version
14:57 PilzAdam use my mod: http://minetest.net/forum/viewtopic.php?id=3063
14:57 trusiad of minetest
14:57 PilzAdam OldCoder, i think thats not the basic idea of a mob mod...
14:58 trusiad ok, but that doesn't tell me why minetest complains about not being able t load init.lua
14:58 OldCoder PilzAdam, Hmm? Sorry. I was musing about something I might try in the future.
14:58 trusiad of the mob framework
14:58 trusiad 1.4.2
14:58 trusiad it worked with the one before
14:58 rubenwardy what does it say?
14:59 trusiad can't loat ...init.lua
14:59 rubenwardy is it in the right folder
14:59 rubenwardy we do not have crystal balls...
14:59 trusiad yes
15:00 rubenwardy is the whole mod pack in a single modf folder, with more folders in it and a modpack.txt?
15:01 trusiad well
15:01 trusiad it says
15:01 trusiad moderror : failed to load and run
15:02 trusiad ./home/trusiad/.minetest/mods/minetest/animals_modpack-1.4.2/init.lua
15:02 trusiad that's what it says
15:03 trusiad it's just the archive unpacked, rubenwardy
15:03 PilzAdam you cant name the mod folder animals_modpack-1.4.2; reaname it
15:04 trusiad why not ?
15:04 PilzAdam because some characters in there are not allowed
15:05 trusiad which one ?
15:05 trusiad _ ?
15:05 trusiad - ?
15:05 trusiad . ?
15:05 PilzAdam just reaname it
15:05 trusiad ok
15:05 PilzAdam to "animals"
15:05 PilzAdam or something
15:05 trusiad I met the same problem with your mod, and it works after renaming it
15:05 trusiad No it's all ok
15:05 trusiad thanks
15:06 trusiad in fact, no
15:07 trusiad moderror : failed to load and run
15:07 trusiad ./home/trusiad/.minetest/mods/minetest/animals/init.lua
15:07 PilzAdam look at the last lines of your debut.txt
15:08 Calinou joined #minetest
15:08 PilzAdam Calinou, Now there are dirt, stone and sand monsters!
15:09 Calinou :D
15:09 trusiad where is that debut.txt ?
15:09 rubenwardy to "modf"
15:09 PilzAdam in bin/
15:09 rubenwardy rename to "modf"
15:10 trusiad found
15:10 Calinou you mean debug.txt :P
15:12 trusiad it's hudge
15:13 trusiad what am I suppose to look for in it ?
15:13 PilzAdam something like "Error"
15:14 PilzAdam but only the last ~20 lines
15:19 trusiad Failed to load and run script from
15:19 trusiad "/home/trusiad/.minetest/mods/minetest/animals/init.lua:"
15:19 trusiad cannot open /home/trusiad/.minetest/mods/minetest/animals/init.lua: No such file or directory
15:20 trusiad I can understand that
15:20 trusiad But there's no such file in the archive
15:20 trusiad in fact
15:20 PilzAdam there are init.lua files in the subfolders
15:20 PilzAdam add a empty file called modpack.txt in the main folder
15:21 trusiad I just moved everyting in the main mod folder
15:21 trusiad and it works
15:21 trusiad thanks
15:21 trusiad kids are back
15:21 trusiad end of the game
15:22 trusiad bye
15:23 saschaheylik_ joined #minetest
15:25 * Calinou welcomes the linux user
15:26 Calinou we get one like this about every two weeks 8)
15:26 Calinou new MT player on linux who asks for helps, then we never see them again
15:28 saddy joined #minetest
15:30 OldCoder Calinou, what is the explanation or issue?
15:30 * OldCoder does not follow
15:30 OldCoder Is more Linux assistance needed? Perhaps I can help
15:31 Calinou no
15:31 Calinou he left anyway
15:36 celeron55 joined #minetest
15:58 Calinou found hackeridze on xonotic :O
16:10 iqualfragile joined #minetest
16:12 LAD joined #minetest
16:17 T_A_N_K joined #minetest
16:17 T_A_N_K good day
16:18 Calinou hi
16:18 M13_ joined #minetest
16:19 PilzAdam T_A_N_K, http://minetest.net/forum/viewtopic.php?id=3063
16:19 T_A_N_K that's pretty cool
16:19 T_A_N_K you should add in a fire mob
16:19 PilzAdam good idea
16:20 T_A_N_K it puts fire in your position when you're in radius of it
16:20 OldCoder M13_, I received a PM but can't see it. Try again. There is a global filter because I really don't feel like talking to Misael today.
16:25 M13_ ok
16:25 M13_ Anywhy
16:25 M13_ whey
16:25 M13_ nvm
16:25 M13_ Can you use gcc to compile minetest
16:25 M13_ or is that mingw
16:25 rubenwardy bye...
16:25 M13_ it comes on slitaz
16:25 rubenwardy left #minetest
16:26 Jordach [17:20:31] <OldCoder> M13_, I received a PM but can't see it. Try again. There is a global filter because I really don't feel like talking to Misael today. he be stalking the forums at this moment
16:27 M13_ Can anyone help me install minetest on slitaz?
16:27 OldCoder M13_, Yes
16:27 OldCoder Jordach, Hi
16:27 M13_ OldCoder
16:27 OldCoder M13_
16:28 M13_ what programs do i need to install
16:28 M13_ so minetest runs
16:28 M13_ cmake and ......
16:28 M13_ i got cmake and sqlite
16:28 M13_ there is not jthread for it
16:33 Jordach hm
16:34 Jordach im bored
16:34 * Jordach opens public server
16:34 * Jordach does not care for griefing
16:34 M13_ Jordach
16:34 Jordach M13_ - /ban Landmine will be enforce
16:34 Jordach d*
16:35 M13_ im M13_
16:35 M13_ M13
16:35 M13_ the Owner of Minetest-M13
16:35 Jordach i know
16:35 M13_ o ok
16:35 Jordach yes ubuntunerd
16:35 M13_ yes
16:35 Jordach i GET it.
16:35 M13_ ok
16:35 M13_ UbuntuNerd is my ingame name
16:36 M13_ i was n ur server
16:37 Jordach VanessaE - you ere?
16:38 T_A_N_K joined #minetest
16:38 Jordach sup T_A_N_K
16:38 hmmmm joined #minetest
16:38 T_A_N_K hello jordach
16:39 Jordach T_A_N_K - got that stuff working yet?
16:39 Jordach or is it still BETA
16:39 T_A_N_K in minetest essentials?
16:40 Jordach yes :)
16:40 Jordach also
16:40 Jordach bring the infinity server back
16:40 Jordach :D
16:41 T_A_N_K well thanks to pilzadam /setspawn /spawn and respawn on death work,  although i modified his /setspawn command to get the set-spawner's position instead of taking in coordinates in the terminal
16:41 T_A_N_K i will, but i won't be running it
16:43 Phitherek_ joined #minetest
16:43 Jordach cmon - dude, people loved that place
16:44 hmmmm joined #minetest
16:45 T_A_N_K yes, i will, eventually don't worry
16:45 Jordach :D:D:D:D:D:D:D:D:D:D
16:45 Jordach T_A_N_K - idk how the hell im going to bring my mega city build back
16:54 Carmelo joined #minetest
16:55 MilanFIN joined #minetest
16:56 T_A_N_K idk man
16:56 T_A_N_K i will install the world edit though, so  you can build things, world edit copy them, and send them to me so i can paste them
17:00 bas080 joined #minetest
17:01 bas080 Hey guys, Q, why do sfan5 and VanessaE have stars infront of their names. Looks like a sheriffs badge.
17:01 bas080 looks cool.
17:01 bas080 i would like a badge!
17:01 LAD joined #minetest
17:01 OldCoder LAD, wb
17:01 LAD hi
17:02 LAD it scred my computer up i thinl
17:02 PilzAdam bas080, they are op's
17:02 bas080 black ops? like the CIA?
17:03 Calinou sfan5 doesn't normally have op :P
17:03 BartoCH joined #minetest
17:03 NakedFury joined #minetest
17:05 Exio joined #minetest
17:06 bas080 Hey VanessaE, Cyisfor's made a jungletree version which works with flowers spawning code... I added it to the jungletree post as an alternative download
17:07 bas080 I'm still pro habitat mod with generate function. :P
17:08 bas080 Hey PilzAdam, i tried your mobs. Allot of them spawned which resulted in lagging. You could make them spawn at certain times of day. Making certain areas more dangerous then others depending on the time.
17:09 PilzAdam ok, i will look at this
17:09 bas080 What are your plans on avoiding lag?
17:09 PilzAdam dunno
17:10 Jordach hello DJ Bass
17:11 bas080 Jordach, indeed. using FL Studios to make my muzak. Will soon have windows pc so i'll be back producing beats
17:12 Jordach bas080 - i have FL Studio 10 XXL, i have a tonne of moniez
17:12 LAD joined #minetest
17:12 bas080 Jordach, sure...
17:13 bas080 I am considering buying it also
17:13 bas080 :P
17:15 bas080 Jordach, Y u use so much 8-bit?
17:15 Jordach because its awesome
17:17 bas080 I can't disagree. I do like mixing them with other sounds.
17:17 bas080 What are your thoughts about the racks I made?
17:18 Jordach racks?
17:18 Jordach oh tracks
17:18 Jordach their nice
17:18 bas080 Truth not soft truth
17:18 bas080 :P racks
17:22 PilzAdam That should be upstream: https://github.com/PilzAdam/minetest_game/commit/e3da36094cdbb83a12d748bf776998e285085297
17:26 Jordach bas080 - since my links to scloud went up - ive had a fuckton of views
17:26 Jordach (i call 20 a lot)
17:26 bas080 plays
17:27 Jordach i come from other places
17:27 bas080 yeah. i use facebook. All random people check it out
17:27 Jordach views is easier to say than watches, plays, <some_gimmick>
17:27 bas080 Jordach is not earthling?
17:27 Jordach ????
17:28 bas080 Earthling is well explained on youtube... I do warn you though!
17:28 Jordach no thanks
17:29 * Jordach waits until cyborg upgrades become availible
17:29 * PilzAdam too
17:29 M13_ joined #minetest
17:29 M13_ hello
17:30 bas080 Hey M13_
17:30 M13_ hey
17:30 M13_ im using slitaz
17:30 M13_ its nice
17:30 M13_ lightweight
17:30 M13_ Can you install minetest with it
17:30 LAD joined #minetest
17:30 bas080 cool stuff!
17:30 M13_ i got cmake and gcc
17:31 M13_ so i can compile it
17:31 bas080 dun know... is there package manager? You can also add to repositoy
17:31 Jordach bas080 http://soundcloud.com/jordach/crucifix-held-close = that echo effect is 5 instruments, not a single mixer
17:31 M13_ yes there is a package manager
17:31 M13_ no minetest
17:31 M13_ needs to be compiled
17:31 * Jordach uses windows, stuff the package manager
17:32 M13_ i cant get irrlicht for is though
17:32 Jordach M13_ - COMPILE irrlicht with make install
17:32 Jordach dependancy fix
17:32 M13_ ok
17:33 bas080 deb http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu precise main <<<should work when added to sources in pack man
17:33 M13_ its slitaz
17:33 M13_ not ubuntu
17:33 M13_ or mint
17:33 M13_ or debian
17:33 M13_ im going to compile it
17:34 M13_ after i find out how to compile irrlicht
17:34 Myk267 joined #minetest
17:35 bas080 ok. good luck M13_
17:35 M13_ k thnx
17:35 Calinou slitaz O_o
17:36 Calinou M13_: are you distro hopping like this all the time? :P
17:37 M13_ yes
17:37 M13_ i like tring different thiings
17:37 M13_ im in VM
17:37 PilzAdam i hope you dont hop away from MT
17:38 M13_ i got the programs im going to compile that old version of minetest on it
17:38 M13_ no im hopping into minetest more PilzAdam
17:38 M13_ i love minetest
17:38 cosarara97 joined #minetest
17:38 M13_ MT>MC
17:38 PilzAdam no
17:38 cosarara97 hi
17:39 PilzAdam Error: Cant compare nil with awesomeness
17:39 PilzAdam hi cosarara97
17:39 M13_ lolz
17:39 M13_ Minetest is BETTER than minecraft
17:39 M13_ minecraft is to resource hungry
17:39 cosarara97 are textures in ~/.minetest/textures/<game name>/<mod name>/ read?
17:40 M13_ and you can make your own mods in minetest :-)
17:40 PilzAdam cosarara97, no
17:41 cosarara97 I have to replace them manually?
17:41 PilzAdam put them in  ~/.minetest/textures/<game name>/ without subfolders
17:41 cosarara97 ok, thanks
17:42 Jordach [18:39:49] <M13_> minecraft is to resource hungry NO! NO! NO!
17:42 Jordach ive have 160fps+
17:42 PilzAdam most texturepacks are with a subfolder strcture but that isnt right
17:42 Jordach on a 6yr old tower
17:42 PilzAdam Jordach, i have 300+ FPS in MT
17:42 cosarara97 hmm, it didn't work
17:43 cosarara97 fps is all about your graphics card, I have arround 20 in both MT and MC
17:44 PilzAdam cosarara97, sry, its ~/.minetest/textures/minetest/all/
17:44 PilzAdam cosarara97, sry, its ~/.minetest/textures/all/
17:44 cosarara97 but then they'll be in all games :S
17:45 Calinou gotta hate CSS
17:45 Calinou been struggling to add a background to some page
17:45 bas080 Jordach, really like the crucifix pirate themed song
17:45 bas080 are you familiar with overboard which is a game
17:45 Jordach nope.
17:46 FreeFull I really like the new torches
17:46 Calinou yeah, they look good
17:46 Calinou we need animated water/fire too D:
17:46 bas080 old school 90's game
17:46 PilzAdam Calinou, animation: https://github.com/PilzAdam/minetest_game
17:47 Calinou I know
17:47 Calinou now go bug c-fifty-five so that he adds it :P
17:48 Calinou https://dl.dropbox.com/u/82342922/calinou_minetest_stuff.html IT WORKY
17:48 Calinou CSS level increased by 2. Total (4)
17:49 * PilzAdam has 20
17:49 Calinou like the background?
17:49 Jordach looks boring
17:49 Jordach but kinda suiting
17:50 * PilzAdam doesnt like HD TP's
17:50 Calinou I know, it's just a random landscape
17:50 Jordach PilzAdam - the best ill have is more than likely, 16x, MC Conversion, or probably something of my own
17:50 Jordach maybe 8x
17:51 Calinou 1x1 BEST RESOLUTION
17:51 Jordach Calinou did thaqt
17:51 Jordach that
17:51 Jordach looks horrible
17:52 Jordach i once made a sonic cd styled tp
17:52 Jordach (mostly based from green hill)
17:54 FreeFull Ladders use shift instead of e to go down now
17:54 triplei joined #minetest
17:55 FreeFull Which is a bit annoying for my purposes
17:55 PilzAdam set it back
17:55 Calinou FreeFull: check the checkbox in "controls" menu :)
17:55 FreeFull Oh, nice
17:55 FreeFull I still have no idea what Print Stacks is
17:56 Jordach OMFG
17:56 Jordach 81 users in #minetest
17:56 * PilzAdam is one of them
17:56 Jordach thats like: all of the "active" forum members
17:57 Calinou FreeFull: yeah... it does nothing for me :P
17:57 LAD joined #minetest
17:58 * Calinou is also one of them
17:58 Jordach i dont know wheter shift is as useful as E
17:58 Jordach THE CHOICES
18:00 NekoGloop joined #minetest
18:00 Myk267 joined #minetest
18:01 Jordach two more tracks added to soundcloud
18:08 Jordach In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move. -- Douglas Adams
18:08 NekoGloop Yup.
18:09 PilzAdam hi NekoGloop
18:09 NekoGloop I'm not here
18:09 NekoGloop It is only your imagination
18:09 PilzAdam then you dont want mobs that run on your computer?
18:09 FreeFull Jordach: What I have is a dual ladder/shiftclimbplace
18:10 NekoGloop I want mobs that run on my computer
18:10 PilzAdam are you here?
18:10 NekoGloop But this is an ipad
18:10 * Calinou slaps NekoGloop
18:10 * PilzAdam slapes NekoGloop
18:10 PilzAdam -e
18:10 Calinou https://dl.dropbox.com/u/82342922/calinou_minetest_stuff.html < find the secret
18:11 NekoGloop But i'm not here, so neither of you can play
18:11 Calinou if you use a 1920x1080 screen and fullscreen, you'll see a golden minetest logo :D
18:11 * Jordach bans neko259
18:11 Calinou or zoom out
18:11 * Jordach bans NekoGloop
18:11 * PilzAdam found it, Calinou
18:11 Calinou :)
18:12 NekoGloop The tp test track aint yours
18:12 Jordach free MT wallpaper https://dl.dropbox.com/u/82342922/background.png
18:12 Jordach found in the .css
18:12 Calinou yep!
18:12 * PilzAdam got a new backround image
18:13 Jordach [19:12:43] <Calinou> yep! you sound happy....for once...#
18:13 Calinou though, it is kinda bright :P
18:13 Jordach thats the point of gold
18:13 Jordach *facepalm*
18:13 Calinou gtg now. bye
18:13 Jordach bye
18:13 PilzAdam bye
18:14 * Calinou will work on protector+ mod tomorrow
18:14 Jordach YAY!
18:14 Calinou oh no! I said what it was again.
18:14 NekoGloop Cool
18:14 Calinou :P
18:14 Jordach lol
18:14 PilzAdam finaly
18:14 Jordach what
18:14 PilzAdam hes gone
18:14 Jordach PilzAdam - improve spelling. finaly is not a word
18:15 PilzAdam gtg
18:15 PilzAdam bye
18:17 neko259 Jordach: What's up?
18:17 Jordach i mis tabbed your name - and not much
18:17 Jordach neko <tab> does yours
18:18 NekoGloop Our names are too much alike apparently
18:18 NekoGloop Lets keep it like this so that he's even more confused ()
18:18 neko259 Too many cats.
18:18 NekoGloop ;)*
18:18 neko259 CatOverflowException
18:18 NekoGloop Not enough cats!
18:18 NekoGloop You can never have enough cats!
18:30 OldCoder <NekoGloop> You can never have enough cats!
18:30 OldCoder There are no limits indeed
18:30 OldCoder Cats in the living room
18:30 OldCoder Like stars in Heaven
18:30 OldCoder This is the way it was meant to be
18:30 OldCoder :-)
18:36 NekoGloop Indeed
18:38 VanessaE there.  Hours later I finally catch up and respond to that request of his. :-)
18:38 VanessaE hi all
18:38 NekoGloop Who?
18:38 VanessaE Jordach.
18:41 VanessaE as for having enough cats, I have two and they're more than enough some days :-)
18:42 Octupus joined #minetest
18:42 Octupus hello
18:43 Octupus whats the setting to find nyancats in a server
18:43 VanessaE you just dig until you get lucky and find one.
18:43 NekoGloop it's called dig and dig and dig...
18:43 NekoGloop Or get gloopblocks and the craft it equally as hard.
18:46 Octupus :l
18:47 saschaheylik joined #minetest
18:48 saschaheylik hi
18:48 saschaheylik perhaps we overestimated the effort it would take to convert mt to ogre3d. there are only 3 files that actually render something
18:49 Octupus SASCHA
18:49 Octupus havent seen u in a awhile
18:49 saschaheylik hi Octupus
18:49 Octupus hello
18:49 saschaheylik ya been busy
18:49 saschaheylik now i finally have some spare time
18:49 Octupus sascha how the fb page going?
18:50 saschaheylik idk
18:50 saschaheylik havent worked on that yet
18:50 Octupus ahh ok
18:50 saschaheylik my to do list is long enough as is
18:51 Octupus cool
18:53 XavierCR84 joined #minetest
18:55 TLP|AFK joined #minetest
18:58 lostcrack joined #minetest
18:59 lostcrack was kicked by VanessaE: lostcrack
19:01 OldCoder Geez
19:01 NekoGloop Shh
19:02 VanessaE [09-15 15:01] <lostcrack> Why was I banned frm the minetest channel VanessaE
19:02 VanessaE well no shit, sherlock?
19:02 VanessaE :-/
19:02 Octupus THATS BASTARD LANDMINE
19:02 OldCoder Octupus, be cool
19:02 OldCoder You're no fool
19:02 Octupus :l
19:02 OldCoder Let him drool
19:02 OldCoder :-)
19:02 NekoGloop Nice rhyme
19:02 OldCoder It took no time
19:03 OldCoder Not worth a dime
19:03 OldCoder :-)
19:03 Octupus :-)
19:03 Octupus :-
19:03 Octupus lol
19:03 NekoGloop xD
19:04 Octupus HEHE <----- Micheal Jackson
19:06 Octupus Beat It ,Beat it, No1 wanna beat it ,beat it
19:09 Octupus Any1 know the command to leave spawn
19:09 Octupus i mean to set spawn
19:09 NekoGloop There is none
19:09 Octupus yes there is because i used it
19:10 Octupus but i dont remember it
19:11 jin_xi thexyz: you here?
19:12 thexyz yep
19:12 jin_xi saw your fork, cool as i don't really have time for modding
19:13 thexyz yes, i'm planning to use it with next version of minetest.ru main server
19:13 Crisco joined #minetest
19:13 Octupus theres  mai serer for mt
19:14 Octupus main server
19:14 thexyz Octupus: didn't you know?
19:14 Phitherek_ hi :)
19:15 Octupus no
19:15 Octupus what is it?
19:15 Octupus u mean c55.me
19:15 Octupus or .com
19:15 Phitherek_ anyone with quite good network sockets and HTTP knowledge?
19:16 thexyz Octupus: see, minetest.RU
19:16 thexyz by main server i mean :30000
19:16 Octupus ohhh
19:16 thexyz hungergames're also hosted on it
19:16 Octupus i saw but port 55555
19:16 thexyz yes
19:17 thexyz that's not "main"
19:17 Octupus u mean the russian server
19:18 thexyz for me "russian server" means "created in russia/by russians" (in that mt.ru case)
19:18 Octupus ok then the 1 that u are incharge of
19:20 VanessaE thexyz: I meant to ask, whatever happened with 30001?  I guess you took it offline, but was the map ever transferred to a new server?
19:21 thexyz VanessaE: remember, that was "stress test" server
19:22 Octupus xyz how much server are u running?
19:22 thexyz so there were no backups
19:22 Phitherek_ I have a problem, because I am trying to connect my 3m Minetest Mod Manager to rubenwardy' s API and I cannot get to the files (I get 404). And it' s not only rubenwardy' s hosting but it happens on every hosting that uses subdomains...
19:23 thexyz =(
19:23 VanessaE thexyz: yep I know.  But there was the idea in c55's blog that if the map was interesting, it would be transferred to a permanent server.  Guess it wasn't interesting :-)
19:23 VanessaE too bad
19:24 thexyz it was damn griefed
19:24 afkael joined #minetest
19:24 Octupus thexyz, how much servers u running
19:24 thexyz Octupus: 3 atm
19:24 VanessaE thexyz: yeah I know.  node_ownership, though a little buggy, helps greatly in that regard.
19:25 Octupus hunger games,minetest.ru and ?
19:25 M13 joined #minetest
19:25 M13 Hello
19:25 M13 anyone want to chat
19:25 Octupus m13
19:25 Octupus coder said
19:25 M13 -_-
19:25 Octupus M13, We are not ignoring you!
19:26 M13 ik
19:26 Octupus b4 u left
19:26 M13 i saw
19:26 M13 sfan
19:26 M13 sfan5
19:26 M13 you here
19:26 sfan5 yes
19:27 M13 hey do you think slitaz can run minetest
19:27 VanessaE someone should port Minetest to QNX and then BeOS, if those are still around :-)
19:28 M13 ??^^
19:28 Phitherek_ I feel kind of ignored... I guess that just noone knows the answer, right?
19:28 NekoGloop Port it to NES
19:29 VanessaE NES?  HAH!
19:29 Phitherek_ Maybe SNES?
19:29 VanessaE Phitherek_:  dunno about the 3m issue
19:29 NekoGloop Nah, n64 MAYBE.
19:30 VanessaE SNES might be able to run it, that's a 65816, but with 4MB of RAM or whatever it is, good luck fitting it in :-)
19:30 Octupus sfan5, u running any servers
19:30 sfan5 no
19:30 Octupus good
19:31 thexyz Octupus: some private server to test new features
19:31 M13 sfan: hey do you think slitaz can run minetest
19:31 Octupus cool xyz
19:31 Octupus Right now im a mod tester
19:31 Octupus any1 need any mod tested im open
19:31 M13 yes he tests My mods and Meegans mods
19:32 M13 can you i mean
19:32 Phitherek_ all right, all I know that the issue is something about the structure of these hostings, I had no problems neither on my local server nor on my university' s server
19:33 hmmmm node ownership...
19:33 thexyz it's pretty much outdated afaik
19:33 thexyz i mean, the sane version
19:33 hmmmm why do you need node ownership?  to protect structures you create
19:34 hmmmm why do you need to protect an entire area at the granularity of a node?
19:34 hmmmm way too much overhead IMO
19:34 hmmmm how about ownership applies to a range
19:34 hmmmm a rect or something
19:34 hmmmm come on people, this can be done better.
19:35 VanessaE um, node ownership apples to wide areas
19:35 jin_xi apples
19:35 VanessaE applies :-)
19:35 hmmmm node ownership isn't ownership of a node?
19:35 thexyz hmmmm: no
19:35 NekoGloop APPLES!!!
19:35 hmmmm then WTF
19:35 VanessaE at least, from a serv user's standpoint.
19:35 hmmmm that's a very misleading name
19:35 thexyz there're several versions of this mod/idea
19:35 VanessaE no, it's ownership of large swaths.
19:35 hmmmm it ought to be changed.
19:36 VanessaE for example, my house is about 30x30, but the land around it is about 40x80, so I own the entire region of 40x62000x80
19:36 sfan5 guys,guys, i wrote a minecraft classic mod
19:36 NekoGloop Cool beans sfan
19:36 Octupus sfan5 u play mc
19:36 VanessaE (on redcrab's server, usually the land manager, cactuzpl, sets the region to be X by Z nodes from -31k to +31k)
19:36 sfan5 Octupus: yes
19:37 Octupus cool every1 plays mc i feel left out lol
19:37 NekoGloop I play demo ver.
19:38 NekoGloop You should too, if you feel left out ^^
19:38 hmmmm the demo version doesn't work anymore... that's the reason why i started playing minetest
19:38 NekoGloop You have to download from website.
19:38 NekoGloop But you can play from downloaded client.
19:39 sfan5 you can play mc classic with real tnt, thats the mod i wrote
19:39 Octupus_ joined #minetest
19:39 Octupus_ what the heck
19:39 NekoGloop No i mean the demo version that you can play when your account hasnt purchased it.
19:39 NekoGloop The one that is 1.3.2
19:39 Octupus_ brb
19:40 jin_xi_ joined #minetest
19:40 NekoGloop And the one you can totally haxxor with toomanyitems
19:41 Neirdan_ joined #minetest
19:42 Octupus_ joined #minetest
19:42 Octupus there we go
19:43 VanessaE make up our minds, Octupus  :-)
19:43 Octupus ?
19:43 Neirdan Are there any minetest developers in here?
19:43 VanessaE I was joking :-)
19:43 hmmmm nope, not at all
19:43 Octupus any1 know the meaning on enzyme
19:44 VanessaE not sure who all considers themselves a "developer" as such, but there are plenty of contributors here.
19:44 Neirdan Well, someone who could help me to understand the code
19:44 Octupus if u want developers go to #minetest-dev
19:44 hmmmm ask here
19:44 Octupus or asked around here
19:44 hmmmm #minetest-dev is for serious engine development
19:44 NakedFury developers: those who help in the engine stuff
19:44 VanessaE Octupus: not -dev.  that's for core discussion by the devs themselves in general
19:44 Octupus oh
19:44 Octupus well ask around here
19:45 Octupus any1 know the meaning on enzyme
19:45 Neirdan So from what someone told me, map blocks are composed of 72*72*72 nodes, correct?
19:45 hmmmm erm, no.
19:46 hmmmm where'd you get the number 72 from
19:46 NekoGloop 16*16*16
19:46 Neirdan That's what I've heard.
19:46 hmmmm ya... it's 16.
19:46 Neirdan Okay, basically blocks are sectors
19:46 VanessaE enzyme /en' zIm/ (n.) 1. a chemical that causes a reaction with one or more organic components, usually for the benefit of a cell.  2.  A chemical intended to perform a powerful cleaning task, as in enzyme-based detergents.
19:46 NekoGloop Because F = 16
19:46 * VanessaE <-- smartass ;-)
19:46 NekoGloop Nice dictionary.com
19:47 VanessaE nope, from memory :-)
19:47 VanessaE I'm just good at making such responses look like dictionary entries :-)
19:47 NekoGloop Riiiiiiight
19:47 Octupus Gracias Vanessa
19:47 Neirdan And where exactly in game.cpp is the part that displays nodes/blocks/whatever?
19:47 sfan5 i'm going to play sethblings new tf2 map with dinnerbone | </unrelated minecraft stuff>
19:48 hmmmm hah
19:48 VanessaE Neirdan: irrlicht handles most of the actual drawing stuff
19:48 hmmmm that's the render loop
19:48 Neirdan Yeah I know, i've worked a bit with irrlicht
19:48 Octupus a kids gotta do his homework right Vanessa :)
19:49 Neirdan I want to see the smgr->addSceneNode
19:50 Neirdan I mean, I'd like to know where it is.
19:50 VanessaE wish I knew :-)
19:50 hmmmm what's wrong with searching?
19:50 Neirdan Searching doesn't imply 100% chance to find, actually.
19:50 NekoGloop What's wrong with not having it at all? ;)
19:50 hmmmm nope, it doesn't
19:51 hmmmm but you can narrow down what you need to look at
19:51 VanessaE I'll stick to Lua, at least I can feign some measure of intelligence with that :-)
20:12 iqualfragile joined #minetest
20:16 VanessaE wb iqualfragile
20:16 iqualfragile hi
20:16 iqualfragile what does wb mean?
20:16 Octupus welcome back XD
20:17 iqualfragile ok
20:17 iqualfragile thank you
20:17 Octupus your welcome :)
20:18 iqualfragile i know that :D
20:45 iqualfragile1 joined #minetest
20:53 Jordach alert
20:53 Jordach new lm ip found
20:54 Jordach 69.31.69.55
20:55 VanessaE RED ALERT
20:55 VanessaE RED ALERT
20:55 VanessaE ALL HANDS TO BATTLE STATIONS...or something
20:55 Jordach nmapping 69.31.69.55
20:57 Octupus OK IM HERE
20:58 VanessaE Octupus: you sure? looks to me like you're over there --------->
20:58 VanessaE ;-)
20:58 Octupus lol
20:58 * Octupus shoots cannons and raises the flag
21:04 * iqualfragile1 releases crank nazi-science-mutants
21:04 * NekoGloop farts
21:05 NekoGloop :D
21:05 Octupus lol
21:09 Jordach heres lm nmap result http://pastie.org/4727348
21:13 T_A_N_K joined #minetest
21:13 T_A_N_K re
21:13 NekoGloop Hello
21:14 NekoGloop Please, learn to use pastebin xD last night was horrible.
21:14 T_A_N_K yes yes, i use pastie
21:17 LAD god
21:17 LAD hmm good he not here
21:22 XavierCR84 joined #minetest
21:29 sciopat joined #minetest
21:31 NekoGloop Meow.
21:31 saschaheylik yo
21:31 NekoGloop Meow bitchez.
21:31 saschaheylik nope
21:31 NekoGloop xD
21:32 Jordach ADDED CRAFTS FOR DEFAULT WOOL MOD IN MINETEST GAME
21:32 saschaheylik AND BROKE THE FUCKING CAPS LOCK
21:33 NekoGloop Lolwat?
21:33 saschaheylik nothing, cheese cakes.
21:34 Jordach http://minetest.net/forum/viewtopic.php?pid=42792#p42792
22:02 Bad_Command Atlas is full, not adding more textures <-- what does that mean?
22:02 NekoGloop Means you need to disable the texture atlas
22:03 NekoGloop in minetest.conf: enable_texture_atlas = false
22:04 Bad_Command Why is it saying that, and what does that do?
22:05 NekoGloop You have too many textures being loaded at once; disabling atlasing will stop texture glitches from occuring
22:06 Bad_Command I see, this is on the gameboom server, should I be concerned about it?
22:07 Jordach nodebox nodes can look rather strange
22:08 NekoGloop As far as servers go, i think that the texture atlas is client-side, so just close out minetest then disable it and restart.
22:09 Bad_Command Happens on first connect (we just added some of the dyed mods)
22:09 NekoGloop Yeah just one of those causes it. Just disable the atlas.
22:09 NekoGloop It may not even cause texture glitches.
22:14 triplei joined #minetest
22:25 Taoki joined #minetest
22:31 NekoGloop Meow.
22:33 VanessaE new mod release by Jordach:  http://minetest.net/forum/viewtopic.php?id=3072
22:38 Taoki joined #minetest
22:40 Guy12 joined #minetest
22:40 Guy12 Hello
22:40 Jordach sup
22:43 Neirdan How does minetest manages to display many cubes without having performance issue? does it use some mesh combining technique?
22:43 Jordach Neirdan - somewhat yes
22:43 Jordach somewhat nope.
22:44 Neirdan Basically a 16x16x16 block is made of 1x1x1 blocks combined, right?
22:44 VanessaE yeah
22:44 VanessaE the 1x1x1 blocks being nodes of course
22:45 Neirdan From what i've read on irrlicht forums about the many many many attempts of minecraft clones, there's a problem with calling drawing functions multiple times
22:47 VanessaE oh?
22:47 Taoki joined #minetest
22:48 Taoki_1 joined #minetest
22:49 theTroy joined #minetest
22:54 Taoki joined #minetest
22:55 T_A_N_K i request some one who has a server
22:55 T_A_N_K or someone that could help me
22:56 Jordach T_A_N_K maybe
22:56 Taoki joined #minetest
22:57 Jordach new pull request get
22:57 Jordach https://github.com/celeron55/minetest_game/pull/13
22:57 T_A_N_K okay, and here http://youtu.be/mc3aV6l-iks
22:58 Jordach feck dubstep
22:58 Jordach happy hardcore ftw
22:59 Jordach oh god i feel like contributor kahrl
22:59 Jordach adding pull requests
22:59 VanessaE heh
22:59 Jordach and one for minetest_game for the wool crafts
23:00 VanessaE celeron55 still hasn't pulled in my junglegrass or the texture fix for vessels
23:01 Jordach c55; GET you a$$ down here and commit these basstards
23:01 Taoki joined #minetest
23:01 Taoki_1 joined #minetest
23:01 T_A_N_K celeron55 might shit his pants when this spawn protect mod is finished
23:01 Jordach Taoki_1 - are you mirceakitsune on the forums?
23:03 Jordach i has one confession
23:03 VanessaE i can haz cunfeshun?
23:03 VanessaE ;)
23:03 Jordach im zealous to minetest
23:03 Jordach hands down.
23:04 VanessaE this is news? :-)
23:04 Jordach yes.
23:04 Jordach everyday i have played minetest for more than an hour
23:04 Jordach since i came here (forums wise)
23:07 VanessaE every say for hours at a time, for me
23:07 VanessaE day*
23:07 VanessaE either playing, modding, or at least reading the forums
23:07 Jordach VanessaE just got gameboom running my woolcraft
23:07 VanessaE that was quick
23:08 Jordach they went to 0.4.3 just now
23:08 Jordach spread the love
23:08 Jordach wooll*
23:09 VanessaE at least my torches and vessels made it into 0.4.3 also :-)
23:10 VanessaE it was cute making that screenshot btw - had to deal with one of Jeija's slimes :-)
23:10 Jordach jeija - y u make no kitty mod
23:12 VanessaE a kitty mod?
23:15 Jordach yes
23:15 Jordach cats
23:15 Jordach in minetest
23:15 VanessaE as mobs you mean?
23:15 VanessaE hm
23:16 Jordach cmon - if slimes are cute, then make a kitty cat
23:16 XavierCR84 joined #minetest
23:17 T_A_N_K okay i
23:17 T_A_N_K okay i'm having a bit of a hiccup here, why isn't setpos working? http://pastie.org/pastes/4728985/text
23:18 T_A_N_K do i have to call pos as an object ref to work with it?
23:18 T_A_N_K or setpos as an object ref?
23:19 Jordach T_A_N_K; lolLUA
23:21 T_A_N_K i'm just not getting the incosistancies
23:21 T_A_N_K sometimes some things work
23:21 T_A_N_K sometimes they don't
23:22 T_A_N_K some rules don't apply for certain functions
23:22 Jordach T_A_N_K - im working with someone on the api for minetest-classic
23:22 Jordach even supports mobs
23:22 Jordach and base mesecon like machines
23:25 T_A_N_K oh wow
23:25 T_A_N_K all i had to do was name:setpos
23:25 Jordach all via cpp with json like engine
23:25 T_A_N_K getting the hang of this, and that's very cool jordach
23:32 Jordach i need sleep
23:32 OldCoder Jordach, Yep
23:32 OldCoder Night
23:32 Jordach night all
23:32 Jordach zzzzzzzzzzzz.........
23:39 Phitherek_ ahhhh, finally got the solution for this 3m issue :)
23:39 VanessaE oh good
23:40 Phitherek_ admin of my hosting helped :)
23:42 Phitherek_ soon, all mods that have been and will be posted in rubenwardy' s mod DB will be also in 3m :)
23:43 T_A_N_K nice
23:46 Phitherek_ yeah, nice to the point, as 3m for now is only capable of syncing remote and local lists of mods and information about them, I still have much work to do :)
23:46 Phitherek_ I hope, that it will be useful to many users when I will be done ;)
23:47 Phitherek_ at least I' m done with the sockets :D
23:49 NekoGloop joined #minetest
23:51 ttk2 joined #minetest
23:51 NekoGloop Meow.
23:56 VanessaE meow.
23:56 VanessaE http://minetest.net/forum/viewtopic.php?id=3070
23:56 VanessaE *grumble*
23:58 NekoGloop Y u lock, y i not allowed to rage?
23:58 NekoGloop :D
23:59 NekoGloop "Minecraft has mobs; you like being raped by a skeleton or spider?"

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