Time Nick Message 02:37 aerth what does it mean when a server is greyed out on the public server list? 03:00 MinetestBot 02[git] 04kwolekr -> 03minetest/minetest: Improve accuracy and safety of float serialization 1342cf5e9 http://git.io/vOZTV (152015-08-01T19:30:08-04:00) 03:04 zat http://www.twitch.tv/sa_jadestar :D 04:35 orb TBC_x, hi there. 05:28 xfceKris Is it possible to turn mese crystal fragments back into whole mese crystals?> 05:29 VanessaE no 05:32 xfceKris dang, there should be a way. Cause I turned a bunch of crystals into fragments, and can't do anything with the frags. 05:33 VanessaE you can cook them into mesecons wires if you have that mod :) 05:34 xfceKris I'm on Dan's Carbone server, not sure. I'll check though. 05:35 xfceKris Nope, no cooking. 05:35 xfceKris Oh well. 05:42 xfceKris brb 06:20 MinetestBot 02[git] 04t0suj4 -> 03minetest/minetest: Prepend "Lua: " before lua exceptions 13a5e5aa5 http://git.io/vOZuU (152015-08-02T02:17:37-04:00) 06:20 MinetestBot 02[git] 04t0suj4 -> 03minetest/minetest: src/wieldmesh.cpp: Fix mesh extrusion memory leak 13c4287a0 http://git.io/vOZuT (152015-08-02T02:16:30-04:00) 06:20 MinetestBot 02[git] 04t0suj4 -> 03minetest/minetest: src/client.cpp: Fix mapper memory leak 13ebe7b31 http://git.io/vOZuk (152015-08-02T02:15:38-04:00) 08:13 coagen trying to load up minetest on voidlinux 08:13 coagen weird stuff there, just a black window 08:57 TBC_x coagen: that makes sense, you see black void 09:01 TBC_x coagen: does your 3D acceleration work? type in terminal `glxinfo | grep render` 12:30 everamzah hi. how long does /clearobjects take for a 1.6gb map.sqlite? 12:43 est31 everamzah, what do you want to use areastore for? 12:47 VanessaE everamzah: expect at least an hour. my FreeForAll map took over 3 hours and it's about that size. 12:47 VanessaE (and it's leveldb) 13:01 everamzah thank u VanessaE ! 15:34 xenkey Hello everyone 15:41 Gael-de-Sailly Hi everyone 15:43 xenkey Hi Gael-de-Sailly 15:43 Calinou http://www.godotengine.org/forum/viewtopic.php?f=8&t=2517 15:44 Calinou Libre Pinball 0.0.5 released 15:54 freelikegnu hiyo 15:54 freelikegnu Cool, Calinou 17:03 aerth why are some servers greyed out on the public server list (in the game) 17:04 rubenwardy no players? 17:05 rubenwardy 1sec 17:06 rubenwardy greyed servers are incompatible with your MT version 17:07 rubenwardy builtin/mainmenu/common.lua:116 17:12 est31 this should probably be updated 17:12 est31 or even removed 17:12 Calinou yeah, remove it 17:12 Calinou too many false positives 17:12 est31 its just broken code 17:12 est31 and not needed anymore 17:12 est31 assumption to getting that added was that we break protocol 17:13 est31 but that wont happen :) 17:14 est31 This is the commit that needs revert https://github.com/minetest/minetest/commit/5a0ed780f56a5225b3d7c5f64099586e390e5f39 17:14 est31 not completely ofc 17:14 est31 e.g. the _ne thing is i think used 17:14 est31 im not sure 17:22 rubenwardy the mgv6 algorithm has been changed :( 17:25 hmmmm ?? 17:26 rubenwardy fixed_map_seed = 14703851313754985906 17:27 rubenwardy there's now a big dip near the spawn 17:27 rubenwardy probably dungeons 17:28 hmmmm or caves 17:28 hmmmm the cave algorithm had been modified 17:28 rubenwardy I thought dungeons = underground bubbles? 17:29 rubenwardy or are dungeons mossy cobblestone lined things? 17:29 hmmmm cobblestone and mossy cobblestone lined rectangular rooms connected by pathways. 18:26 Calinou where are the damn trees in mgv7? 18:27 Calinou standard trees, not pine 18:29 Calinou found a forest of standard trees, finally 18:30 freelikegnu :D 18:31 freelikegnu have not seen the yummy yellow apples though 18:33 Calinou okay, mgv7 will be the default unless user specifies otherwise 18:33 TBC_x I made yellow apples poisonous in my snake game 18:37 Calinou freelikegnu, done, committed, please test 18:38 Calinou (will only affect new worlds) 18:38 TBC_x http://sprunge.us/dRAV 18:38 TBC_x try it 18:38 TBC_x needs pygame 18:39 Calinou use Godot, TBC_x :P 18:39 Calinou http://www.godotengine.org/wp/ 18:39 TBC_x the original source is from a book about pygame 18:39 ArmaCell how can i start the game? 18:40 TBC_x `wget http://sprunge.us/dRAV` 18:40 TBC_x mv dRAV wormy.py 18:40 TBC_x python2 wormy.py 18:41 TBC_x maybe will complain about missing sounds 18:41 xenkey Lol 18:41 xenkey > How do i start the game 18:41 xenkey > pygame app 18:41 TBC_x pygame is a library 18:42 TBC_x looking for the url of sounds I used 18:42 ArmaCell I found the exe file 18:43 ArmaCell it was in the bin folder 18:43 TBC_x oh 18:43 TBC_x ArmaCell get python and pygame 18:44 TBC_x python 2 18:49 LinuxGuy2020 Is there a mod that increases the hotbar slots or a config option? 18:49 Calinou LinuxGuy2020, yes, very easy to do 18:49 Calinou https://github.com/Calinou/carbone-ng/tree/master/mods/large_hotbar 18:49 Calinou see the source of this mod 18:49 Calinou (feel free to clone Carbone NG and take the mod 18:49 LinuxGuy2020 Thanks very much 18:49 Calinou don't use more than 23 slots 18:50 Calinou it may crash 18:50 Calinou default is 8 18:50 LinuxGuy2020 ok cool 18:51 TBC_x oh, I use this sound, rename the file to scream.ogg http://soundbible.com/259-Scream-And-Die-Fx.html 18:52 TBC_x also 18:52 TBC_x it needs to be first converted from mp3 to ogg 18:53 TBC_x then use this sound and file name is apple-bite.ogg http://soundbible.com/1968-Apple-Bite.html 18:53 TBC_x needs conversion too 18:54 TBC_x and this one, convert from mp3 to ogg and name hunger.ogg http://soundbible.com/1300-Stomach-Growling.html 18:54 TBC_x the game is pretty fun 18:59 TBC_x oh, and have you ever tried to replace the tones from game "Simon" with goat screams? 19:02 xfceKris So, why does a server let me on yesterday when it's almost full, but today it's about half full and says to many people? 19:04 xfceKris 12/15 yesterday. and today it has ... 9/15 now, was 7/15. 19:22 freelikegnu wicked sweet, CaveJohnson 19:22 freelikegnu lol 19:22 freelikegnu I meant Calinou but hes has left 19:26 LinuxGuy2020 I downloaded carbone-ng addon, and copied and pasted the mod large_hotbar into my mods folder and the screen looks like this...http://postimg.org/image/h5ux85efj/ 19:27 LinuxGuy2020 Any way to fix the boxes? I know its cosmetic but still. 19:27 aerth anyone know about the irc mod in here? mod doesn't ever connect to the irc. theres an error: attempt to index local 'user' (a nil value) 19:27 aerth hooks.lua:171 but it seems like i'm just forgetting something simple 19:28 LinuxGuy2020 http://s3.postimg.org/tx93eno7n/screenshot.jpg 19:30 Sokomine hm. i wonder how i can best identify the player model to be used...i need it for my traders. sometimes, it's character.x, sometimes character.b3d 19:31 aerth Hi Sokomine thank you for your contributions 19:31 Sokomine aerth: hm, a lot of people use it on their servers. maybe someone listens on #minetest in freenode 19:31 Sokomine i'm glad you like them :-) 19:31 aerth i am on #minetest on freenode 19:31 aerth in/on 19:32 Sokomine ah, fine. mention the name of someone who runs a server. they'll know how to set up the irc mod. i never looked into that one 19:32 aerth we are in #minetest on freenode 19:32 Sokomine fine 19:32 aerth :D 19:32 aerth not to time pressing, i'll check later 20:07 way_ hi 20:57 freelikegnu hmm is group:ingot deprecated? 22:12 kaeza Greetings 23:16 aerth kaeza, mod doesn't ever connect to the irc. theres an error: attempt to index local 'user' (a nil value) 23:16 aerth hooks.lua:171 but it seems like i'm just forgetting something simple 23:19 aerth do you know what i am doing wrong by reading that error 23:19 aerth on hooks.lua:171 it brings the user.nick up but i don't see it any where else. i'm looking for a different version now :D 23:46 yaman Is there a reason this code does not work: http://codebin.org/view/59e293c6 ?