Time Nick Message 00:14 BlockMen done so far with possible new pause menu -> http://i.imgur.com/fUL8Qoq.png :) 00:14 VanessaE nice 00:14 BlockMen and it pauses game in singleplayer for real now 00:24 andersje okay...so I'm looking at this stained_glass mod, and looking at how I can no longer use unified_dyes:dyename...for SOME cases,it has to be dye:dyename 00:24 andersje e.g. dye:red 00:24 VanessaE yes 00:25 andersje can I use a minetest_register_alias to get around that? 00:25 VanessaE that's mentioned in the UD page 00:25 andersje =) 00:25 VanessaE because those are default dyes 00:25 andersje and you specifically told me earlier :) 00:25 VanessaE but sure 00:25 VanessaE aliases should do, too 00:25 andersje sweet. 00:25 andersje because this guy's code is really quite elegant and brief. 00:25 VanessaE it's a hacky way to do it, but it works 00:25 andersje well, hacky, yeah, in a way 00:25 VanessaE also, be sure you take everything out of the creative inventory (or provide a setting to do so). 00:26 VanessaE so I don't have to re-do that modification on my server's copy :) 00:26 andersje but this way, the blocks are all defined in basically the same chunk of code, instead of having a bunch of different definitions 00:26 * andersje nods 00:26 andersje you got it. 00:26 andersje I'll try to figure out the setting thing 00:26 andersje if this were perl or shell, I'd be all over it. 00:26 andersje but lua is new to me 00:27 * andersje thinks about this 00:27 andersje better would be if I set up a register_alias at the beginning that sets each dye color to something local to this mod 00:27 VanessaE at the start of the code, do something like: local nici=1 , then in the node defs, do groups = {blah=1, foo=2, bar=1, not_in_creative_inventory=nici) 00:27 andersje so that there is one place where all colors are defined to this mod. 00:27 andersje oh, cool, thanks 00:28 VanessaE then the user could just set nici to 0 to put them back in (I assume anyway) 00:28 VanessaE oops, close } not ) 00:29 * andersje nods 00:29 VanessaE or maybe they have to set it to nil rather than 0 00:30 VanessaE anyway, you'll figure it out :) 00:30 andersje yeah. I'll be testing away. 00:30 andersje thanks for your help 00:30 VanessaE sure 00:30 andersje minetest.register_alias("localname","actual_name") 00:30 andersje right? 00:30 VanessaE I think so, yeah 00:30 andersje looks like it, thanks 00:30 VanessaE huh. 00:31 VanessaE I coulda sworn I had an online copy of my local stainedglass repo. 00:31 VanessaE I'll just have to fix that now won't I? :) 00:31 * andersje nods 00:31 andersje yep :) 00:32 VanessaE https://github.com/VanessaE/stained_glass 00:32 VanessaE there. 00:33 VanessaE strange that my latest commit isn't showing in my list 00:34 VanessaE oh here's why 00:35 VanessaE there we go 00:35 VanessaE that *should* do it 00:36 VanessaE there we go, it's up-to-date now. 00:36 VanessaE hm, needs a rebase. 00:39 VanessaE THERE> 00:39 VanessaE damn thing. 00:40 * VanessaE flips her repo the bird. :) 00:43 VanessaE one last force update to fix what I screwed up and it's done. 00:43 VanessaE you can now work against my copy if you want. 00:44 VanessaE (since sketch seems to be AWOL) 00:58 kaeza [21:25:46] it's a hacky way to do it, but it works <-- suddenly: VanessaE turns into PA :P 00:58 VanessaE :P 00:59 kaeza except for the "it works" part :> 00:59 PilzAdam hey! my mods work.... kinda 01:01 VanessaE says the man whose carts powered rails still don't conduct :) 01:01 BlockMen n8t everyone 01:01 PilzAdam cya 01:02 kaeza wait... the API in player.lua is public? O_o 01:04 kaeza if you can call it API in the first place that is... 01:04 PilzAdam !op 01:04 PilzAdam !deop 01:05 VanessaE haha 01:05 VanessaE PilzAdam: fix yer powered rails :) 01:05 kaeza soo... PilzPonies? :D 01:05 * kaeza hides 01:06 FreeFull kaeza is a pony spy 01:06 VanessaE and for that extra-special taste, http://www.thinkgeek.com/product/e5a7/ 01:07 kaeza VanessaE, hah! 01:07 VanessaE :D 01:08 kaeza FreeFull, no u 01:12 kaeza https://forum.minetest.net/viewtopic.php?pid=106635#p106635 01:12 kaeza wat 01:13 VanessaE dafuq? 01:13 VanessaE delete? 01:13 PilzAdam no! 01:14 PilzAdam we cant see the wisdom in his posts yet 01:14 kaeza "I hear it's amazing when the famous purple stuffed worm in flap-jaw space with the tuning fork does a raw blink on Hara-Kiri Rock. I need scissors! 61!" -- Colonel Roy Campbell 01:14 PilzAdam but after thousands of years the humans will eventually understand this, and the world will become a better place 01:14 VanessaE PilzAdam: you, sir, are completely full of shit. :) 01:28 andersje VanessaE: thanks, I'll work off yours. I was going to fork a copy myself, but since you've already committed some changes... 01:28 VanessaE ok 01:29 jin_xi wow, modding got a whole lot easier with the focus fix for formspecs... enter after lua error works now! 01:29 VanessaE just make sure you pull the latest, I pushed several forced updates to get mine in-line with sketch's 01:29 andersje will do. 01:31 andersje VanessaE: I'm new to github, have always used gitolite before. Do I now fork _your_ repo, make my changes to what I just forked, and then you can pull it back? 01:31 VanessaE http://yro.slashdot.org/story/13/08/20/0750237/joining-lavabit-et-al-groklaw-shuts-down-because-of-nsa-dragnet 01:31 * VanessaE cries a little. 01:31 andersje PJ will be back 01:31 VanessaE yes, that's how you do it. 01:31 andersje cool, thanks 01:33 PilzAdam bye 01:42 Sokomine vanessa: yes, it's bad :-( 01:52 * NekoGloop curls up in VanessaE's lap 01:53 VanessaE heh 01:53 NekoGloop mew? 01:54 andersje hrm. I want to make a loop to define a metric shitton of aliases 01:54 andersje so I can basically do this: 01:54 andersje for (all the colors defined in unified_dyes) { 01:55 andersje define the alias } 01:55 andersje then manually define my dozen overrides at the end 01:55 andersje alternately, is there a way in lua to say "if unifieddyes:blue is defined, use that, else use dye:blue " 01:55 andersje because if I can do THAT, I'm golden 01:55 VanessaE well 01:56 VanessaE things like unifieddyes:blue et.al will never exist :) 01:56 VanessaE but you can just alias one to the other blindly if you want 01:56 VanessaE when nodes/items actually exist, the alias will be ignored. 01:56 andersje right. since I've got the manual overrides at the end, I don't care if the initial declaration is bogus or not 01:57 andersje but I can't define a unifieddyes:blue alias anywhere but IN unifieddyes, can I? 01:57 VanessaE e.g. register_alias("unifieddyes:xxxxx", "dye:xxxxx") and just ignore any expected conflicts 01:57 VanessaE you can alias anything anywhere you want 01:57 andersje oh, cool. 01:57 VanessaE as long as both the source and target of the alias are already loaded first. 01:58 andersje hrm. 01:58 * andersje thinks 01:58 VanessaE UD depends on default dyes, stained_glass depends on UD, so you can put your aliases in stained_glass or in UD 01:58 * andersje nods 01:58 andersje I hate changing unified dyes to support a downstream requirement 01:58 VanessaE (they probably belong in UD, all things considered) 01:59 andersje well, if they DID go in unified dyes, then stained_glass wouldn't have to change 01:59 VanessaE no, it's okay. make your changes to UD and I'll merge 'em 01:59 andersje okeedokee, forking away. 01:59 andersje =) 01:59 andersje sorry about that...I thought I could do it w/o touching UD 01:59 VanessaE however, stained_glass still needs an alias or two to handle the differently-named moreblocks super glow glass I think 02:00 andersje on the upside, this may make other older mods that need unifieddyes:blue (for instance) to be there. 02:00 * andersje nods 02:00 andersje I've just patched the code for that. 02:03 VanessaE ok, time for me to head off to bed. 02:03 VanessaE I'll merge your changes in the morning :-) 02:04 VanessaE night all 02:06 andersje good night :) 02:06 andersje thanks :) 02:08 ShadowNinja VanessaE: Those backup files got you again, check init.lua~ in stained_glass. 02:12 andersje init.lua~ appears to be older, actually 02:15 ShadowNinja andersje: Yes, but it is still a backup file. I didn't mention anything about it's age. 02:16 ShadowNinja VanessaE: You might want to disable those in gedit's settings. 02:17 andersje =) 02:20 kaeza ...or ditch gedit altogether :D 02:21 kaeza geany FTW! 02:22 andersje vim? 02:24 ShadowNinja ^ 02:24 ShadowNinja Although it is a bit bloated. 02:24 andersje yes. 02:24 andersje sed. 02:26 andersje oh man. 02:26 andersje stained_glass records texture names in full text, e.g. stained_glass_green.png 02:27 andersje but internally gives them lookup numbers, like stained_glass:3_9 02:27 andersje why wouldn't a person just use the text internally, too? 02:28 andersje is there some advantage to recording it numerically part of the time? 02:29 andersje oh! to sort them. for some reason, it appears 02:35 andersje is there a way to get minetest to show the recipes as it's registering crafts? 02:48 ShadowNinja 106 files changed, 943 insertions(+), 22246 deletions(-) 02:58 andersje if I can say "/giveme modname:item" and it works, then modname:item should be usable in any mod recipe successfully, right? 03:01 ShadowNinja andersje: If it is registered then yes, I don't think it has to be registered first. 03:03 andersje debug.txt is showing that the item is registered. 03:05 ShadowNinja andersje: Is it not working? 03:05 andersje well, it's interesting. 03:06 andersje I added an alias into unifieddyes to alias unifieddyes:yellow -> dye:yellow 03:06 andersje that seems to be working 03:06 ShadowNinja This is what that shortstat was for BTW: https://github.com/kaeza/minetest-irc/ 03:06 andersje because I can do /giveme unifieddyes:yellow OR /giveme dye:yellow and it works 03:07 andersje but I have a recipe that calls for unifieddyes:yellow, and it's not working. other colors in unifieddyes work okay 03:07 ShadowNinja andersje: Do you have unifieddyes installed? 03:07 andersje yes. 03:07 andersje hold on, I'll pastebin relevant parts of my debug.txt 03:07 ShadowNinja I think giveme is giving you two seperate items and ignoring the alias. 03:08 ShadowNinja While the recipe insn't. 03:08 ShadowNinja isn't* 03:11 andersje http://pastebin.com/LZaWjFv9 03:11 andersje hrm. would the items be able to stack if that was the case? 03:12 andersje (unifieddyes:yellow exists only as my alias, btw) 03:22 andersje and if I say "/giveme unifieddyes:yellow 3" the game says: "dye:yellow 3" added to inventory 03:22 andersje so I'm pretty sure that alias is working 04:04 * VanessaE is back 04:04 VanessaE so much for sleeping. 04:06 VanessaE ShadowNinja: fixed (forgot to create a suitable .gitignore) 04:08 andersje bummer on the insomnia 04:09 andersje I'm going to check my code changes in, VanessaE, even though they aren't fully working 04:10 VanessaE ok 04:10 VanessaE still fighting it out with the yellow dye? 04:11 VanessaE instead of calling for a direct item, btw, use the color group instead. 04:11 VanessaE https://github.com/minetest/common/blob/master/mods/dye/init.lua#L65 04:12 VanessaE group:basecolor_yellow 04:12 VanessaE instead of :yellow 04:12 VanessaE ditto for the other colors 04:13 andersje oh, cool. 04:14 andersje so for the 12 basecolors, use group:basecolor_foo 04:14 VanessaE yes 04:14 kaeza https://i.chzbgr.com/maxW500/7751936768/h273568F0/ 04:14 VanessaE except for red-violet 04:15 VanessaE use unicolor_red_violet or excolor_red_violet instead 04:15 andersje why is that an oddball? 04:15 VanessaE dunno, c55 just felt like aliasing it to the closest base color maybe 04:16 andersje well, that's as good a reason as any, I suppose 04:17 VanessaE ditto for dark green, dark grey, and brown 04:17 andersje oh, for those it's unicolor_dark_green, unicolor_dark_grey, unicolor_brown ? 04:17 VanessaE unicolor_dark_green, unicolor_darkgrey and unicolor_dark_orange, respectively. 04:18 andersje brown is dark_orange, right 04:18 VanessaE mmhmm 04:31 andersje meh. I might have to brute force define the base 12 colors 04:31 andersje all the others seem to work 04:33 VanessaE that's how I do it, if only so I can be sure I can read my own code later on 04:33 VanessaE I suck at reading code :O 04:33 VanessaE :P 04:33 andersje I'll work on manually defining this stuff tomorrow. 04:33 andersje no need to check my changes into unifieddyes 04:33 VanessaE take your time 04:34 andersje so with lua, when you register a craft, the first definition wins? or the last one overwrites any previous? 04:34 VanessaE the last one, I think 04:35 VanessaE if several crafts point to the same result, of course all of them work 04:35 VanessaE but if two identical crafts point to different results, whichever is registered later wins, I think 04:35 andersje interesting. 04:35 andersje so I can let it just define the initial non-working one. 04:35 VanessaE yeah 04:35 andersje then manually specify a working recipe at the end 04:35 andersje duh. 04:36 andersje I'm not an idiot, but I play one on the internet 04:36 VanessaE lol 04:36 VanessaE fucking DUH! 04:36 VanessaE :) 04:51 andersje Hahahaha. 04:51 andersje shell forloop ftw. 04:51 andersje okay, that's 36 of 'em registered in there. 04:51 VanessaE ? 04:51 andersje I'll make sure all the recipes work before I tell you to pull my changes in :) 04:51 andersje I pulled the regular file names out of the texture's dir 04:51 andersje then used a shell script to write out the registrations. 04:52 VanessaE hehe ok 04:53 andersje pastebin.com/haiY5MQ8 04:53 andersje I still need to do some tuning, because that won't have registered ALL the names right 04:53 andersje but it's a start 04:53 VanessaE crafty 04:55 ShadowNinja andersje: You should run that loop in Lua if possible. 04:55 andersje in the future, when I've gotten lua figured out. 04:56 andersje the problem is...unless I'm reading texture name, base_dye name from a config file, i'll run into problems 04:56 andersje because this is just a starting point for manually coding the proper dye names into the recipes 04:56 andersje when everything came from unifieddyes, it was easy, but now there are oddballs, so we're sourcing dyenames from two places. 05:05 andersje it's group:unicolor_dark_cyan for example, right? 05:05 VanessaE nope 05:05 VanessaE only the base colors are mapped to groups 05:05 andersje dye:unicolor_dark_cyan ? 05:05 VanessaE dark cyan is specific to UD so it doesn't have a group mapping. 05:06 andersje oh, okay. 05:06 VanessaE at least, I don't remember giving it one :D 05:06 andersje reading through the builtin dye mod, it appeared to reference those 05:06 VanessaE wait 05:06 VanessaE strike that 05:06 VanessaE it IS registered as such. 05:06 VanessaE groups = { dye=1, ["unicolor_dark_"..hue]=1, not_in_creative_inventory=1 } 05:07 VanessaE so group:unicolor_dark_cyan would be correct. 05:07 andersje okay, cool. 05:07 VanessaE https://github.com/VanessaE/unifieddyes/blob/master/init.lua#L312 05:08 VanessaE huh, just spotted a bug, of a sort. the alias on line 360 is invalid (it points to an item that doesn't exist) 05:10 andersje but unifieddyes:unicolor_dark_cyan would be a valid reference? 05:10 VanessaE yes 05:10 VanessaE er 05:10 andersje okay, cool. 05:10 VanessaE yeah 05:10 andersje no? 05:10 andersje =) 05:10 VanessaE yes. 05:10 VanessaE it's valid, but better you should use the group:unicolor_xxxx references 05:11 VanessaE that way if I want to rip UD apart one day, I can still assemble something that'll work in its place :) 05:11 andersje group:unicolor_ gotcha 05:13 andersje smart, yeah 05:17 andersje alright, I better get to sleep...work in 7 hours 05:17 VanessaE good night 05:19 ndjdjksisksk hi 05:20 VanessaE hi 05:21 ndjdjksisksk do you want to know what ahppened a long time ago 05:21 VanessaE what? 05:21 ndjdjksisksk on shadow ninga's server 05:21 ndjdjksisksk i was playing 05:21 ndjdjksisksk and hen sonic and a ew others were grifing a house 05:22 ndjdjksisksk and i was un-doing the grifing 05:22 ndjdjksisksk on spot 05:22 ndjdjksisksk then after starting to runaway a hacker banned me 05:23 VanessaE "a hacker"? 05:23 ndjdjksisksk yep one of the griefers 05:23 ndjdjksisksk i don't think there was a mod on 05:24 ndjdjksisksk or i don't remember but realy i got benned for grifing and i wwas not grifing i was fixing 05:24 ndjdjksisksk i don't grief 05:25 ndjdjksisksk are you on? 05:25 VanessaE I'm here. 05:25 ndjdjksisksk ok 05:26 ndjdjksisksk but yeah that is what happened 05:26 VanessaE it happens. 05:27 ndjdjksisksk anyway i don' see whay shadow ninja won't unbann me 05:27 VanessaE ask him when you see him next. 05:41 * NekoGloop pokes VanessaE 05:41 VanessaE ow. 05:41 NekoGloop what? 05:41 VanessaE you hti the bruise on my left shoulder. 05:41 VanessaE hit* 05:41 NekoGloop oh. 05:42 NekoGloop sowwie ;-; 05:42 VanessaE s'ok 05:43 * VanessaE pokes DMackey 05:44 NekoGloop yay i'm the only neko now 06:14 nore hi all 06:17 ndjdjksisksk hi 07:42 KikaRz Hello there 07:42 KikaRz I'm on linux 07:42 KikaRz I guess the problem isn't overheating. 07:42 KikaRz It's really drivers. 07:42 KikaRz I've tested right now the Minetest, and still crashing 07:43 KikaRz CPU Temperature: +43.0°C (high = +60.0°C, crit = +95.0°C) 07:44 KikaRz well, it didn't crashed now 07:44 KikaRz Soon I'm going to send a pic of my computer, and ask you, where to put thermal paste. 07:58 MinetestBot john_minetest: Sorry, I haven't seen zeg9 around. 07:58 PenguinDad !seen Jeija 07:58 MinetestBot PenguinDad: Sorry, I haven't seen jeija around. 08:00 KikaRz hi john_minetest 08:01 KikaRz why minetest is so annoying for me? 08:01 KikaRz when i place a technic block 08:01 KikaRz or cable 08:01 KikaRz it just rolls back 08:01 KikaRz :C 08:01 KikaRz CPU Temperature: +71.0°C (high = +60.0°C, crit = +95.0°C) 08:02 KikaRz Minetest just makes my cpu hotter 08:03 KikaRz jees 08:03 KikaRz Core1 Temp: +81.0°C 08:05 KikaRz http://pastebin.com/rQ0Mbnd3 08:10 KikaRz Yea... 08:11 KikaRz well 08:11 KikaRz I've seen where is CPU already 08:11 KikaRz and I think I have to remove the 08:11 KikaRz !translate Parafusos EN 08:11 KikaRz Screws 08:11 KikaRz right' 08:11 KikaRz ? 08:12 KikaRz and clean the Thermal Paste, and put new one 08:12 KikaRz one thing that I know: Minetest makes your computer overheating 08:37 KikaRz For overheating systems, never run Linux 08:37 KikaRz or Ubuntu 08:47 KikaRz That don't works, john_minetest 08:47 KikaRz <3 08:49 KikaRz :) 08:49 KikaRz Minetest is a good way to get your computer fried. 08:50 KikaRz I've tried already. It reaches 90ºC 08:50 KikaRz when I normally get 50 -> 75 08:50 PenguinDad I can do that with WLAN sticks :P 08:52 KikaRz Ok 08:52 KikaRz Getting Kompozer. 09:03 KikaRz http://www.youtube.com/watch?v=QK8mJJJvaes&list=RD02kYtGl1dX5qI 09:03 KikaRz john_minetest: Minetest is a nice frier. 09:04 KikaRz go on VanessaE's server 09:04 KikaRz xD 09:05 KikaRz I wish we everyone could get a room in somewhere europe or USA 09:05 KikaRz and get working 09:05 KikaRz or making music parodies 09:05 KikaRz xD 09:06 KikaRz lol? 09:06 KikaRz locked? 09:06 KikaRz Your country is? 09:07 KikaRz I'm bulletproof 09:07 KikaRz nothing to lose 09:07 KikaRz far away far away 09:07 KikaRz ricochet, you take your aim 09:07 KikaRz fire away fire away 09:07 KikaRz you shootme down, but i wont fall 09:07 KikaRz i am titaaaniuuum 09:07 KikaRz STOPPED 09:07 KikaRz Meh, my mic dont work on linux 09:07 KikaRz i'm screaming on karaokeparty. 09:08 KikaRz lol. 09:08 KikaRz Diamonds to the sky... 09:08 KikaRz Shines bright like diamonds... 09:08 KikaRz :p 09:08 KikaRz http://www.youtube.com/watch?v=JRfuAukYTKg 09:08 KikaRz I hate linux for one reason 09:09 KikaRz Mic dont works 09:09 KikaRz Blocked? 09:09 KikaRz Well, mine don't 09:09 KikaRz GEMA? 09:09 KikaRz What's your country? 09:09 KikaRz Germany. 09:09 PenguinDad john_minetest: use proxtube 09:09 KikaRz damn... 09:09 KikaRz proxtube... 09:09 KikaRz looks like sextube. 09:09 KikaRz but ok 09:10 KikaRz http://en.wikipedia.org/wiki/Blocking_of_YouTube_videos_in_Germany 09:12 KikaRz lol 09:12 KikaRz stupid GEMA 09:13 KikaRz Linux is strange sometimes 09:15 KikaRz no 09:15 KikaRz that is youtube mix 09:16 KikaRz *avidan 09:16 KikaRz me neither 09:16 KikaRz what's this gay? 09:16 KikaRz *guy 09:17 KikaRz Oh 09:17 KikaRz I remember his song 09:17 KikaRz but not the name 09:17 KikaRz :) 09:18 KikaRz D; 09:18 KikaRz oO 09:19 PenguinDad A capella death metal interesting idea 09:21 KikaRz i like making yogurt icecreams 09:21 KikaRz john_minetest, parodies aren't 09:21 KikaRz :P 09:21 KikaRz Don't you worry don't you worry chiiiild 09:21 KikaRz see heaven's got a plan for you 09:21 KikaRz Don't you worry don't you worry chiiiild 09:21 KikaRz yeeeaaa 09:22 PenguinDad Name three types of rock: alternative hard punk 09:28 PenguinDad xD 09:31 KikaRz '-' 09:31 KikaRz Why they did changed the Sandwich of the day? 09:31 KikaRz Sandwich of the day: Mushrooms with Pony meat in farming:bread 09:32 KikaRz I was about to offer my CPU 09:32 PenguinDad I found it on twitter 09:32 KikaRz I WANT MY CPU THERE 09:32 KikaRz IT WAS YESTERDAY 1 HOUR AFTER MIDNIGHT 09:33 PenguinDad hi Calinou 09:34 KikaRz Hi Calinou 09:35 Calinou hi 09:36 PenguinDad i hate the Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte because they sometimes block CC-songs :( 09:37 Calinou GEMA? better play AssaultCube jump maps. 09:38 PenguinDad if you work at GEMA you aren't allowed to license your songs under a cc license 09:39 PenguinDad rm -rf *GEMA* 09:44 KikaRz I love this tunnel 09:44 KikaRz http://www.youtube.com/watch?v=wqWSj_3gMNg 09:44 KikaRz the best 09:44 PenguinDad !title 09:44 MinetestBot PenguinDad: Euro Tunnel Paris - London - YouTube 09:44 Calinou And invent some proper copyright laws. 09:45 Calinou Challenge Accepted 09:48 Calinou Challenge Accepted 09:53 KikaRz Nice... 09:53 KikaRz http://www.youtube.com/watch?v=SS7c7sqVz74&list=TLt69AA-ZRXVk 09:53 KikaRz when will people make a USA - Europe Tunnel? 09:54 PenguinDad i think there could be problems with fresh air :/ 09:55 KikaRz well 09:56 KikaRz they could just make nice fresh air tubes 10:04 kaeza https://forum.minetest.net/viewtopic.php?pid=106676#p106676 10:04 kaeza ._. 10:06 PenguinDad maybe he uses google translate 10:08 PenguinDad why his firewall blocks minetest.ru? 10:13 KikaRz DanDuncombe, hi 10:13 DanDuncombe Hi 10:14 DanDuncombe Is there any way of stopping torchlike things having this 45* angle? http://s10.postimg.org/6d7mzh055/screenshot_83701842.png 10:14 kaeza O_o 10:14 KikaRz yea i think 10:14 KikaRz :P 10:15 DanDuncombe I can'twork out how to change it though... 10:16 kaeza use nodeboxes? 10:16 kaeza signlike attaches to floor 10:17 kaeza he prolly wants the signs to be upright 10:17 Calinou use nodebox 10:17 DanDuncombe But I want signs with torchlike 10:17 Calinou it's be nice if torches on floor used a upright_sprite-like system, or better, nodeboxes 10:17 PenguinDad use nodeboxes 10:18 kaeza Calinou, +1 for upright_sprite 10:18 DanDuncombe And if I used nodeboxes, I would have to make 3 seperate wall, floor and ceiling ones 10:19 kaeza well, yes 10:19 DanDuncombe It was Mossmanikin's suggestion to use torchlike, not signlike. 10:22 DanDuncombe I wouldn't want 3 nodeboxes because you would have to craft one from the next to get each one which is kind of ugly in my opinion 10:22 kaeza lol 10:22 kaeza have you looked at homedecor signs? 10:23 DanDuncombe Yes 10:23 DanDuncombe I want it to be like in mt 0.0.1 10:23 PenguinDad you could make some sort of algorithm for the signs 10:24 DanDuncombe Which just crashed lol 10:24 kaeza well, to make it as accurate to "0.0.1" as possible, you must make water solid :P 10:25 kaeza also: footsteps 10:25 DanDuncombe I am still developing it 10:25 DanDuncombe 0.0.1 Didn't have footsteps below you when you walked 10:26 DanDuncombe And water wasn'tsolid either 10:26 kaeza the very first version on git did 10:27 DanDuncombe But not the version I'm playing 10:27 DanDuncombe But I want to make a gamemode of it 10:28 DanDuncombe In version 1 what drawtype did signs have? 10:28 kaeza probably signlike :P 10:29 PenguinDad version 1 isn't released 10:30 PenguinDad i don't know which drawtype will be used in future 10:31 DanDuncombe I mean 0.0.1 10:33 DanDuncombe I will just stick to signlike I think for now :P 10:34 KikaRz Yay, Minetest just updated to version 4.2! 10:35 kaeza do we have non-buggy entities yet? :P 10:35 KikaRz Lawl 10:36 KikaRz stupid hardgun 10:36 KikaRz I guess he's brazilian 10:38 DanDuncombe Are you racist 10:40 KikaRz No 10:40 DanDuncombe What chance should rats have of spawning? Like, 1/? 10:40 KikaRz They are. 10:40 DanDuncombe It is currently 1/6000 10:40 KikaRz I've seen this on television 10:40 KikaRz http://www.youtube.com/watch?v=eKtGXPfabLQ 10:41 KikaRz When our computer overheats, linux has it too! 10:42 KikaRz They just made it better 10:42 KikaRz http://www.youtube.com/watch?v=p_QeGUO7kjY 10:45 DanDuncombe Any suggestions for Mt Original? 10:47 KikaRz http://www.youtube.com/watch?v=k2BxL0nRDlY 10:48 KikaRz LOL 10:48 KikaRz damn 10:48 KikaRz so resistent 10:50 PenguinDad I found two finish commits in minetest 10:50 DanDuncombe You'll probably be banned for flooding soon KikaRz 10:50 DanDuncombe !title 10:50 MinetestBot DanDuncombe: Apple iPhone 5 Hammer Drop & Knife Scratch Test - YouTube 10:51 DanDuncombe Thanks MinetestBot 10:51 KikaRz DanDuncombe, that's not a problem. I've already been banned. 10:51 KikaRz There's no theme to talk 10:51 DanDuncombe I have been kicked about 5 times 10:53 Exio4 7kickban * 10:53 Exio4 oops 10:54 KikaRz Hello Calinou. 10:56 KikaRz pfft 10:56 Calinou hi 10:56 nore !seen kaeza 10:56 MinetestBot nore: kaeza was last seen at 2013-08-21 10:33:08 UTC on #minetest 10:56 KikaRz So, I need to buy a Iphone5 if I want to get resistence. I let things fall a lot of times. 10:57 kaeza :| 10:57 Calinou >buy an iPhone 5 10:57 Calinou >has a GeForce 4 10:57 Calinou you have weird priorities :P 10:57 BlockMen i prefer andriod phones 10:57 KikaRz http://www.youtube.com/watch?v=yDEahsoa_N4 10:57 nore kaeza: I need your help for textures (again...) 10:57 KikaRz Me too BlockMen 10:57 KikaRz !title 10:57 kaeza nore, ? 10:57 Calinou android is OK, but not perfect 10:57 KikaRz As ever, the MinetestBot is down. 10:58 KikaRz or, got me Ignored. 10:58 nore For the floppy disk and the floppy programmator of the mod 10:58 kaeza ah 10:58 PenguinDad MinetestBot! 10:58 MinetestBot PenguinDad! 10:58 nore and perhaps for the floppy too... 10:58 nore s/floppy/floppy disk drive 10:58 KikaRz I hate you MinetestBot. I just prefer my bot. 11:00 KikaRz Since this runs Microsoft shit, I can't afford this Nokia Lumia 920 ultra resistent 11:00 Calinou he prefers ponies, that's why 11:00 PenguinDad MinetestBot! 11:00 MinetestBot PenguinDad! 11:00 DanDuncombe Who here thinks I should make a guide to making 2d mobs, based on PilzAdam's api? 11:01 * Calinou slaps MinetestBot 11:01 * PenguinDad says no to DanDuncombe 11:01 KikaRz Yea... 11:01 Calinou certainly not recent nokias 11:01 KikaRz Like my old Nokia 11:01 DanDuncombe Why not PenguinDad? 11:01 KikaRz black and white 11:01 Calinou some phones advertised as "tough" actually aren't 11:01 KikaRz It's like Windows 98 11:02 KikaRz Windows 98 had blue screen of death in his demonstration 11:02 KikaRz :P 11:02 DanDuncombe Calinou, do you think I should make a guide to making 2d mobs? 11:02 kaeza nore, I'll look into that 11:02 Calinou no 11:02 nore thanks 11:02 Calinou it's very easy to make a new mob using simple mobs already :P 11:03 KikaRz HAMMER TIME!!! :D 11:03 DanDuncombe But I mean, how to make a 2d mob using the simplemobs api,assuming you can't make animated models in Blender. 11:04 PenguinDad noob time!!! 11:04 KikaRz http://www.youtube.com/watch?v=yDEahsoa_N4 11:05 DanDuncombe !title 11:05 KikaRz Well 11:05 MinetestBot DanDuncombe: Nokia Lumia 920 Hammer & Knife Scratch Test - YouTube 11:06 KikaRz Oops 11:06 KikaRz not that 11:06 KikaRz http://www.youtube.com/watch?v=jH4xYN9I5Kw 11:06 KikaRz It's that one 11:06 PenguinDad !title 11:06 MinetestBot PenguinDad: Nokia Lumia 920 Drop Test - YouTube 11:07 PenguinDad does it drop mese? :P 11:08 KikaRz I guess not. 11:09 PenguinDad how would mese appear in real life? 11:10 DanDuncombe I always think it would be like a block of sulphur 11:11 DanDuncombe Should rats make a footstep sound when moving? 11:11 KikaRz Never ever ever, try to baseball with a Nokia Lumia 920 11:12 KikaRz If you do that, your screen will not power up 11:12 KikaRz xD 11:14 kaeza [08:09:43] how would mese appear in real life? 11:14 kaeza ask Jeija :3 11:15 * PenguinDad throws #catcontent at everybody: https://www.youtube.com/watch?v=vNx8ne_oi3M 11:15 KikaRz !title 11:15 PenguinDad but it seems like Jeija is disappeared 11:15 KikaRz Tomorrow: 11:15 KikaRz Film: 11:15 KikaRz Jobs 11:16 KikaRz 22 August, on the Cinemas. 11:16 kaeza PenguinDad, http://www.youtube.com/watch?v=jo_GT6a4M90 11:16 PenguinDad !title 11:16 MinetestBot PenguinDad: Mesecons to Real Life Interface - Powering the room light - YouTube 11:16 Calinou old news 11:16 KikaRz sooo cuuuuuteeee *W* 11:17 PenguinDad that's mesecons not mese itself :( 11:17 KikaRz kaeza, COPYRIGHT!!!! 11:18 kaeza PenguinDad, this one? https://forum.minetest.net/viewtopic.php?id=5369 11:19 kaeza KikaRz, wut 11:22 KikaRz lawl 11:22 KikaRz Crash number: 15 11:22 Calinou 0 here 11:22 KikaRz CPU Temperature: +67.0°C (high = +60.0°C, crit = +95.0°C) 11:23 KikaRz actually, my computer is dieing 11:23 KikaRz so hot here 11:23 KikaRz Leaving computer idle during 2 minutes 11:23 KikaRz to low Temperature down 11:23 PenguinDad 3 after one year 11:24 KikaRz well, 14 in only a day. 11:24 KikaRz 15 in 2 days 11:24 PenguinDad my X-Server crashes often :'( 11:24 KikaRz I guess i'm going to install another driver 11:24 KikaRz PenguinDad, it's that the problem for me 11:25 KikaRz installing nvidia-174 11:25 KikaRz i dislike noveau 11:25 KikaRz nvidia-304 just made my x server stop working 11:27 PenguinDad my x server crashes when i use a wireless mouse lol 11:27 KikaRz nice 11:27 KikaRz my mic isn't detected 11:27 KikaRz that's the linux problem 11:28 KikaRz it's red input 11:28 KikaRz not usb 11:28 KikaRz Restarting system 11:28 KikaRz I hope this works 11:29 Calinou analogic usually always works 11:33 KikaRz Hello again, I've installed nvidia-174, and I've got low resolution. 11:33 KikaRz john_minetest: it causes crashes! 11:33 KikaRz Who helps me changing screen resolution to 800x600 at least? 11:33 KikaRz Shut up and stop talking about Noveau 11:34 KikaRz then? 11:34 KikaRz pasting output 11:35 Calinou nvidia haters gonna hate 11:35 KikaRz http://pastebin.com/iqvMLsqr 11:35 Calinou nvidia never crashes for me 11:35 BlockMen bbl 11:35 KikaRz Calinou +1! 11:35 KikaRz Next to the boot, Noveau just blipped white and black for 10 seconds 11:35 Calinou nouveau doesn't crash right now, but it used to have VRAM corruption for me, proof of frequent regressions 11:35 Calinou and is insanely slow, running the card at 50Mhz 8) 11:36 PilzAdam Hello everyone! 11:36 PenguinDad hi PilzAdam 11:36 KikaRz ... 11:36 KikaRz Pfft. 11:37 KikaRz noveau just crashes with high temperatures. 11:37 Calinou nouveau supports any resolution, even 2560×1600 11:37 Calinou poor cooling causes that 11:37 Calinou and dust 11:38 KikaRz ... 11:38 KikaRz john_minetest: Shut up. 11:38 KikaRz Stop comparing 11:38 KikaRz Calinou: Well, for me it didn't supported me that 11:41 KikaRz FUCK YOU! 11:41 KikaRz :@ 11:42 Calinou be nice to people, KikaRz 11:42 KikaRz Well, he's just forcing me to use shitty noveau 11:42 Calinou he isn't 11:42 KikaRz I use it at 3 years and just gave me problems with my old and new graphics card 11:42 Calinou if I listened to "demotivators", I'd be using Windows, Photoshop and Office already 11:42 KikaRz always Nvidia Geforce 11:43 KikaRz So shut up and stop telling nice about noveau! 11:43 KikaRz :D 11:44 KikaRz But for me it is 11:44 KikaRz So, stfu 11:44 KikaRz '-' 11:45 KikaRz Getting sudo apt-get install nvidia-current nvidia-settings 11:45 Calinou current won't work 11:45 PilzAdam lol, https://forum.minetest.net/viewtopic.php?pid=106676#p106676 11:46 KikaRz Minetest just updated to version 4.2 Final 11:46 KikaRz :P 11:46 KikaRz hardgun wrote: 11:46 KikaRz kaeza wrote: 11:46 KikaRz where did you download Minetest from? 11:46 KikaRz yes 11:46 KikaRz lawl 11:46 PilzAdam MinetestBot? 11:47 PilzAdam Y U NO OP? 11:47 KikaRz He went down 11:47 KikaRz Net Split 11:48 KikaRz I know how you figured out. I wasn't kicked. 11:49 KikaRz Oh noes 11:49 KikaRz nvidia-304 will be installd 11:49 KikaRz D; 11:49 KikaRz i've had problems with it 11:49 KikaRz well 11:49 KikaRz let's just try. 11:50 Calinou remember: your card is unsupported since ~2008 11:51 KikaRz WRONG 11:51 KikaRz this is new. 11:53 KikaRz brb 11:54 KikaRz Restarting computer 11:54 Calinou which card do you have? 11:57 DanDuncombe Is there a drawtype for the very old signs? 11:57 DanDuncombe That still works the same in 0.4.7? 11:58 Calinou use nodeboxes 11:58 Jordach um 11:58 Jordach ShadowBot and MinetestBot need op 12:09 DanDuncombe How does Minetest Nostalgia sound to you guys? 12:10 kaeza bad 12:10 Jordach DanDuncombe: minetest of ages 12:10 DanDuncombe Sounds a bit like Minetest Nostril I guess 12:10 kaeza oh you mean the name? 12:11 kaeza good I guess 12:11 DanDuncombe Minetest retro... I will consider it 12:11 DanDuncombe No john 12:12 DanDuncombe Does this look hippy to you? https://forum.minetest.net/viewtopic.php?id=6977 12:12 kaeza john_minetest, you forgot YOLO :3 12:13 DanDuncombe Who thinks my rats are derpy? 12:17 DanDuncombe ??? 12:17 Calinou nouveau! 12:17 DanDuncombe Fuck nouveau 12:17 Calinou nouveau isn't Rarity, it's Derpy Hooves. 12:18 Jordach trolololol 12:18 Jordach from john_minetest 12:19 DanDuncombe Lol just found this data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBhQSEBUSExMVFRUVFxsVFxgXGRgaHBwgGxwdGhwaFx8cGyYfHB0lGRgbIC8gJCcpLiwtHiAxNTAqNSYrLCkBCQoKDgwOGg8PGiwlHiQ0NSwyLC8pLCwpKTUsNSkpLywpLCwsLCwqKTUvLCkpLywuLSkpNCosLDAsLiwuNCkyLP/AABEIAOEA4QMBIgACEQEDEQH/xAAcAAAABwEBAAAAAAAAAAAAAAAAAgMEBQYHAQj/xABZEAACAgAEAwUEBAYKDgkEAwABAgMRAAQSIQUTMQYiQVFhBxQycSNCgZEVM1JTYqEIFyRykrGy0dPwFjQ1Q1Rjc3SClLPBwtImNkRVk6K0w+FkdYO 12:19 DanDuncombe Woops. http://daten.dieweltistgarnichtso.net/pics/zeichnungen/minetest-dad.png 12:19 DanDuncombe I posted the wrong link lol 12:19 Calinou old news 12:19 DanDuncombe It's still lol 12:20 KikaRz So, what you've said about nvidia? 12:21 KikaRz Calinou? 12:21 KikaRz john_minetest: 12:22 DanDuncombe Lol 12:22 DanDuncombe http://d24w6bsrhbeh9d.cloudfront.net/photo/6981445_700b.jpg 12:22 KikaRz Yay 12:22 KikaRz working 12:22 KikaRz :D 12:22 KikaRz what you have on your head, Danduncombe? 12:22 KikaRz can I touch your nose, DanDuncombe? 12:22 DanDuncombe http://cdn.memegenerator.net/instances/400x/32575377.jpg 12:23 KikaRz Like 12:23 KikaRz Titanium 12:23 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aVOeA7K_460sa.gif 12:24 DanDuncombe http://cdn.meme.li/instances/300x300/39052359.jpg 12:24 Jordach omg, quassel handles gifs fine 12:24 KikaRz Just make a Power fabricator. 12:24 KikaRz Or Use Solar Panels 12:25 DanDuncombe Who the hell is this? When I searched minetest memes in google images... http://cdn.meme.li/instances/300x300/39052359.jpg 12:25 DanDuncombe Woops wrong link sorry 12:25 KikaRz DanDuncombe: I've already told you. Just make a power generator or solar panels place 12:25 DanDuncombe That was the wrong link 12:26 KikaRz But I told you already, DanDuncombe 12:26 PenguinDad !g minetest memes 12:26 MinetestBot PenguinDad: http://www.memecenter.com/fun/1168025/mine-test 12:26 KikaRz pfft. 12:26 KikaRz http://global3.memecdn.com/mine-test_o_1168025.jpg 12:26 DanDuncombe http://th00.deviantart.net/fs71/PRE/i/2012/065/2/4/jeff_the_killer___creepypasta_by_marceloryuuku-d4rydzb.jpg 12:27 KikaRz DanDuncombe: That didn't scared me. 12:27 DanDuncombe It wasn't meant to,. It is a laugh 12:28 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aVOeo3v_460s_v1.jpg 12:29 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aeN6qQB_460sa_v1.gif 12:30 KikaRz Nice. This guy is smart. 12:30 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aBK1AMO_460sa.gif 12:32 KikaRz And then... 12:32 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/adNXGb2_700b.jpg 12:32 KikaRz I hope that's not me (mom) 12:32 Evergreen *yawn& Anyone have any idea for a mini-mod I could do? Just something small and useful, like the /home mod 12:34 KikaRz Well 12:34 KikaRz Anything, but not a colored blocks mod 12:34 KikaRz github.com/DarkDracoon/coloredblocks 12:34 KikaRz :P 12:34 KikaRz It's mine 12:35 KikaRz And VanessaE helped me to code 12:35 KikaRz aahhahahah 12:35 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/arpNwoX_460sa.gif 12:38 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/a09jrEL_460sa.gif 12:39 KikaRz lol 12:39 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/axNDeBD_460sa.gif 12:40 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aXbwy2b_460sa.gif 12:40 KikaRz That's the proof that Wrestling is real 12:40 KikaRz :P 12:44 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/a09jDyq_700b_v3.jpg 12:45 PenguinDad Meme battle between john_minetest and KikaRz 12:45 KikaRz mine are better 12:45 kaeza KikaRz, that is sad... 12:45 KikaRz what kaeza? 12:46 kaeza http://d24w6bsrhbeh9d.cloudfront.net/photo/a09jDyq_700b_v3.jpg 12:46 KikaRz Yea 12:46 KikaRz :/ 12:46 KikaRz My old brother is like that guy 12:46 KikaRz I hope when he haves a daughter, it be like that 12:46 kaeza not *just* like that, but everyday is like that here where I live 12:47 kaeza mothers don't give a crap about their kids 12:47 KikaRz Yea 12:47 KikaRz Stupid mother 12:47 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/ab5ZNB8_460sa.gif 12:47 KikaRz :P 12:47 andersje we've got 3 feral kids in my neighborhood 12:47 andersje both parents are still around, they're just...not good parents 12:47 andersje not mean to the kids or anything, just highly neglectful. 12:48 andersje the youngest, I'll see him wandering the neighborhood with a baggie of dry cereal -- that's his food for the day, it's what he found for himself in the cupboard 12:48 KikaRz Stupid ODirecton 12:48 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/a5dr6EG_460s.jpg 12:49 KikaRz Nice... 12:49 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/a2N5V19_460s_v1.jpg 12:49 KikaRz How I met your Mother 12:51 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/a6wQzBN_460s_v1.jpg 12:51 KikaRz Muah, I'm better than you john_minetest 12:51 KikaRz And? 12:51 PenguinDad moi et toi 12:51 KikaRz your meme got copied image 12:51 KikaRz -.- 12:52 KikaRz and copied text 12:52 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aD0GLgd_460s.jpg 12:52 KikaRz I like when the games give us chance to name ourselves 12:53 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aYbLAdw_460s.jpg 12:55 kaeza http://cdn.meme.li/i/460x/687ym.jpg 12:56 KikaRz Well 12:57 KikaRz His systems are protected to viruses 12:57 KikaRz but the creator isnt 13:00 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aeN6B1p_460s.jpg 13:00 KikaRz http://d24w6bsrhbeh9d.cloudfront.net/photo/aEwny1x_460sa.gif 13:05 PenguinDad shit freenode don't know halfops :( 13:05 KikaRz so bad 13:11 KikaRz Got 94 FPS on Minetest 13:11 KikaRz FUCK YEA NOVEAU! 13:12 KikaRz ..l._ O _.l.. 13:12 andersje holy smokes, you finally got your machine over the overheating things? 13:13 KikaRz Well, crashes weren't about overheating things 13:13 andersje it was really all drivers? 13:13 KikaRz Yep 13:13 andersje wow. that's messed up. 13:13 KikaRz installed nvidia-304 13:15 DanDuncombe !seen VanessaE 13:15 MinetestBot DanDuncombe: Sorry, I haven't seen vanessae around. 13:15 KikaRz Byebye Danduncombe... 13:15 DanDuncombe ??? 13:15 DanDuncombe !seen KikaRz 13:15 MinetestBot DanDuncombe: kikarz was last seen at 2013-08-21 13:12:59 UTC on #minetest 13:15 KikaRz Well, PilzAdam, MinetestBot is glitched for SeNSItivE ChARs 13:15 KikaRz like that Danduncombe 13:16 DanDuncombe !seen DanDuncombe 13:16 MinetestBot DanDuncombe: danduncombe was last seen at 2013-08-21 13:13:18 UTC on #minetest 13:16 DanDuncombe Lol 13:16 DanDuncombe Does anyone here play The Powder Toy? 13:17 KikaRz NEVER 13:17 DanDuncombe Why not? 13:19 andersje how format sensitive is lua? is recipe = { "x", "y", "z"} (provided shapeless type is set) the same as putting x, y, and z each on their own line? 13:20 DanDuncombe No 13:20 DanDuncombe That would mean each one could be anywhere with shapeless 13:21 andersje hold on, let me pastebin. 13:22 DanDuncombe Ok 13:24 andersje http://pastebin.com/Qqzm1S7G 13:25 DanDuncombe That looks weird with the bright sat bit. But if it is shapeless, any bit can go anywhere in a crafting grid. 13:25 kaeza andersje, yes 13:26 andersje awesome. 13:26 DanDuncombe Oh, I was confused. 13:26 * andersje considers ways of reducing duplicated code. 13:26 andersje DanDuncombe: yeah, I phrased my initial question poorly 13:26 DanDuncombe I thought you meant different lines in a crafting grid :P 13:26 * andersje nods 13:27 DanDuncombe Lol, oh well 13:27 kaeza andersje, "shapeless" means "I need one of each of the ingredients in any slot, in any order" 13:28 DanDuncombe At least one of each that is 13:28 * andersje nods 13:28 kaeza if you want a concrete shape, don't use shapeless :P 13:28 andersje I was wondering more about the lua parser's behavior 13:28 PenguinDad john_minetest: webdesigner97 made some sort of it IIRC 13:28 kaeza s/want/need/ 13:29 andersje you program in enough languages, and you start to worry about syntactical issues 13:29 andersje my typical day has me tinkering with perl, python, shell and occasionally ruby 13:29 andersje now add in light java during the day, and lua for fun at night 13:29 kaeza andersje, Lua is freeform 13:29 andersje awesome. 13:30 kaeza you can even stuff an entire script in one line 13:30 andersje oy. 13:30 andersje that'd be a smite-worthy offense 13:31 kaeza indeed, but doable nonetheless :P 13:31 kaeza (do not try this at home kids) 13:41 kaeza lol: http://pastebin.com/9vzdqJCk 13:41 kaeza fun fact: that works :3 13:41 * Jordach picks up darkrose's minetest-classic 13:42 kaeza andersje, ^ 13:42 Jordach plol http://pastebin.com/0AxTtzuj 13:43 kaeza :D 13:43 PenguinDad it works but it looks ugly 13:43 PilzAdam kaeza, nice rework of mobf :-p 13:44 kaeza plol 13:50 andersje kaeza: ick. 13:54 PenguinDad stick nick sick? 13:57 * Jordach is getting 60fps with minetest_classic 13:58 KikaRz can i test? 13:58 Jordach KikaRz: minetest-classic.com 13:58 Jordach http://minetest-classic.com 13:58 Jordach ^ clickable 13:58 KikaRz both are 13:58 KikaRz Well 13:59 KikaRz you are on squirrel 13:59 KikaRz i'm on xchat 13:59 Jordach quassel 13:59 KikaRz that 13:59 kaeza lol squirrel 13:59 Jordach fun fact: the 0.3.x mese pick digs instantly and has 1337 uses 14:00 KikaRz how do i compile this? 14:00 Jordach KikaRz: same way as you do for the 0.4.x game 14:00 KikaRz meh 14:00 KikaRz how? 14:00 Jordach ...#minetest-classic 14:01 PilzAdam KikaRz, read the readme 14:01 KikaRz but readme is to be read, not to read. 14:01 KikaRz but but 14:01 KikaRz oO? 14:02 PenguinDad Oo! 14:02 Jordach OO!? 14:03 PilzAdam oo¿ 14:03 PenguinDad oo¡¿ 14:04 KikaRz '-' 14:04 KikaRz confusing 14:05 KikaRz how we read the readme, if its to read or to see or... 14:05 KikaRz dah 14:05 Jordach FOOS RO* 14:05 KikaRz 50% 14:06 PenguinDad interesting: http://en.wikipedia.org/wiki/Wikipedia:Size_in_volumes 14:06 KikaRz it's based in dB 14:06 Jordach PenguinDad: been reading http://what-if.xckd.com ? 14:06 KikaRz Firefox can't find the server at what-if.xckd.com. 14:07 Jordach oh, typo 14:07 Jordach http://what-if.xkcd.com 14:07 KikaRz http://worldends.in/ 14:07 * Jordach just gets 88:88:88:88 14:08 KikaRz wait 14:08 KikaRz it's loading 14:08 KikaRz Built 14:10 KikaRz how can I make a server? 14:10 Jordach minetest-classic? just join minetest-classic.com : 30000 14:10 KikaRz ... 14:10 PilzAdam KikaRz, why does the world end at the end of unix time? 14:10 KikaRz I WANT TO MAKE A SERVER 14:10 KikaRz Maybe no PilzAdam 14:10 KikaRz Well 14:10 PilzAdam btw, simple workaround: use 64 bit 14:10 KikaRz I use. 14:13 KikaRz There are mesecons in #minetest? 14:14 MinetestBot sfan5: GIMME OP! 14:14 KikaRz lol 14:16 andersje sure, simple workaround, but that implies that we've updated all the software by then ;) 14:17 PenguinDad Jordach: yes 14:24 KikaRz why it needs 4.63 14:24 KikaRz ? 14:24 KikaRz GCC 4.6.3? 14:25 PenguinDad PiratPaddan Välkomnar Dig! 14:26 KikaRz Only english!!!! 14:26 KikaRz Jordach, help me 14:27 Jordach no idea 14:27 * Jordach uses windows to play games 14:27 KikaRz not that 14:27 KikaRz Linux Mint 14:27 KikaRz how I customize texts and etc? 14:27 KikaRz And the login page? 14:35 KikaRz Jordach 14:41 KikaRz VanessaE!!! 14:41 KikaRz <3 14:41 KikaRz my love *w* 14:41 VanessaE I'm only here for a minute or two 14:41 KikaRz NOOO 14:41 KikaRz :( 14:41 KikaRz I want to talk with you about one thing 14:43 Evergreen Who are you on the forums KikaRz? 14:43 KikaRz KikaRz 14:43 KikaRz '-' 14:43 KikaRz Why? 14:51 PenguinDad The sandwich of the day smells good :) 14:55 VanessaE bbl 14:58 Jordach Evergreen: GOOD NEWS 14:58 Evergreen What? 14:58 * Jordach found a FIX FOR THE ARM BEND 14:59 Evergreen YAY! 14:59 Evergreen :D 14:59 Jordach http://www.youtube.com/watch?v=YnrAi-sin98 14:59 Jordach !TITLE 14:59 Jordach !title 14:59 MinetestBot Jordach: Minecraft Blender Tutorial Rigid Bends - YouTube 14:59 Jordach ** 14:59 Evergreen W00 15:00 Evergreen I can't wait to see what you come up with 15:00 Jordach Evergreen: that means every other model is going straight to my recycle bin 15:00 Jordach and then i just use a template model for every skin 15:01 Jordach and this means i have to remove each bend on the arms manually :( 15:05 Jordach 9000+ verts to 5000 with one arm being almost done 15:31 rubenwardy Hi all 15:31 nore hi 15:40 Jordach fuck you blender: http://i.imgur.com/7nGx0a2.png 15:41 Jordach Evergreen: ^ 15:41 KikaRz Jordach, help me 15:43 Jordach KikaRz: im busy 15:43 KikaRz pfft 15:43 KikaRz i want to edit login things 15:43 KikaRz and etc 15:43 * Jordach hasn't toyed with the login screen 15:54 Calinou Jordach: that looks like a flip table animation :P 15:54 Jordach Calinou: i'm *ALMOST* there to get arms working right 15:59 PenguinDad Jordach: i like the old arms :/ 15:59 Jordach DUN DUN DURR 16:01 PenguinDad kaeza: https://github.com/kaeza/minetest-firearms/blob/master/firearms_guns/init.lua#L131 deafutl:wood O_o 16:03 PenguinDad and ducks 16:04 Calinou ducks 16:04 Calinou ducks everywhere 16:04 KikaRz QUACK! 16:04 KikaRz http://www.youtube.com/watch?v=OglS3Q0Zxik 16:04 KikaRz !title 16:05 sdzen http://www.youtube.com/watch?v=MtN1YnoL46Q 16:05 PenguinDad !title 16:05 MinetestBot PenguinDad: The Duck Song - YouTube 16:05 KikaRz They are so sexy!!!! 16:06 kaeza PenguinDad, dafuq 16:07 kaeza git blames me? O_o 16:07 KikaRz Yea! 16:08 kaeza I blame jojoa 16:08 KikaRz http://www.youtube.com/watch?v=eh-72yBP7sw&feature=c4-overview&list=UUmv1CLT6ZcFdTJMHxaR9XeA 16:08 KikaRz I love that group *w* 16:09 PenguinDad it is not blocked \o/ 16:10 KikaRz Yea 16:10 KikaRz They are parodies 16:11 KikaRz http://www.youtube.com/watch?v=7YAcMgoSpDE&list=UUmv1CLT6ZcFdTJMHxaR9XeA 16:11 KikaRz BEST 16:11 KikaRz Than the origianl 16:12 KikaRz YEA 16:12 KikaRz fantastic 16:12 KikaRz *w* 16:12 KikaRz john_minetest: stupid mind. 16:12 KikaRz Nvidia drivers are working :) 16:12 KikaRz More fps than noveau 16:13 KikaRz more stability 16:13 KikaRz no crashes 16:13 KikaRz So, shut up! 16:13 KikaRz So why you said that noveau drivers were best if there aren't on Windows? 16:13 KikaRz Idiot! 16:13 KikaRz Windows has got all the drivers necessary 16:13 KikaRz Linux is more hard, but we can get them. 16:14 KikaRz noob 16:14 KikaRz -.- 16:14 PilzAdam lol 16:15 PilzAdam KikaRz, you whine every day several hours about your not working PC 16:15 PenguinDad KikaRz: you mean n00b :P 16:15 PilzAdam and you call john_minetest a noob when his PC breaks? 16:15 rubenwardy brb 16:15 KikaRz PilzAdam, shut up 16:15 KikaRz :P 16:16 KikaRz Well, I was stuck in Windows 16:16 KikaRz Now I have both OS. 16:17 KikaRz http://www.youtube.com/watch?v=WSUFzC6_fp8&list=UUmv1CLT6ZcFdTJMHxaR9XeA 16:17 KikaRz Beautiful 16:19 nore !title 16:19 MinetestBot nore: [Official Video] Carol of the Bells - Pentatonix - YouTube 16:21 andersje no opengl support for the graphics card? what's your card? 16:22 Calinou probably IGP 16:22 andersje ! 16:22 andersje I'd forgotten about IGP 16:22 andersje I think I have a decent AGP card in a drawer somewhere 16:24 andersje you got an AGP slot on there? 16:24 Calinou intel doesn't make discrete cards 16:24 Calinou so it is integrated 16:25 Jordach so i liberated someone from windows, now john_minetest takes KikaRz's place 16:25 rubenwardy back! 16:25 KikaRz Yay! 16:25 KikaRz Take that Bill Gates! 16:25 KikaRz Now john_minetest will have the bad features of Windows 16:26 KikaRz can't I change the order of the grub list? 16:26 Calinou normally, yes 16:26 khonkhortisan you can change your boot menu order 16:26 khonkhortisan On my OS I go through yast2 to do that, but if you can find the file that works too 16:26 Calinou fun fact: GCC is 2× slower to compile OGRE than MSVC on the same CPU 16:27 Calinou and produces slightly slower binaries 16:28 khonkhortisan yes 16:28 KikaRz I love singing Titanium on my window 16:28 KikaRz with the window opened... 16:28 KikaRz and getting on the top. 16:29 KikaRz There are always people exploring me. 16:29 Calinou it is, yeah 16:29 Calinou KikaRz: that's what she said 16:29 KikaRz Nope 16:29 KikaRz That's what I SAID! 16:29 KikaRz :@ 16:29 KikaRz well, exploring me... 16:29 KikaRz watching me 16:30 KikaRz :D 16:30 KikaRz nice 16:30 KikaRz I love windows me viruses. 16:31 khonkhortisan The oldest win I used was 95 16:32 khonkhortisan So you typed on a computer to practice using a typewriter? 16:32 KikaRz YES! 16:32 KikaRz FUCK YEA! 16:32 KikaRz I GOT IT! 16:32 KikaRz my vps is now fixed 16:32 KikaRz :D 16:32 andersje win95. 16:33 andersje damn. my first computer didn't have a full keyboard. 16:33 khonkhortisan I forget they can be combined 16:33 andersje numeric pad with overlays. 16:33 KikaRz updating my vps... 16:33 * andersje grumbles about the Bally Astrocade 16:36 KikaRz Today my day is just 16:36 KikaRz FANTASTIC! 16:36 KikaRz Just try Linux Mint 16:36 PilzAdam KikaRz, this is not your diary 16:36 KikaRz based in Ubuntu, but better. 16:37 KikaRz yea 16:37 KikaRz on cmd... 16:37 KikaRz *terminal 16:37 KikaRz sorry, i'm still adapting to linux. 16:37 KikaRz Wait 16:37 KikaRz No 16:37 KikaRz YOu can choose 16:37 KikaRz Me and Jordach, we use Mint 16:37 KikaRz Yea 16:37 KikaRz in the _____ (tell him the name), you can customize many things 16:38 KikaRz included TERMINAL, Login display 16:38 KikaRz lawl 16:38 KikaRz nice 16:42 KikaRz lol 16:42 KikaRz john_cephalopoda: Talk to yourself. 16:47 KikaRz lawl. 16:50 KikaRz not Debian 16:50 PenguinDad better :P 16:50 * john_minetest could do cool stuff with his PC 16:51 KikaRz which is based on 16:52 PenguinDad SLS 16:53 KikaRz which is based on 16:53 ShadowNinja john_minetest: Use SASL. 16:54 PenguinDad like me 16:55 Calinou oh, under the books... No wonder the computer beeped at startup 16:55 Calinou no, that's because you use debian 16:55 Calinou that was a joke, lol 16:56 Calinou "hurd is turd!" --BO$$ 16:57 KikaRz how do I compile minetest server? 16:57 Calinou Kerbal Space Pony 16:57 KikaRz (Fedora / CentOS) 16:57 Calinou KikaRz: when you compile client, you compile server too 16:57 KikaRz Same way as fedora? 16:58 KikaRz *as Ubuntu 16:58 KikaRz I want to compile on my vps 16:58 ShadowNinja KikaRz: cmake -DBUILD_SERVER=1 -DBUILD_CLIENT=0 16:58 PenguinDad Killer Spline Programm 16:58 KikaRz DRUN IN PLACE too.l 16:58 ShadowNinja BUILD_SERVER is enabledby default. 16:58 * Calinou just saw a Princess Luna spray in TF2 16:58 KikaRz what i git clone? 16:59 KikaRz VSP = Vespas 16:59 KikaRz VSPs = Vespas 16:59 KikaRz :P 16:59 KikaRz shadowninja 16:59 KikaRz I needed full linue 16:59 KikaRz *line 16:59 ShadowNinja KikaRz: See README.txt 17:00 KikaRz Grrr 17:00 KikaRz that has stupid wget 17:00 KikaRz i wanted git clone 17:01 KikaRz Ok Ok john_minetest 17:01 KikaRz This is #minetest, not #kasperspaceporn 17:01 KikaRz And the game? 17:02 KikaRz ... 17:02 PenguinDad git clone https://github.com/minetest/minetest_game.git 17:02 KikaRz Thank you! 17:02 KikaRz It was so hard? 17:02 KikaRz git clone git://github.com/minetest/minetest.git;cd minetest/games;git clone git://github.com/minetest/minetest_game.git;cd ..;cmake .;make;./bin/minetestserver 17:02 KikaRz My son helps me 17:04 Evergreen With what? 17:04 Evergreen What OS are you using? I wrote a bash scrip for ubuntu that gets the katest version and compiles it automatically 17:04 Evergreen *latest 17:05 KikaRz Evergreen shut up. 17:05 KikaRz I already said 17:05 KikaRz CentOS 17:05 KikaRz Fedora Based 17:05 Evergreen Sorry, just trying to help 17:05 PenguinDad i have an update script 17:05 Evergreen :( 17:05 whirm z 17:06 whirm sorry, I droped smth in the keyb by accident 17:06 Evergreen I actually should write an update script too, would make it much easier 17:06 Calinou there is no difference between ubuntu and fedora, except that you have to change the way you install deps 17:06 Calinou apt-get → yum 17:06 Calinou and some dependency names change 17:06 Evergreen You know what, I think I'll go ahead and to that 17:07 whirm Evergreen: http://paste.debian.net/28064/ 17:07 KikaRz CMake Error at /usr/share/cmake/Modules/FindX11.cmake:362 (MESSAGE): 17:07 KikaRz Could not find X11 17:07 KikaRz Call Stack (most recent call first): 17:07 KikaRz src/CMakeLists.txt:146 (find_package) 17:07 Calinou cmake . -DBUILD_CLIENT=0 17:07 Calinou use that cmake command 17:07 Calinou you don't need irrlicht or X 17:08 Evergreen I'm going to go ahead and write it myself, afw 17:08 KikaRz CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE): 17:08 KikaRz Could NOT find ZLIB (missing: ZLIB_LIBRARY) 17:08 KikaRz Call Stack (most recent call first): 17:08 KikaRz /usr/share/cmake/Modules/FindZLIB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) 17:08 KikaRz src/CMakeLists.txt:163 (find_package) 17:08 Calinou install zlib dev libs then 17:08 KikaRz Fuck you ShadowBot, just ignore me you bastard . 17:08 KikaRz which are, Calinu? 17:08 KikaRz which are, Calinou? 17:09 Calinou I don't use fedora, don't know 17:09 Calinou try "yum search zlib" 17:09 PenguinDad on openSuSE it's zlib-devel 17:10 KikaRz YEP Penguin 17:10 KikaRz it is 17:10 KikaRz +1 point to PenguinDad 17:10 KikaRz Thank you for the alternative to apt-cache search, Calinou! +1 point to Calinou 17:10 Calinou no problem 17:11 KikaRz Sorry PenguinDad, you've lost your point. Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version 17:11 KikaRz Nothing to do 17:11 Calinou then cmake doesn't find zlib for some reason... 17:11 KikaRz :( 17:11 KikaRz want full input to cmake? 17:12 KikaRz http://pastebin.com/TDYPJmm9 17:13 Calinou -DENABLE_SOUND=0 is not needed, normally 17:13 Calinou also, why -DRUN_IN_PLACE 17:13 KikaRz uh 17:13 KikaRz IDK 17:13 KikaRz But it gave me error, Calinou 17:13 Calinou you don't even have a compiler installed, that's why 17:13 KikaRz so I added DENABLE_SOUND 17:14 Calinou install gcc 17:14 KikaRz So, what compiler i put? 17:14 Calinou yum search gcc :p 17:14 KikaRz Installing: 17:14 KikaRz gcc x86_64 4.4.7-3.el6 base 10 M 17:14 KikaRz This one? 17:15 Calinou probably 17:15 KikaRz I just put: yum install gcc 17:15 Calinou yes 17:15 KikaRz I dont need DRUN IN PLACE? 17:15 Calinou no 17:15 KikaRz well 17:15 Calinou it's non-standard 17:15 KikaRz I want world in same folder 17:15 Calinou why? 17:15 KikaRz world and mods in same folder 17:15 KikaRz easy for me 17:15 Calinou it's way better to have stuff in a separate dir, to be honest... 17:16 Calinou allows for easier replacement 17:16 KikaRz I know 17:16 KikaRz cmake . -DENABLE_SOUND=0 -DBUILD_CLIENT=0 17:16 KikaRz better? 17:16 Calinou yes 17:16 KikaRz more errors 17:16 DanDuncombe Help?https://forum.minetest.net/viewtopic.php?id=6992 17:17 Calinou pastebin 17:17 KikaRz http://pastebin.com/Ub5BMKGR 17:17 Calinou ah 17:17 Calinou don't run a server as root, too 17:17 Calinou create an unprivilegied user 17:17 KikaRz meh 17:17 KikaRz no problem with that 17:17 KikaRz just help me 17:17 KikaRz :c 17:18 KikaRz It's too confuse to create a unprivilegied user. 17:18 Calinou sudo adduser username 17:18 KikaRz Host1Free. 17:18 Calinou answer the few, easy questions, and it's done :P 17:18 KikaRz If I do that, I can't login 17:18 Calinou ssh to the user 17:18 Calinou ssh username@host 17:18 KikaRz i cant 17:18 KikaRz to ssh, i need to create a virtual console 17:18 KikaRz i never understood h1f 17:19 Calinou how do you log in to your server then? 17:19 KikaRz Using Virtual Console data. 17:19 KikaRz IP, user and password that it gives to me 17:19 Calinou anyway, you lack LuaJIT, it's better to have it 17:19 KikaRz How i have it? 17:20 Calinou yum search luajit 17:20 KikaRz =============================== Matched: luajit ================================ 17:20 KikaRz python-cffi.x86_64 : Foreign Function Interface for Python to call C code 17:20 KikaRz pfft. 17:21 KikaRz this ? 17:21 PenguinDad no 17:21 KikaRz so? 17:22 PenguinDad minetest doesn't use python for mods 17:22 KikaRz yea 17:22 KikaRz but so? 17:22 KikaRz what I use? 17:22 KikaRz I use python for many servers 17:22 KikaRz not for minetest 17:23 KikaRz gogo.- 17:23 Calinou try "yum install libluajit" 17:23 Calinou or "yum install luajit" 17:23 Calinou and tab-complete 17:23 Calinou and see 17:23 DanDuncombe Don'tbother trying to insult cleverbot. http://pastebin.com/XbWAtgqj 17:23 KikaRz Nope 17:23 KikaRz no luajit or libluajit 17:24 Exio4 KikaRz: just saying, first, 1) learn how the fuck admin a system, 2) repeat 1 until you are able to solve this easy question by yourself 17:24 Calinou try tab-completing 17:24 Calinou before you hit "enter", press tab twice 17:24 KikaRz Exio4, how to admin nice a system 17:25 Exio4 you need to know how to setup an user eh 17:25 KikaRz nope, tab completing dont works 17:25 KikaRz I know how to 17:25 KikaRz -.- 17:25 KikaRz idiot 17:25 Evergreen Anyone like rasberry pi? (and no, "pi" is not a spelling error) 17:25 KikaRz pi = 3,148328732891428741290462340329 17:25 Exio4 raspberry pi? 17:25 Semilevel pi is 3.14 17:25 Exio4 i would like one but 17:25 Exio4 KikaRz: 1415 17:25 Semilevel It's a great device. 17:26 Semilevel I own one myself. -w- 17:26 Exio4 KikaRz: yes sure 17:26 KikaRz Sorry for your STUPID INTELLIGENCE N00B 17:26 Evergreen (only people who know what the raspberry pi is will get this) 17:26 KikaRz Ignoring Exio4 17:26 Exio4 good 17:26 troller Evergreen, its slooow shit 17:26 PenguinDad why not Strawberry e :D 17:26 Exio4 lol PenguinDad 17:26 troller Evergreen, use odroid 17:26 Semilevel Arch Linux turbofaggots 17:26 KikaRz Pfft, ignore gives me a lot of options... 17:26 Exio4 KikaRz: read its help 8) 17:26 KikaRz SHUT UP! 17:26 KikaRz I'VE IGNORED YOU 17:26 KikaRz :@ 17:26 Evergreen I'm going to ignore you troller, you are trolling 17:26 Exio4 lol 17:26 Evergreen (as your name suggests 17:26 Exio4 he isn't though 17:27 KikaRz he? 17:27 troller Evergreen, no, odroit 15x faster than slowberry 17:27 KikaRz Ignorance at 100%. 17:27 KikaRz Stupid idiot. 17:27 Exio4 KikaRz: what 17:27 KikaRz you 17:27 Evergreen !ignore KikaRz 17:27 Exio4 troller isn't trolling 17:27 Evergreen Ik 17:27 KikaRz ... 17:27 troller http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G137510300620 - 20+x faster than slowberry 17:27 KikaRz Calinou, tab-completing isn't working with this 17:28 KikaRz troller, i prefer fastberrycracky. 17:28 Evergreen Sorry, about that, I wasn't trying to start a war here 17:28 Exio4 only dumb people causes those 17:28 Exio4 and you didn't 17:28 PilzAdam Stupid idiot. <- you realise that you can be kicked for this? 17:28 Exio4 she is probably on her period :> 17:28 Calinou then you're doing something wrong... any package management system has tab completion 17:28 KikaRz PilzAdam, he started, I Finished. 17:29 Evergreen Sure, it is better, but raberry pi was made to be cheap, so don't expect it to be fast 17:29 Calinou that's what she said :P 17:29 Evergreen It is great for how cheap it is 17:29 Exio4 Calinou: nah, debian doesn't include it by default; for example 17:29 Exio4 ah, wait 17:29 Calinou it does? 17:29 troller Evergreen, but cost/speed better in odroid 17:29 Exio4 it seems to work 17:29 Calinou already used debian testing in virtualbox 17:29 KikaRz Actually, if I get kicked, it's better. I don't come back, and i'll do what my son did to me. 17:29 Exio4 since when 17:29 Calinou you're mixing with command-not-found 17:29 Exio4 in debian lenny it didn't 17:29 KikaRz He left me 17:30 troller Evergreen, and you can use it as desktop 17:30 NekoGloop Kika, we don't care 17:30 * Exio4 didn't use tab for that since ages 17:30 PilzAdam NekoGloop, +1 17:30 Exio4 i tab complete commands :P 17:30 troller slowberry compiles minetest 40+ minutes 17:30 Exio4 KikaRz: attention whore 17:30 troller odroid 3-4 17:30 Evergreen For some things you don't need a 149 dollar computer 17:30 Exio4 omg 17:31 Exio4 i want it 17:31 DanDuncombe Is it true someone once ran Mt on their printer? 17:31 KikaRz idk 17:31 Exio4 http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G137510300620 17:31 Evergreen troller: I don't think most people who use rasberry use it as their desktop 17:31 Evergreen So it doesn't need to be that fast 17:31 PilzAdam KikaRz, you can leave or shut up without being kicked or muted 17:31 KikaRz ... 17:31 Evergreen However, odroid would be good for a cheap computer 17:31 KikaRz Nice, 3 people ignored. Going on a nice road. 17:32 NekoGloop someone got MT running nicely on a pi? 17:32 troller Evergreen, ok, maybe for some purposes slowberry good 17:32 KikaRz Calinou, yum install xorg-devel worked for me. 17:32 Evergreen Okay, converstion over, wasn't trying to start a war here 17:32 Exio4 http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G137448544866 17:32 Exio4 woooooo 17:32 Exio4 that would be nice 17:33 troller find on dx.com more and cheaper 17:34 KikaRz Niceee! :D 17:34 KikaRz thats cool 17:34 Exio4 troller: buy one for me! 17:36 KikaRz troller, can you offer me this? *w* http://dx.com/p/world-s-smallest-solar-powered-car-37373 17:37 Evergreen Honestly, ODROID almost has better specs than my laptop. 17:38 Calinou what specs does your laptop have? 17:38 Exio4 Evergreen: it doesn't 17:38 Exio4 your laptop is x86, not arm 17:39 NekoGloop hence almost 17:40 DanDuncombe Can a solid node have a walk-through viscosity? 17:40 KikaRz well 17:40 KikaRz If it's lava... 17:41 KikaRz just give him lava properties? 17:41 DanDuncombe Solid Node? 17:41 DanDuncombe Like, say, stone but with walk-through viscosity,so you slowly sinkthrough it. 17:41 NekoGloop doesn't work 17:42 troller DanDuncombe, it was in issues or discussion here 17:42 DanDuncombe troller- what? 17:42 troller param for slower walk 17:43 NekoGloop he's talking about sinking 17:43 NekoGloop like quicksand 17:43 KikaRz yea 17:43 DanDuncombe Well, I was really thinking foam, but yeah. 17:43 DanDuncombe Foam, that hardens 17:44 DanDuncombe Maybe foam could be a setting liquid? 17:44 NekoGloop Like that one minecraft mod's construction foam? 17:44 DanDuncombe Yes! NekoGloop! Exactly! 17:44 DanDuncombe EXACTLY what I meant! 17:50 andersje do print() messages in init.lua end up in ~/.minetest/debug.txt ? 17:50 PilzAdam yes 17:50 andersje thx 17:50 Exio4 print is shadowed by the "lua api" 17:53 andersje Exio4: sorry, what? 17:54 thexyz minetest redefines lua print 17:54 PilzAdam andersje, its not the standard Lua print(), but its an alias to minetest.debug() 17:55 DanDuncombe Is there any way to make a node detect what light brightness it is in? 17:55 andersje ah, thanks 17:55 PilzAdam DanDuncombe, yes 17:55 DanDuncombe PilzAdam, how? 17:55 PilzAdam !dev get_node_light 17:55 PilzAdam MinetestBot? 17:55 DanDuncombe Lol 17:55 thexyz http://dev.minetest.net/EnvRef:get_node_light 17:56 DanDuncombe Thanks 17:56 PilzAdam sfan5, !dev is broken 17:57 sfan5 hm 17:57 sfan5 !dev test 17:57 sfan5 MinetestBot! 17:57 MinetestBot sfan5! 17:57 PilzAdam MinetestBot: reload devwiki.py 17:57 MinetestBot PilzAdam: devwiki.py: no such module! 17:57 sfan5 umm 17:59 sfan5 !dev test 17:59 sfan5 MinetestBot: reload devwiki 17:59 MinetestBot sfan5: (version: 2013-08-05 21:47:51) 17:59 PenguinDad !dev derp 17:59 MinetestBot "There is currently no text in this page." - http://dev.minetest.net/derp 18:03 sfan5 !dev derp 18:03 MinetestBot "There is currently no text in this page." - http://dev.minetest.net/derp 18:03 sfan5 !dev get_node_light 18:03 MinetestBot "There is currently no text in this page." - http://dev.minetest.net/get_node_light 18:03 sfan5 !dev EnvRef:get_node_light 18:03 MinetestBot "Important Note: Since 0.4.7, minetest.env is deprecated." - http://dev.minetest.net/EnvRef:get_node_light 18:04 Evergreen Speaking of derp: http://www.youtube.com/watch?v=nQB4nAjZIdE 18:04 Evergreen !title 18:04 MinetestBot Evergreen: DERP SONG 10 HOURS - YouTube 18:04 DanDuncombe I have already linked to that in this IRC channel before lol 18:07 KikaRz sfan5, can you help me with cmake problems? 18:07 sfan5 maybe 18:07 KikaRz Go query 18:08 Exio4 why is a query needed 18:08 KikaRz To avoid spam 18:08 KikaRz And people like you, arguing 18:08 Exio4 i mean, it probably doesn't include private info and it could be useful for other people with that people in a future 18:08 Exio4 with that problem ** 18:09 Exio4 it isn't spam, the channel got pseudo-dead now 18:11 thexyz https://forum.minetest.net/viewtopic.php?id=6985 18:12 thexyz I damaged my brain a bit by trying to parse what is written there 18:13 Exio4 wtf? 18:13 MinetestBot Well... thanks, I'm broken now... 18:13 KikaRz Forum message 18:13 KikaRz Bad request. The link you followed is incorrect or outdated. 18:14 thexyz you should be logged in 18:14 thexyz to be able to read offtopic section 18:14 KikaRz may I 18:14 Calinou you need to do that now? 18:15 thexyz yes 18:15 KikaRz Uh? 18:15 KikaRz What's that for?? 18:19 ShadowNinja sfan5: !dev doesn't seem very usefull to me. Maybe if it looked for the syntax line... 18:19 thexyz what's what for? 18:20 ShadowNinja thexyz: Mandatory login for the offtopic section. 18:20 thexyz oh 18:21 thexyz because there already are too many casualties 18:22 KikaRz Hi NudeFury 18:22 KikaRz xD 18:31 KikaRz http://pastebin.com/LH1W6L3g 18:31 KikaRz Help? 18:34 PilzAdam seems like you have ran cmake with Irrlicht 1.7 but you compile with Irrlicht 1.8 18:35 KikaRz no i didnt 18:35 KikaRz its 1.7 18:37 KikaRz meh 19:02 Evergreen *yawn* 19:25 Calinou that sounds like a gun name :P 19:25 Calinou IP cameras? lol 19:25 Calinou claim you have one, and you won't be robbed 19:26 Calinou what's that then? 19:26 * PilzAdam slaps john_minetest with ixquick.com 19:26 PilzAdam I need a script for that... 19:26 Calinou "The Samsung SGR-A1 is a South Korean military robot sentry" 19:26 Calinou TF2 engineer prefers Gunslinger. 19:29 Calinou >just immatriculed for uni 19:29 Calinou that's probably why... 19:30 PilzAdam john_minetest, in english there is no "im" in "matriculate" 19:31 Calinou true 19:37 KikaRz Guys 19:37 Calinou ponies 19:37 KikaRz Is Double Post a broken rule? 19:38 KikaRz https://forum.minetest.net/viewtopic.php?id=6993 19:38 Calinou no, but avoid doing it 19:39 PenguinDad i think when i buy a ship it will be by samsung 19:39 Calinou their galaxy notes can already be used as ships, they are big enough for a phone 19:39 Sokomine they do build ships by now as well? strange 19:40 PenguinDad originally samsung was a food shop 19:40 KikaRz Sokomine, is this a mod that works in coop with my mod? 19:40 KikaRz https://forum.minetest.net/viewtopic.php?id=6670 19:40 Sokomine i bought a normal smartphone some time ago. later found out that i couldn't operate it one-handed. two-handed was fine. one-handed didn't work 19:41 KikaRz (my mod is colored blocks) 19:41 KikaRz well, simple colored blocks 19:41 KikaRz http://github.com/DarkDracoon/coloredblocks 19:41 Sokomine depending on how your naming schem for your colored blocks is, it might more or less easily support them 19:42 Sokomine it's easiest if names of nodes and textures either stick to unifieddyes naming schem or that of normal dyes 19:42 Sokomine you won't believe how many names for green are out there :-/ 19:42 Sokomine (not that i don't like green...just...it's always called different) 19:42 Sokomine hi miner 19:42 Miner_48er hi 19:45 Sokomine hm, with these half colors, it might be more difficult 19:45 Sokomine perhaps that can be handled the same way as unifiedbricks and coloredglass. those just offer two diffrent styles 19:45 KikaRz Hmm 19:46 KikaRz What's that Road mod? 19:46 KikaRz Well, i'm searching for it 19:47 Sokomine road mod? there's at least one streets mod that has asphalt 19:47 KikaRz yea 19:47 KikaRz that 19:48 KikaRz Can you link me it, please? 19:48 PenguinDad https://forum.minetest.net/viewtopic.php?id=2984 19:49 KikaRz Thank you :) 19:50 Sokomine ah, hm, they're mixed colors? that will make it more difficult. that will require one entry per top (or bottom) color 19:51 KikaRz lawl 19:51 KikaRz nope 19:51 KikaRz you can just use my code 19:51 KikaRz to do it 19:51 KikaRz i think 19:51 Calinou lol 19:51 KikaRz https://forum.minetest.net/mmdb/mod/test/ <- Best mod ever. 19:53 KikaRz How to set server as creative? 19:53 Calinou creative_mode = 1 19:54 KikaRz and how I add myself as admin? 19:54 KikaRz server has commands? 19:54 KikaRz well, input line 19:56 Calinou name = KikaRz 19:56 Calinou then log in as KikaRz 19:56 KikaRz Hmmm 19:56 KikaRz NICE 19:57 KikaRz Guys, why every "m" is like that? http://gyazo.com/dbb7658bb8d6ac4febfcc6a86293da25.png 19:57 PenguinDad nice ice!¡ 19:57 KikaRz ce! 19:57 KikaRz e! 19:59 KikaRz how to change server port? 19:59 Calinou port = N 19:59 Calinou where N is port 19:59 Calinou you're using nouveau? 20:00 Calinou VRAM corruption can happen 20:00 KikaRz no 20:00 KikaRz i'm not 20:00 Calinou try using different font settings 20:00 KikaRz :P 20:00 KikaRz well, it's not that 20:00 KikaRz i guess it was when i was playing a game 20:00 KikaRz pfft 20:00 KikaRz this is why i hate not running druninplace 20:01 KikaRz are mods on .minecraft? 20:01 KikaRz well 20:01 KikaRz are mods to put on .minecraft? 20:02 KikaRz *minetest 20:02 KikaRz fuck 20:02 Calinou heh 20:02 PenguinDad minecraft? 20:02 KikaRz failz 20:02 Calinou mods go in ~/.minetest/mods 20:02 KikaRz DANG 20:02 KikaRz i have to copy everything again 20:02 Calinou why? 20:02 KikaRz DANG! 20:02 kahrl ln -s .minecraft .minetest 20:02 KikaRz STUPID MINECRAFT 20:03 KikaRz DANG! 20:03 KikaRz now i've lost my mods folder when mv 20:05 ShadowNinja find / | grep minecraft | rm -rf 20:05 ShadowNinja ;-) 20:06 Calinou TIL how to use "find" 20:06 KikaRz dang 20:06 KikaRz so bad 20:06 KikaRz '-' 20:06 KikaRz well, brb, going to rest 20:07 Leoneof hai 20:08 PenguinDad i hate tinypic 20:09 Calinou heh 20:42 Miner_48er kaeza do you know how landrush have the wiki mod setup to display a page on join? 20:57 Miner_48er kaeza do you know how landrush have the wiki mod setup to display a page on join? 21:00 sdzen register on join player .... 21:00 sdzen bracket bracket bracket 21:00 sdzen stuff 21:01 sdzen I would think that looking in the wiki mods init files would explain it well 21:04 Miner_48er no nothing about that 21:07 sapier1 I gues "explain" was meant as "can be seen" not "is documented with all possible details" 21:07 sapier1 ;-) 21:09 Miner_48er i haven't seen it in the code either 21:14 coverlessrain13 hey 21:14 coverlessrain13 was up 21:15 jin_xi updog 21:17 coverlessrain13 {AZ 21:17 coverlessrain13 {AZ][-=[' 21:17 coverlessrain13 [['7 21:17 coverlessrain13 [;O/ 21:17 coverlessrain13 hEY 21:17 coverlessrain13 Accidental spam. 21:17 PilzAdam coverlessrain13, ummm... 21:17 coverlessrain13 Sorry derp. 21:18 PenguinDad lol = {no=true} 21:20 sapier1 I gues this means yes it's no 21:20 sapier1 :-) 21:21 PilzAdam lol.no 21:21 PenguinDad lol = {no=true, yes=false} --:P 21:34 Exio4 [17:05:09] find / | grep minecraft | rm -rf 21:34 Exio4 uber-bad usage for a non-working command 21:37 KikaRz Hi there 21:37 bas080 Hey KikaRz 21:38 KikaRz Hi bas080, finally you talked to me :p 21:38 bas080 I have no reason not to KikaRz. 21:38 KikaRz ? 21:39 KikaRz You don't have a reason to don't chat to me? 21:39 bas080 nope 21:41 KikaRz How do I put server in creative? creative-mode=1 or set-creative-mode=1? 21:41 Exio4 creative_mode = true in minetest.conf 21:42 Exio4 you have a very nice file with useful examples in minetest.conf.example 21:42 ShadowNinja Exio4: It wasn't meant to work. 21:42 bas080 atm, i use a self made ingame creative switcher 21:42 Exio4 you could just search on it for 'creative' 21:42 KikaRz Exio4, wrong. 21:42 Exio4 ShadowNinja: ah 21:42 Exio4 :P 21:42 KikaRz I don't have conf.example -.- 21:42 Exio4 do you have a browser? 21:43 KikaRz Nope 21:43 KikaRz Terminal 21:43 Exio4 i mean, in your actual desktop 21:43 bas080 Who uses browsers nowadays? 21:43 Exio4 and terminal? elinks powa! 21:43 Exio4 it actually supports tabs and some basic CSS 21:43 KikaRz .. 21:43 KikaRz Exio4, stop trolling people -.- 21:44 Exio4 because you could just load https://github.com/minetest/minetest/blob/master/minetest.conf.example in your browser (desktop, locally) and look at useful settings 21:44 Exio4 uh? 21:44 KikaRz ... 21:44 Exio4 i was trying to be nice for one time 21:44 Exio4 i troll the 99%, when i don't you say "stop trolling" 21:44 KikaRz well, you didn't helped me 99% 21:44 Exio4 lel 21:48 KikaRz bas080, how you been this whole time? 21:52 Miner_48er advice for admining multiple servers? 21:52 sdzen I believe he was suggesting to you to download minetest.conf.example if you didn have it 21:52 sdzen and why do you not have it? 21:52 sdzen does it not come standard? 21:54 KikaRz well 21:54 KikaRz for me, it's glitchy 21:54 KikaRz just appearing 000010101010011110101010101010101001 21:54 KikaRz '-' 21:55 sdzen I believe you should focus on more pressing matters then reading it then 21:55 sdzen like finding out why it does that! 21:55 Exio4 she will tell you, "fuck you stupid idiot, god dammit stop fucking trolling" 21:55 Exio4 and tell you shut the fuck up 21:56 sdzen its not trolling, KikaRz you might have a serious problem with your computer 21:56 KikaRz !ban Exio4 21:56 KikaRz :D 21:57 sdzen and don be mean 21:57 sdzen don* 21:57 KikaRz don. 21:57 sdzen don't* 21:57 KikaRz don don don 21:57 KikaRz :P 21:57 sdzen he did try to help you 21:57 KikaRz Well, technically, not 21:58 sdzen yes he did 21:58 KikaRz Since when, starting annoying and on ignored list is helping? 21:58 sdzen when you said you didnt have the conf.example he linked you to it! 21:58 KikaRz well, but that didn't helped me 21:58 sdzen I would say that was an attempt to help 21:59 sdzen whether it helped or not, he did try 21:59 KikaRz ... 21:59 KikaRz not going to comment. 22:00 KikaRz Welcome Back bas080 22:10 KikaRz Really, where is Perttu Ahola? 22:12 ShadowNinja KikaRz: He stays in -dev. 22:12 KikaRz :c 22:12 KikaRz He's so evil 22:14 kahrl he talks more in here than I 22:14 KikaRz !seen celeron55 22:15 KikaRz How I love you, MinetestBot... 22:16 PenguinDad !seen celeron56 22:16 MinetestBot PenguinDad: Sorry, I haven't seen celeron56 around. 22:16 KikaRz Well, I'm ignored, PenguinMom 22:16 KikaRz Have you seen PenguinDad Tux? 22:23 KikaRz Creative mode isn't working on my server 22:23 KikaRz isn't it creative-mode = true? 22:27 PenguinDad The best social network ever: http://getprsm.com/ 22:29 KikaRz get 22:29 KikaRz prsm 22:29 KikaRz prisma 22:29 KikaRz pregant (with) semen 22:30 sdzen (05:41:37 PM) Exio4: creative_mode = true in minetest.conf 22:30 sdzen underscores 22:31 KikaRz Oh 22:31 KikaRz ok 22:32 KikaRz Nope 22:32 KikaRz no results 22:32 KikaRz i had that on config 22:32 KikaRz I'm using unified inventory 22:33 KikaRz what's worldedit limited? 22:33 Jordach holy shit, this channel has been silent for 6 hours 25 minutes 22:33 KikaRz Nope Jordach 22:33 Jordach oh, fuck scrollbasck 22:33 Jordach -s 22:33 KikaRz Nawb :P 22:33 Jordach bar was half way up 22:33 sdzen oh good someone ignored her 22:34 KikaRz sdzen, you will be ignored too. bay 22:34 sdzen I dont care about that though :) 22:35 KikaRz what's worldedit_limited for? 22:35 KikaRz i guess it's to limit things... 22:35 * Jordach knows 22:35 KikaRz Tell Jordach 22:35 Jordach nope.avi 22:35 sdzen well the conf setting is the right one, so I have no idea what your problem is, and I would assume its for people who dont want the entirety of worldedit 22:35 KikaRz Not that sdzen 22:35 * Jordach won't say shit until infinity worldedit is finished 22:35 KikaRz the mod. 22:35 sdzen which is understandable 22:35 KikaRz meh 22:36 KikaRz I want every worldedit 22:36 KikaRz the only thing that i want, it's to work 22:36 Jordach fun fact: i'm more addicted to blender than minetest 22:36 ShadowNinja Jordach: I glanced at the code, and I think I know what it does. 22:36 KikaRz Nice Jordach <3 22:36 sdzen I was cursing at blender some time ago jordach 22:36 sdzen :) 22:36 Jordach am i the only person who understands it like Taoki 22:37 sdzen my mouse cant middle click well 22:37 sdzen so 22:37 sdzen its more of a frustration :) 22:37 KikaRz How I get wand in Worldedit? 22:38 sdzen hmmmmm 22:38 KikaRz Jordach 22:38 sdzen this doesnt sound like worldedit 22:38 KikaRz can you give me some Blendy classes? 22:38 * Jordach screams WHAT 22:38 KikaRz Better 22:38 Jordach KikaRz: you've bugged me for 24 hours 22:38 KikaRz Can you give me some classes in Blender? 22:38 * Jordach needs time alone 22:38 KikaRz I've bugged you? 22:38 KikaRz D; 22:38 * KikaRz codes Jordach to unbug... 22:39 * Jordach is a quiet person 22:39 * KikaRz unbugs Jordach and asks sorry. 22:39 Jordach i hate getting attention 22:39 KikaRz :( 22:39 KikaRz IDK what Blendy means 22:41 KikaRz Jordach 22:42 KikaRz oh 22:42 KikaRz Now I know what is blendy... 22:42 KikaRz http://dictionary.reference.com/browse/BLEND 22:43 KikaRz verb (used with object) 22:43 KikaRz 1. 22:43 KikaRz to mix smoothly and inseparably together: to blend the ingredients in a recipe. 22:43 KikaRz 2. 22:43 KikaRz to mix (various sorts or grades) in order to obtain a particular kind or quality: Blend a little red paint with the blue paint. 22:43 KikaRz 3. 22:43 KikaRz :P 22:43 PilzAdam KikaRz, next time youll get banned 22:43 KikaRz shut up PilzAdam 22:43 KikaRz I dont care if IRC is so stupid 22:44 KikaRz it just pasted multiple lines, without reason 22:44 KikaRz i removed the spaces 22:45 KikaRz Sorry Jordach, I didn't meant blendy... 22:45 KikaRz I meant "blendy" from the program. 22:46 Exio4 > gets annoyed by someone trying to help 22:46 Exio4 > floods and says "shut up" to the one telling her to don't do that 22:46 Exio4 :> 22:46 KikaRz If you do that, not our fault. 22:46 sdzen KikaRz I thought you ignored the person 22:47 sdzen please continue doing so 22:47 KikaRz Well, when I reenter channel, it resets my ignore list 22:47 KikaRz I need to solve that bugs 22:47 Exio4 you never ignored me 22:47 KikaRz yes i did! 22:47 Exio4 tell the truth, you tried to do a mental ignore and it failed miserably 22:47 KikaRz Nope 22:47 Exio4 8) 22:48 KikaRz I tell the truth, I just /ignore Exio4@*!* ALL 22:48 KikaRz but IDK why this shit glitches, so, your ass poops out again randomly 22:48 KikaRz http://www.youtube.com/watch?v=kYtGl1dX5qI 22:49 KikaRz And I do http://www.youtube.com/watch?v=3O1_3zBUKM8 22:49 KikaRz :p 22:54 KikaRz Why Minetest isn't different and just launch to Steam? :P 22:54 KikaRz Well, Minecraft didn't, but we can :P 22:55 Exio4 steam for an opensource? have fun with that 22:55 Exio4 s/ce/& game/ 22:55 KikaRz http://www.youtube.com/watch?v=3O1_3zBUKM8 22:56 ShadowNinja KikaRz: No need to double-post. 22:56 KikaRz double post what? 22:57 ShadowNinja KikaRz: That link. 22:57 KikaRz What link? 22:58 ShadowNinja http://www.youtube.com/watch?v=3O1_3zBUKM8 22:58 Jordach three times 22:58 Jordach reposting old news? bad ShadowNinja 22:59 KikaRz Well, good night 23:05 * sdzen prepares the party cannon 23:05 sdzen she leave? 23:05 Exio4 she left 23:06 PilzAdam *he closed his diary 23:07 Miner_48er is thier a mod for a no fall damage node? 23:07 Exio4 you can't do that, sadly 23:07 ShadowNinja Miner_48er: Yes, checkout trampolines/jumping. 23:08 Miner_48er ok thx 23:08 Exio4 isn't the damage predicted? 23:08 sdzen https://forum.minetest.net/viewtopic.php?id=2957 23:08 sdzen beat me to it ShadowNinja 23:09 Exio4 minetest IRL would be cool, people who talk too much would segfault lol 23:09 Exio4 hahahahaha 23:09 ShadowNinja LOL. 23:10 ShadowNinja (PLOL) 23:10 Exio4 seems legit 23:10 Exio4 ShadowNinja: same here ;P 23:10 ShadowNinja plol.org 23:12 Exio4 .cpp.bat.zip.rar.sh.c.lisp.bf.hs.com.exe 23:12 Exio4 :P 23:14 Peacock you must be looking at old logs :P when did i say that? 23:15 sdzen I think it was only a few days ago 23:15 sdzen my memory is shite though 23:15 Peacock feels like more time passed then that... must be the spicy pad thai thats been keeping me up lol 23:17 Peacock note to self - avoid using up the whole little cup of red sauce XD 23:17 sdzen feh! eat drink and be merry 23:18 sdzen your damned anyway 23:18 Peacock save the merry part for the holidays :P 23:19 Peacock damned? probably, i was born catholic, im pretty sure using the bathroom is a sin 23:20 sdzen my grandfathers catholic, I belong to a sect that goes on record for saying gay marriage causes hurricanes 23:20 sdzen IE that one crazy guy who taught my sunday school class said it 23:21 Peacock apparently my father's mother's side were into those weird religious movements 23:21 Peacock which explains alot about his side lol 23:24 * kaeza yawns 23:24 kaeza good evening 23:24 * Peacock sticks IV caffeine on kaeza 23:25 kaeza thanks ;| 23:26 ShadowNinja kaeza: My want to add irc at forum.minetest.net/mmdb 23:29 kaeza ShadowNinja, wat 23:29 kaeza ah, nvm 23:29 ShadowNinja Might* 23:30 * kaeza just got up; don't mind him 23:47 Miner_48er kaeza do you know how landrush have the wiki mod setup to display a page on join? 23:49 kaeza Miner_48er, did not know 23:50 kaeza at least someone uses that...code monstrosity 23:52 Miner_48er monstrosity? 23:52 Peacock i never understood, what does the wiki mod do? let you edit the mt wiki? 23:52 kaeza Peacock, an in-game wiki 23:53 Peacock meh, dont need a wiki, but if my signs could work without punching them, that would greeeeat lol 23:53 kaeza with plugins can also be a web browser :P 23:53 Peacock ill wait for the emacs mod XD 23:54 kaeza (has a sample "forum"/"mailing list" plugin) 23:54 kaeza xD 23:54 sdzen who would use that? 23:54 sdzen or is a proof of concept mod 23:59 Peacock beats the hell out of me lol