Minetest logo

IRC log for #minetest, 2014-08-08

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

All times shown according to UTC.

Time Nick Message
00:17 VargaD_ joined #minetest
00:50 blaise crazyR: kill -HUP
00:50 blaise but you gotta know the pid for that
00:50 blaise killall -HUP I think works though..
00:52 blaise yeh
00:54 zash Huh? It's common for server processes to reload config or reopen log files on SIGHUP, not shut down.
00:54 blaise yeah, but it restarts it without killing the process
00:55 blaise like crazyR is wanting
00:55 zash said shutdown tho :)
00:55 blaise crazyR: there's actually a mod specificly to shut down the minetest server via timer, command, or latency/load or the like..
00:56 blaise I believe
00:56 blaise so killall -9
00:56 blaise XD
00:56 blaise no
00:57 blaise I think friendly kill is -19 or -SIGSTOP
00:57 blaise man kill can tell you all about it
00:57 blaise and stuff
00:58 zash kill -$RANDOM
00:58 blaise o.O
00:59 zash pretty sure SIGSTOP is more like a pause
00:59 zash and SIGCONT to unpause
00:59 zash but yeah, it's in man kill or man signal or somesuch
01:00 crazyR thanks for all your advise, it turns out killall -INT minetestserver <-- is the one i was looking for. works like a charm
01:01 fling joined #minetest
01:13 blaise damnit, minetest crashed again due to boat mod
01:15 blaise 19:29:54: ERROR[main]: ERROR: An unhandled exception occurred: ...mes/minetest/games/minetest_game/mods/boats/init.lua:84: attempt to index field 'player_attached' (a nil value)
01:18 crazyR might be worth doing a check just before it,   if not default.player_attached or not default.player_attached[puncher:get_player_name()] then return end
01:19 blaise EH?
01:20 crazyR look on line 84 and add this just before it:
01:20 crazyR if not default.player_attached or not default.player_attached[puncher:get_player_name()] then return end
01:24 blaise lol
01:26 blaise so all we have in farming atm is cotton and wheat ?!
01:27 kizeren joined #minetest
01:27 blaise crazyR: what for?
01:28 crazyR to check for nil , first make sure this table exists: default.player_attached then makes sure that the player exists within that table. if it doesnt then dont continue
01:30 crazyR if not default.player_attached or not default.player_attached[puncher:get_player_name()] then return end actually you should only need to do this:
01:30 crazyR if not default.player_attached[puncher:get_player_name()] then return end
01:32 crazyR hmm irc messed up then lool
01:35 blaise wow
01:35 blaise k, I added it
01:35 blaise has mobf been updated recently?
01:37 blaise crazyR: http://pastebin.com/Ly77q445
01:38 blaise nice
01:38 blaise now it's all kinds of broke
01:38 blaise :(
01:40 crazyR thats wierd how has that one if statement affected  several other mods. looks like those new errors may be unrelated
01:42 crazyR either way, just remoe the line i siad to try. and send a bug report about it, someone should be able to fix it pretty quick
01:50 blaise I think I'm going to have to wipe my map
01:50 blaise :(
01:50 Wings joined #minetest
01:50 Wings left #minetest
01:51 blaise crazyR: you know if mobf has a git repo?
01:51 Wings joined #minetest
01:51 crazyR it does but im not sure who owns it, i dont use it anymore, as it caused to much lag
01:52 blaise https://github.com/sapier/animals_modpack/tree/master/mobf
01:52 blaise sapier owns
01:52 blaise although..
01:52 blaise I think he ragequited
01:52 blaise :(
01:52 blaise I really like mobf
01:53 blaise simple mobs kinda, lacks
01:54 blaise guess I need to nuke prefab
01:55 blaise crap!
01:55 Wings Hi everybody
01:55 blaise when I try to clone, it says fatal: repository 'https://github.com/sapier/animals_modpack/tree/master/mobf/' not found
01:55 blaise gah damnah!
01:56 Wings Wtf -_-
01:56 VanessaE that's not a repository address.  try https://github.com/sapier/animals_modpack.git
01:56 blaise Wings: herro Wingsydingsy
01:56 Wings ???
01:56 Wings i am just very mixed up right now.
01:59 Wings So is this an IRC channel?
02:00 Wings left #minetest
02:11 Wings joined #minetest
02:14 Wings HI Everybody
02:20 AnotherBrick joined #minetest
02:23 Wings Hello Everybody ;D having a great day?
02:28 zat joined #minetest
02:33 VanessaE Wings: you are on Freenode, not Inchra.
02:55 blaise wow
02:55 blaise I got it back up
02:55 blaise !server blaise
02:55 blaise !up midnightsystems.net
02:55 blaise !server MidnightSystems
02:55 blaise is the bot down?
02:55 blaise Wings: herro
02:55 blaise Wings: welcome to irc
02:55 blaise Wings: you're using a web client, so you're not really getting the full irc experience
02:55 MinetestBot blaise: No results
02:55 blaise uberbotlag
02:55 blaise lmao
02:56 blaise VanessaE: did sapier die or something?
02:56 VanessaE no?
02:56 blaise VanessaE: did he give up on mobf?
02:56 VanessaE I doubt it; he's been busy on engine stuff
02:57 blaise like, with his car? or his minetest fork..
02:57 VanessaE minetest engine :)
02:58 VanessaE he is a core dev also after all
03:07 blaise ah
03:07 blaise I thought he just did super ninja lag creation
03:07 blaise XD
03:08 VanessaE bbl
03:09 blaise jk
03:10 NobbyNobbs bye
03:10 NobbyNobbs left #minetest
03:13 fortytwo joined #minetest
03:25 sol_invictus joined #minetest
03:54 Eater4 joined #minetest
04:27 ^v joined #minetest
04:43 blaise !server MidnightSystems
04:43 MinetestBot blaise: MidnightSystems | midnightsystems.net | Clients: 0/25, 0/2 | Version: 0.4.10 / minetest | Ping: 445ms
04:43 blaise sweet
04:47 Vargos joined #minetest
04:48 blaise :(
04:48 blaise everyone died
04:56 Eater4 !Server oOChanLynxOo FreeBuild server
04:57 Eater4 !server oOChainLynxOo FreeBuildServer
04:57 MinetestBot Eater4: No results
04:58 Eater4 !server oOChainLynxOo FreeBuild Server
04:58 MinetestBot Eater4: oOChainLynxOo Freebuild Server(compatible with tablets) | minetest.crabdance.com:30001 | Clients: 1/15, 0/4 | Version: 0.4.10-dev / minetest | Ping: 801ms
05:25 Eater4 Can anyone get the irc mod working on unbuntu server
05:25 Eater4 ?
05:28 blaise irc mod for unbuntu?
05:28 blaise o.O
05:29 blaise ehrm, I've got the irc mod running fine in linux..
05:29 blaise but I would sooner catch myself on fire than run ubuntu
05:30 blaise !server MidnightSystems
05:30 MinetestBot blaise: MidnightSystems | midnightsystems.net | Clients: 2/25, 1/2 | Version: 0.4.10 / minetest | Ping: 266ms
05:30 blaise !up midnightsystems.net
05:30 MinetestBot midnightsystems.net:30000 is up (543ms)
05:30 blaise holy balls
05:34 ShadowNinja Eater4: Ubuntu has a broken LuaSocket package, so you'll have to build it yourself.
05:35 Eater4 I did that, I got errors
05:35 Eater4 Something about luasetfuc
05:35 ShadowNinja But I'm off now, maybe I can help tomorrow.
05:36 ShadowNinja Eater4: Um, you might be linking against Lua5.1 with a 5.2 version of LuaSocket, but /away.
05:46 fishyWET joined #minetest
05:53 jp__ joined #minetest
05:56 Wings joined #minetest
05:58 Garmine joined #minetest
06:05 Akagi201 joined #minetest
06:06 khor_ joined #minetest
06:11 asie joined #minetest
06:25 nman3600 joined #minetest
06:57 erian04 joined #minetest
07:06 grrk-bzzt joined #minetest
07:06 grrk-bzzt joined #minetest
07:16 Jousway joined #minetest
07:22 aheinecke joined #minetest
08:01 Yepoleb_ joined #minetest
08:02 SoniEx2 joined #minetest
08:20 Krock joined #minetest
08:20 * Krock deleted 10k of join-once-and-never-come-back players
08:20 Krock hi.
08:44 asie joined #minetest
08:57 basxto joined #minetest
09:08 PenguinHub Bye guys
09:12 LemonLake joined #minetest
09:17 Calinou joined #minetest
09:25 kahrl joined #minetest
09:43 SylvieLorxu joined #minetest
09:48 LemonLake joined #minetest
09:54 Garmine joined #minetest
09:57 rmilan joined #minetest
09:57 LazyJ joined #minetest
09:58 PenguinHub joined #minetest
09:58 PenguinHub Hi I'm back!
09:59 LemonLake PenguinHub?
10:00 PenguinHub Hi LamonLake
10:10 Krock wb!
10:12 qwrwed joined #minetest
10:13 PenguinHub I don't need no BNC, SSH + irssi + screen is good enough =P
10:13 PenguinHub or ZNc whatever
10:13 PenguinHub How is everyone?
10:13 Calinou meh :(
10:14 qwrwed Minetest crashes every 3 minutes with the error "bad allocation", does anyone know how to stop this?
10:15 PenguinDad joined #minetest
10:16 Calinou which OS?
10:16 Calinou official build or not?
10:16 qwrwed Windows 8, from 0.4.8 stable to 0.4.10 stable
10:17 Krock video driver?
10:18 * Krock takes an eraser and tries to remove the line above
10:26 loggingbot_ joined #minetest
10:26 Topic for #minetest is now Latest stable version is 0.4.10 | Please be patient, responses may take a while | Rules: http://wiki.minetest.net/IRC#Rules | Development: #minetest-dev | Server list: http://minetest.net/servers | Logs: http://irc.minetest.ru/minetest/
10:26 Calinou <qwrwed> no "video RAM" field, but "approx. total memory" is 1792 MB
10:26 Krock wb loggingbot_
10:26 Calinou total memory is fake
10:26 Calinou only look at dedicated video mmeory
10:27 qwrwed Krock, under Drivers it says date: 23/06/2014
10:27 qwrwed VanessaE, i will try that
10:27 Krock quite new
10:28 * Krock is out of ideas
10:32 VanessaE of course you did say windows 8, so gdp is out.
10:32 VanessaE gdb*
10:32 VanessaE but some kind of debugger would be useful.
10:33 NakedFury joined #minetest
10:43 qwrwed VanessaE, how do i run minetest in gdb
10:43 Calinou tried several builds?
10:43 Calinou 32 bit and 64 bit
10:44 VanessaE qwrwed: on windows you can't, sorry.  I wasn't paying close enough attention :P
10:44 qwrwed oh
10:44 VanessaE what debugger would a person use on windows anyway?
10:44 VanessaE can you try it in Linux somehow?
10:44 qwrwed calinou i will try Fess' 64 bit build
10:44 qwrwed I don't have Linux
10:47 VanessaE right.
10:47 PenguinDad qwrwed: have you tried msvc and mingw builds?
10:47 VanessaE well try fess' build and see if it works/
10:48 blaze joined #minetest
10:58 proller joined #minetest
11:48 Jordach joined #minetest
11:49 Krock joined #minetest
11:50 LemonLake jesus
11:50 LemonLake haruka's hair is bloody difficult even in inkscape :/
11:50 LemonLake has anyone actually successfully drawn her hair?
11:51 twoelk joined #minetest
11:53 ImQ009 joined #minetest
11:55 * twoelk loves the way Manara or Loisel draw hair
11:56 Krock !tell Sokomine were you able to fix that bug with the mg_villages yet?
11:56 MinetestBot Krock: I'll pass that on when Sokomine is around
12:02 * twoelk checks in on his minetest running in the background with the explore mod that hops through the endless skies of skytest in search of an heavenbiome
12:03 LemonLake I think I've figured out her hair
12:07 LemonLake https://cdn.mediacru.sh/QUM2zyceVyf2.png does that look correct?
12:09 Krock omg a ghost with eyes and fire
12:09 LemonLake lol
12:13 twoelk actually I'm quite courious about your work process LemonLake. Do you start with some templates for the underlying basic geometry?
12:13 LemonLake twoelk, i look at references, spend ages sketching
12:14 LemonLake trace certain body parts that are excessively difficult to learn how to do them better
12:14 LemonLake then i just vector out the random parts
12:14 twoelk so you scan your sketches and draw vectors on them outlines?
12:15 LemonLake i sketch with a tablet
12:15 LemonLake usually in gimp, the smooth stroke option saves lives
12:15 LordJohnson :o
12:15 LordJohnson MinetestBot: version
12:15 LordJohnson is that a jenni
12:15 LordJohnson MinetestBot: help
12:15 LordJohnson !help
12:15 MinetestBot https://github.com/sfan5/minetestbot-modules/blob/master/COMMANDS.md
12:15 LemonLake !version
12:15 PenguinDad !doge
12:15 MinetestBot DOGE is at 0.00000029 BTC
12:15 Krock <3 MinetestBot
12:15 MinetestBot <3 Krock
12:15 PenguinDad !doge
12:15 MinetestBot http://i.imgur.com/2MmvpGR.jpg
12:15 LordJohnson heh
12:15 twoelk ah, never tried a tablet
12:15 LemonLake i can't draw on paper for schitt
12:15 LemonLake well, not anime
12:16 Jordach https://cdn.mediacru.sh/ZsxWmD3Kbe4L.png D:
12:16 PenguinDad I can't draw on paper or a tablet :D
12:16 Jordach Steam no looks like Steam
12:16 LemonLake Jordach: not on linux
12:16 LemonLake (yes I'm using the beta)
12:16 Jordach LemonLake, Settings -> Beta
12:16 LemonLake Maybe it has something to do with source 2?
12:16 LemonLake that's been 'released' now
12:17 Jordach LemonLake, it starts to look like big picture
12:17 LemonLake i like that new appearance actually
12:17 LemonLake more consistent with big picture
12:17 Krock Jordach, bugging others with git commits :P
12:17 twoelk I can do sketches on paper that look promising but when I add details I usually wreck everything
12:17 proller 1
12:17 Jordach -1
12:17 Krock 0
12:17 LemonLake Jordach: damn you
12:18 Jordach whst
12:18 Krock ^
12:18 LemonLake i just looked at my steam profile picture on your friends list and it made me all emotional and shit
12:18 proller why /me not banned ?
12:18 LemonLake hold up, since when was there genre sorting in steam?
12:18 Krock spam and you get a free ban :P
12:18 Jordach LemonLake, i set categories for games
12:18 LemonLake haowoow :(
12:19 LemonLake ooh
12:19 LemonLake that's a fancy
12:19 * PenguinDad doesn't see the difference
12:19 Jordach LemonLake, there's a new logo too
12:19 LemonLake so there is
12:20 Jordach >pinned to start menu >still uses the old logo
12:20 LemonLake this probably has something to do with source 2
12:20 Jordach HL3 Confirmed.
12:20 Krock nuu.. sfan5.duckdns.org is down
12:20 LemonLake Jordach: most likely
12:21 LemonLake dota 2 has been majorly updated with engine changes
12:21 LemonLake the engine code is completely different, and source shared files are suffixed '2' i.e. engine2.dll
12:21 LemonLake hammer is also different (looks like qt now, hopefully cross-platform)
12:21 Jordach LemonLake, who honestly plays Dota2
12:21 LemonLake Jordach: a lot of people, it's a great game
12:21 Jordach LemonLake, this is a good thing as Valve wants people to use Blender for modding
12:22 LemonLake https://www.youtube.com/watch?v=byePJbjTosI
12:23 LemonLake Hammer S2 is actually reaally nice.
12:29 twoelk Jordach: concerning BFD, I think leaves, grass and flowers should be faster to dig/pick with bare hands. I think at the moment it is sort of out of scale compared to the other stuff.
12:29 Jordach twoelk, use the right tool
12:29 Jordach and it annoys me by people *just using fists for every damn job*
12:29 PenguinDad TIL soapstone is really soft
12:29 twoelk I never got any tools when I stroll over some meadow :-D
12:31 twoelk so fists only for the very first tree? :-(
12:32 LemonLake hair done: https://cdn.mediacru.sh/aD3TyQQzwmRL.png
12:32 LemonLake Jordach: flowers should be faster with fists
12:32 LemonLake they're not that strongly rooted
12:33 Jordach LemonLake, plants will eventually become dig_immediate=1
12:33 Jordach or at least 2
12:33 LemonLake why not do that now, then?
12:33 kizeren2 joined #minetest
12:33 LemonLake instead of delaying everything?
12:33 LemonLake it's one line change
12:33 ecutruin joined #minetest
12:34 jp___ joined #minetest
12:36 twoelk btw, I like how them treemonsters took over my house of leaves, that was hilarious
12:40 Wuzzy joined #minetest
12:46 * Krock would like flying monsters
12:46 Krock mobs.
12:46 twoelk them flying ghosts can get pretty annoying
12:47 Krock well then... birds
12:47 PenguinDad Krock: How about mothman for minetest?
12:47 Krock a what?
12:47 twoelk with prophecies?
12:47 Krock *googles*
12:47 Krock PenguinDad, yes
12:49 twoelk Mothman says: "3 players will die at spawn this night"
12:49 LemonLake Jordach: https://cdn.mediacru.sh/4iaO700tpcRk.png
12:49 LemonLake hl3 has never been this confirmed
12:49 PenguinDad Krock: always have a look at your bridges
12:50 Krock PenguinDad, does it also hide under my bed at night?
12:51 PenguinDad Krock: AFAIK no
12:52 Krock ah good
12:55 PilzAdam joined #minetest
13:03 twoelk when I came home after exploring the BFD server a little, I died right on my doorstep before I realized what had happened http://www.woelknet.de/pages2/minetest/screenshots/screenshot_49005375myBonesonBFD.jpg
13:05 sol_invictus joined #minetest
13:20 asie joined #minetest
13:22 blaze joined #minetest
13:29 Krock twoelk, der hat dich zum fressen gern
13:31 twoelk da waren mindestens 2, als der server runterfuhr
13:35 Krock :/
13:46 twoelk the experiment to "grow a house" at least showed you should expect squatting critters
13:46 PenguinDad water with sunlight_propagates = true looks quite nice
13:47 Krock building houses with WE is also very nice
13:49 twoelk I always fumble at aligning schematics correctly
13:51 * twoelk always needs an undo option
13:51 PenguinDad Krock: some nice trees https://cdn.mediacru.sh/qRsWdJvaF6W2.png
13:52 Krock lol
13:52 Krock *mark "jungle", drag&drop 10 lines above or below, done*
13:53 Krock PenguinDad, carbonate, right?
13:54 twoelk looks like the old leaf decay on chunk borders bug
13:54 Krock hmm?
13:54 PenguinDad Krock: that's my game
13:55 Krock PenguinDad, interesting textures.. did you make them?
13:55 PenguinDad Krock: nope the textures are taken from carbone
13:55 Krock eh ok
13:58 Krock <3 gitorious https://gitorious.org/calinou/carbone/commit/ba213aaaaaffada25c1f8c0da085ce673d929ee7
13:58 Krock +++++++++++++++++++
14:02 fishyWET joined #minetest
14:03 PenguinDad Maybe I should add dessert stone to my game :D
14:03 Krock yes. dessert
14:04 PenguinDad Desert stone drops dessert stone at a very low rate
14:05 * Krock gives PenguinDad upstream git url
14:06 PenguinDad Which upstream git url?
14:07 Krock of base_game
14:11 PenguinDad are there any important fixes?
14:15 Krock only if you use BM's beds
14:16 Hirato joined #minetest
14:18 PenguinDad then there aren't any important fixes for me
14:19 Krock k
14:20 PenguinDad I wonder how long it will take for me to clone the ffmpeg repo
14:21 Gizmo joined #minetest
14:26 * Jordach slaps PenguinDad with Savant - Prototype
14:31 * PenguinDad is working on an extremely dirty tnt mod
14:38 twoelk boom - yuk
14:40 Krock !doge
14:40 MinetestBot DOGE is at 0.00000030 BTC
14:40 Krock !doge
14:40 Krock MinetestBot!
14:40 MinetestBot Krock!
14:40 PenguinDad lol I just found a dungeon that looks more like a ruin of a house
14:41 PenguinDad !doge
14:41 MinetestBot DOGE is at 0.00000029 BTC
14:41 PenguinDad !doge
14:41 PenguinDad MinetestBot!
14:41 MinetestBot PenguinDad!
14:45 _1_Matsetes joined #minetest
14:52 Krock !give PenguinDad http://i.imgur.com/q7VKiiK.gif
14:53 PenguinDad Krock: I'll look at that when only libass is left
14:54 Krock libass?
14:54 Jordach dat ass
14:54 Krock !doge
14:54 MinetestBot DOGE is at 0.00000030 BTC
14:54 PenguinDad Krock: https://github.com/libass/libass
14:54 Krock uuh
14:54 PenguinDad !doge
14:54 MinetestBot http://i.imgur.com/qLbktNN.jpg
14:54 Krock 30 29 30
14:55 Jordach !c 0.00000030 * 11000
14:55 MinetestBot 0.0033
14:55 Krock !doge
14:55 MinetestBot DOGE is at 0.00000030 BTC
14:57 PenguinDad !c 0.00000030 * 2220000000
14:57 MinetestBot 666.0
14:57 Krock LOL
14:57 PenguinDad ^ demonic doges
14:57 Krock just searched for the guy with most posts
14:58 Krock PilzAdam has < 4000
14:58 PenguinDad s/</>/
14:58 Krock PilzAdam < 4000
14:59 PenguinDad !c "PilzAdam" < 4000
14:59 MinetestBot TypeError: unorderable types: str() < int()
14:59 PenguinDad :(
14:59 Krock !c 'PilzAdam' < '4000'
14:59 MinetestBot False
14:59 Krock liaar
14:59 PenguinDad !c "Doge" < "Cat"
14:59 MinetestBot False
15:00 Krock Dove > Cat
15:00 Krock s/v/g/
15:00 PenguinDad !c "Doge" < "Kitteh"
15:00 MinetestBot True
15:00 PenguinDad Kitteh > Doge
15:01 PenguinDad Krock: Today is the "Find the most useless Proof Day" :D
15:02 Krock PenguinDad, proof that.
15:03 PenguinDad Krock: I just invented that day :P
15:03 Krock ah
15:04 Krock I wonder who has the most posts per day
15:15 NobbyNobbs joined #minetest
15:15 NobbyNobbs hi
15:16 Krock http://i.imgur.com/LNtuC22.jpg
15:33 Calinou joined #minetest
15:44 Akagi201 joined #minetest
16:05 NobbyNobbs joined #minetest
16:05 NobbyNobbs hi
16:10 Bluelogic joined #minetest
16:10 Jordach and this is why i will never drive a car https://cdn.mediacru.sh/Zl2KKHpPTF0M.jpg
16:12 Krock Jordach, even the rearview mirror is flipped
16:13 Krock it's a game from UK.. steer wheel on wrong side :P
16:14 PenguinDad Jordach: which game?
16:16 Jordach PenguinDad, Euro Truck Simulator 2 (+ Going East DLC)
16:16 PenguinDad yay my first guess was mostly right
16:16 fishyWET left #minetest
16:17 PenguinDad My skills in these games aren't any better :D
16:18 grrk-bzzt joined #minetest
16:18 grrk-bzzt joined #minetest
16:19 zat joined #minetest
16:19 * Jordach is already annoyed with some changes https://cdn.mediacru.sh/u7VXHDgIwxJT.png
16:33 Krock lol. http://imgur.com/gallery/sn85TsD
16:33 twoelk hm, Steam has "death-maps" of some games. Wonder what a Minetest-server death-map might look like. Probably a big red blob with 500m radius around spawn.
16:34 Krock possibly a thing which is left after a superdupermega XXL hardcore mese TNT exploded
16:39 twoelk I remember sometimes on the road server you had to hack your way through the bones of players to leave spawn
16:40 jp__ joined #minetest
16:43 * twoelk notices BFD on inchranet
16:44 twoelk time to deal with them squatting treemonsters
16:44 Krock !tell sfan5 http://i.imgur.com/22E9E2e.jpg
16:44 MinetestBot Krock: I'll pass that on when sfan5 is around
16:44 Krock thx MinetestBot
16:44 Calinou joined #minetest
16:45 * sfan5 meows at Jordach
16:45 MinetestBot sfan5: 08-08 21:44 UTC <Krock> http://i.imgur.com/22E9E2e.jpg
16:45 Calinou the floor would make for a good texture
16:46 Krock ..
16:46 sfan5 Krock: I'm right here
16:46 Krock sfan5, didn't know.
16:46 Krock meow!
16:47 PenguinDad sir for atomic notation 5 :D
16:54 blaze joined #minetest
16:54 sfan5 <3 MinetestBot
16:54 MinetestBot <3 sfan5
16:56 Krock Jordach, wut's the license of your cart?
17:11 _1_Matsetes joined #minetest
17:11 _1_Matsetes left #minetest
17:11 Jordach Krock, IDGAF
17:11 Krock ah okay
17:12 PilzAdam Krock, I am the victim of a conspiracy
17:12 Krock Jordach, got an other question, what am I doing wrong if the cart doesn't rotate on Y+/Y-?
17:12 Krock PilzAdam, sounds fantastic
17:13 Krock Jordach, https://github.com/Jordach/big_freaking_dig/blob/master/mods/carts/init.lua#L432-L438
17:13 PilzAdam they fear the power of my posts
17:14 Krock they take your power away..slowly..
17:16 q66 joined #minetest
17:28 nman3600 joined #minetest
17:29 Matsetes2 joined #minetest
17:34 Gregor3000 joined #minetest
17:35 Halo joined #minetest
17:51 Jordach Sokomine, twoelk: sorry about percieved network lag, tower is used to move an ISO from one tower to the next on my network
18:08 Calinou https://forum.minetest.net/viewtopic.php?f=17&amp;t=9338 → you're no longer at 4000 :P
18:09 PenguinDad <3 mpv
18:10 Calinou this? http://mpv.io/
18:10 PenguinDad Calinou: yes
18:20 asie joined #minetest
18:23 Amaz joined #minetest
18:29 Krock this is Amaz ing
18:30 Amaz Did you mean to highlight me? :P
18:39 Krock em no?
18:41 phantombeta joined #minetest
18:47 nman3600 joined #minetest
18:48 LemonLake mpv is cool
18:51 LemonLake whoa
18:51 LemonLake atom is like sublime text but sexier
18:53 PenguinDad I personally prefer geany
18:53 Krock Notepad++ ftw
18:53 LemonLake I used to use n++, but sublime text beat it by far for me
18:54 basxto PenguinDad: but geany sadly lacks a good autocompletion
18:55 Eater4 joined #minetest
18:58 Lunatrius` joined #minetest
18:59 proller joined #minetest
19:00 Freejack joined #minetest
19:04 Krock lel
19:04 Krock > toc toc
19:04 Krock > I have no door
19:06 PenguinDad Do you live in a tent? :P
19:06 LemonLake i live in a blanket
19:06 pitriss ...crdboard box... :D
19:13 Miner_48er joined #minetest
19:25 blaise !up midnightsystems.net
19:25 MinetestBot midnightsystems.net:30000 is up (288ms)
19:26 blaise looks like that bit of code that guy told me to add to the boats init.lua fixed it
19:26 blaise lmao
19:29 VanessaE left #minetest
19:29 VanessaE joined #minetest
19:29 VanessaE oops.
19:31 blaise VanessaE: wb..
19:31 VanessaE thanks
19:36 LemonLake joined #minetest
19:53 grrk-bzzt joined #minetest
19:54 paramat joined #minetest
19:54 asie joined #minetest
19:54 Matsetes2 joined #minetest
19:56 paramat In C++ does arithmetic take longer if a number has more significant figures? I suspect yes ...
19:59 puhfa basic arithmetic does not, more complex functions may, but usually wont be affected either
20:00 Krock die, mosquito!
20:07 SylvieLorxu joined #minetest
20:09 Pest joined #minetest
20:10 PilzAdam https://forum.minetest.net/viewtopic.php?p=150380#p150380 troll Jordach is troll
20:12 * Sokomine nods to krock and wants a mosquito-killing-machine!
20:13 Sokomine they are a pest. first, it was so hot, and now it's a bit wetter - and there they come out and attack :-(
20:13 Sokomine the beasts in minetest are nothing by comparison! dungeon monsters are friendly guys when standing next to a mosquito
20:14 ^v joined #minetest
20:18 ^v joined #minetest
20:19 NobbyNobbs Sokomine: which mod is that?
20:20 * NobbyNobbs is looking for some (un)friendly company in the game
20:22 paramat thanks, i still have a resistence to unnecessary amounts of significant figures (i'm cleaning up and fixing a recent commit)
20:30 Sokomine nobbynobbs: it's a mod called "rl". be glad you don't have it running! these mosquitoes are very annoying. it's like a virus - deinstalling them doesn't work! :-(
20:42 NobbyNobbs no i meant the dungeon beasts. i already got the with the moskitos:-)
20:43 NobbyNobbs (thats what moskito nets are for)
20:46 kizeren joined #minetest
21:03 asie joined #minetest
21:03 asie joined #minetest
21:03 kizeren2 joined #minetest
21:34 twoelk joined #minetest
21:38 q66_ joined #minetest
21:42 Zelenavoda joined #minetest
21:46 Jordach BFD players like their game Medium-Hard, while other game players like it Well Easy
21:53 Jordach this is what happens when you mine at -400 https://cdn.mediacru.sh/qWN3vVaylJHy.png
21:55 PilzAdam Jordach, what gameplay elements make it "Medium-Hard"?
21:55 Jordach PilzAdam, taking a long time, being a bitch to build decorative houses
21:55 Jordach ask Sokomine :)
21:57 PilzAdam an insanely high digging time doesnt't make a game hard; it makes it annoying
21:57 Jordach PilzAdam, your mobs are much more powerful
21:57 Jordach ~40hp and do ~4 hearts
21:58 Jordach and dungeon masters are instant kill D:
21:58 PenguinDad Insanely high digging times also require you to get unemployed :/
21:58 Jordach PenguinDad, i developed BFD during Sixth Form
21:58 Jordach i had plenty of time to get stuff done
21:58 blaise !server MidnightSystems
21:58 MinetestBot blaise: MidnightSystems | midnightsystems.net | Clients: 1/25, 1/1 | Version: 0.4.10 / minetest | Ping: 866ms
21:58 blaise o.0
21:59 blaise says it's up
21:59 blaise but I can't connect
21:59 blaise lmao
21:59 PilzAdam why don't you set stack_max to 1? it's basically the same as high digging speeds
21:59 PilzAdam s/speeds/times/
21:59 Jordach PilzAdam, because i get bored quickly of things, and i like taking time
22:00 Jordach (it's a major annoyance having to keep resurfacing due to cobble)
22:02 twoelk bags?
22:02 Jordach gah
22:03 Jordach bags are the worst idea ever
22:03 twoelk really?
22:03 Jordach simply because our engine doesn't stop bags within bags
22:04 twoelk oh, something I never tried
22:04 Jordach which leads to infinite storage (and there's one of the reasons why i dislike it)
22:05 twoelk sounds legit
22:05 Jordach and when storage is cheap and plentiful, you become lazy with inventory sorting and keeping it near unorganizable
22:07 twoelk btw, do cherry trees drop less saplings than others?
22:08 Jordach twoelk, slightly
22:08 Jordach 20 -> 25 rarity
22:09 twoelk hm, might have been bad luck then
22:09 twoelk got 2 from 4 trees
22:09 Jordach twoelk, MTG gives loads of saplings from one tree
22:09 twoelk while 10 from 2 deathly trees
22:09 Jordach twoelk, your luck alright
22:11 twoelk I like plenty of saplings though, that lets people consider more replanting
22:47 Matsetes_ joined #minetest
22:48 proller joined #minetest
23:03 paramat left #minetest
23:08 blaise can anyone connect to my server?
23:08 blaise !server MidnightSystems
23:08 MinetestBot blaise: MidnightSystems | midnightsystems.net | Clients: 1/25, 1/1 | Version: 0.4.10 / minetest | Ping: 134ms
23:12 blaise server was tached out with a load level of 57 something
23:12 blaise had to restart it
23:13 blaise on a side note, on my remote client I rm -r .minetest and started with a fresh client base
23:14 blaise was getting about 300kilobytes per sec on media
23:14 blaise which is much better than 5 kilobytes/s
23:14 blaise XD
23:15 blaise on the down side
23:15 blaise I can't seem to switch back to unified inventory after using inventory_plus
23:15 blaise :(
23:15 blaise I've removed the mod, and it's gone from world.mt
23:16 blaise but it's still loading inventory_plus even though I've got unified_inventory on there and loading in the logs
23:16 blaise so I dunno wtf to do
23:16 blaise any advice or suggestions on the matter would be great
23:17 blaise meh
23:17 blaise I'm gonna wipe the map and start over
23:23 ^v joined #minetest
23:24 shadowzone joined #minetest
23:25 Vazon joined #minetest
23:53 luizrpgluiz joined #minetest

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