Time Nick Message 05:38 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Correct Swahili translations (#4939) 1304f68a8 https://git.io/v1xqc (152016-12-21T05:37:25Z) 05:46 hmmmm lmao 05:46 hmmmm dola 1 05:46 hmmmm they translated all the $1 placeholders to 1 dollar 05:48 est31 yeah 05:48 est31 no idea, maybe it was just a google translate run 05:48 est31 *shrug* 07:57 Volkj hi, is there a way to get a player object property when player is offline? minetest.get_player_by_name won't work if the player is offline 07:57 Volkj a way with no use of external files or parsing auth.txt 08:08 Volkj got it, a player exists if core.auth_table[ "playername" ] exists 09:30 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix warning reported by clang (possible bug in Settings lua api) 13cc7c31a https://git.io/v1xBp (152016-12-21T09:20:06Z) 12:12 nm0i__ I'm starting to doubt good games need any graphicss at all. 12:25 DuCake Hello - I downloaded and built minetest last night, and tried to add mods to a world - I get a mod security error. I tried turning on and off mod security completely via settings, but to no avail - I can only activate mods by directly editing the world.mt file .... 12:25 DuCake H4sIAAdwWlgAA+2TXWvbMBSGfSv9ikOuEkjSZPmCQi7KWlhZloTRMUopRrOVRFSRjSSnlLL99h3F 12:25 DuCake TpqMdbsKY9t5CLF0fPSeL7l9Fp2cDjIadMKz+8NzR9Ttdd4M+8PRaDRA+6jX70UwOH1qUVQ4LyxA 12:25 DuCake 5IX6pd/v3v+ltM+UUb6tC3G6GGHAw/6r8+8OBt2X+fdx/t0u/iLonC6lF/7z+bdaMLdyI42HRFos 12:25 DuCake 0kCuxZO0DhY2W8OD0lqZJZzBfDPnfK2M9NL5tpVL5by0cW7VRmm5lPWayYJ3rQm1ubStUgZWykNe 12:25 DuCake RlCZqTU4x5A3KwkiRTEQ+lE8OVgJh0sNezXXBGUSXaQhuEf3Y50g4jJ4lOCtSB62HpUgCoHLZaKE 12:25 DuCake hkQ4yXWW4PLi8sP1FMawr8BJ71E8XkqPqYu1DLlVvpPJ7PP80/TtOzywEHovcnk1vd3ZvS3kzxqS 12:25 DuCake mTgvTLIq668vcB0yruM1w1DNUAi6NcGrtYxDj2MtnC/PoDXLdJyIXHxRWnkV+pAq9E7FWixlgzO1 12:25 DuCake AJP5SuVcubiK0wg9MJwxK31hzUENnEmTcs7KEsqDoV6soVLBvCqZOLyoN/beVcfDXA97l6xk8rA7 12:25 DuCake Embm6q9JNeG5vBfj0LCvjZ2yctUFwU5uO3NUCyZQ1bH3EyY9SifsD4r5Ni5HzLHY7SW7u4MbW/gV 12:25 DuCake OF+kTyg4n1zcXn1kbDp7fz2ZtDLDwjg5C3mxg3/OtiPfmcr5H272tsPdzsjZLJdWhJGfM8YuppeY 12:25 DuCake y/09/9MfOkEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQ/yzfAb4Mp88AKAAA 12:25 DuCake oops sorry -- meant to paste this instead Build info: VER=0.4.14-dev-bdf8f85 BUILD_TYPE=Release RUN_IN_PLACE=1 USE_GETTEXT=0 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR="." 12:32 Calinou DuCake: on a server, you always use "load_mod_whatever = true" to activate mods 12:32 Calinou there is no way to automatically activate newly-installed mods that I know of 12:32 Calinou in world.mt 12:32 DuCake what about singleplayer games? 12:32 Calinou on singleplayer, the GUI should work 12:32 DuCake that's where I'm having the problem - sorry for not specifying 12:33 Calinou https://github.com/minetest/minetest/blob/master/minetest.conf.example#L1533 12:33 Calinou you set this to false in minetest.conf? 12:34 DuCake yes 12:34 DuCake confirmed 12:34 Calinou you set it to false while Minetest was not opened? 12:34 Calinou (else it'll overwrite whatever was there on quit) 12:35 DuCake I made the change whilst minetest was closed 12:37 DuCake 2016-12-21 12:34:03: ERROR[Main]: MAINMENU ERROR: Settings: writing /home/tai/.minetest/github/minetest/bin/../worlds/First test/world.mt not allowed with mod security on. 12:38 Calinou also, try creating a world that does not have a space in it 12:38 Calinou just in case :P 12:39 DuCake ... ah :-p 12:40 DuCake helas - still problem // MAINMENU ERROR: Settings: writing /home/tai/.minetest/github/minetest/bin/../worlds/second_test/world.mt not allowed with mod security on. 12:40 Amaz It seems as if this bug happens whether or not security is enabled: http://irc.minetest.net/minetest-dev/2016-12-21#i_4768290 12:41 Calinou DuCake: in the meantime, you can switch to the stable branch and recompile 12:41 Calinou 0.4.14 should work on all servers anyway 12:41 DuCake A more particular problem is that it shouldn't really matter when it's the main menu that's trying to edit world.mt files.... 12:43 DuCake Calinou - thanks. I have a stable one too; just checking out the latest and reporting back. THanks then, fingers crossed for release! 12:49 sfan5 DuCake: it's a known bug already 13:07 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Disable mod security by default (closes #4944) 135053cd9 https://git.io/v1xdR (152016-12-21T13:05:56Z) 13:07 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Revert "Mod security: Allow read-only access to all mod paths" 13e7fdf58 https://git.io/v1xdE (152016-12-21T13:05:56Z) 13:12 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Disable mod security by default (closes #4944) 13c90b63a https://github.com/minetest/minetest/commit/c90b63ac38616a890c9767738289cf672e65a999 (152016-12-21T13:10:08Z) 13:14 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Disable mod security by default (closes #4944) 1309f1a0c https://git.io/v1xFm (152016-12-21T13:13:10Z) 13:17 MinetestBot 02[git] 04est31 -> 03minetest/minetest: Don't ship with broken languages (#4940) 13ba52a34 https://github.com/minetest/minetest/commit/ba52a34f94504e966ee3842e724561eec037cbc0 (152016-12-21T13:15:48Z) 13:27 MinetestBot 02[git] 04sfan5 -> 03Uberi/Minetest-WorldEdit: Handle failure of minetest.add_entity() 13aa0e46d https://github.com/Uberi/Minetest-WorldEdit/commit/aa0e46d4e2095c4492a021e4056d612503358ce1 (152016-12-21T13:26:24Z) 13:34 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Builtin/../falling.lua: Avoid crash when object pos over limit 135e4d646 https://github.com/minetest/minetest/commit/5e4d6468a3110d8879e80e51490c0717ce64d75c (152016-12-21T13:30:10Z) 13:37 MinetestBot 02[git] 04est31 -> 03minetest/minetest: Android: update curl and libgmp 131dd361f https://github.com/minetest/minetest/commit/1dd361f37c31d43556c51096078686345c0f76f5 (152016-12-21T13:36:14Z) 13:45 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Boats: Avoid crash if boat pos over limit 133c9d089 https://git.io/v1xNh (152016-12-21T13:42:23Z) 15:30 IhrFussel Can someone please help me...since i updated the mt version to the dev from Dec 18 i get this error from the item_drop mod: 2016-12-21 16:20:16: ERROR[Main]: ServerError: Runtime error from mod 'item_drop' in callback environment_Step(): Invalid float vector dimension range 'x' (expected -2.14748e+06 < x < 2.14748e+06 got -2.14748e+06). I want to fix or prevent it but i dont know what to change in the code... in fu 15:34 IhrFussel Link to init on github: https://github.com/jordan4ibanez/item_drop/blob/master/init.lua 17:10 Fixer Wuzzy: JT2 is back 17:10 Wuzzy i know 17:10 Wuzzy thx 19:23 Wuzzy hi all 19:24 Wuzzy you probably know me from the forums :) 19:24 Wuzzy I am currently looking for people wanting to betatest a mod 19:24 Wuzzy actually, a modpack. it's called "Help" 19:24 Wuzzy and you find it here: https://forum.minetest.net/viewtopic.php?f=9&t=15912&p=240152 19:25 Wuzzy basically this modpack adds an in-game help to Minetest. it has lots of help texts about the minetest basics. plus it has entries on pretty much all items with infos automatically extracted 19:48 Telesight Hello all, with water_level one should influence the world water level, what are the possible values? 21:45 hoodedice where the new version at? :D 21:45 sfan5 nowhere 21:45 sfan5 tomrrow 21:45 hoodedice https://www.google.com/maps/search/nowhere/@41.5198234,-81.6774524,14z 21:54 Fixer ShadowNinja added >= Two approvals and removed >= Two approvals labels 2 minutes ago 21:54 Fixer lol 22:00 octacian emunand: I'll be back in about 40m, can we work on the trailer then? We're a bit late, I guess, but... 22:05 emunand octacian: it's fine, i am looking up some mods yo use 22:05 emunand *to use 22:06 octacian ok, great. 22:06 octacian let me know if you need any input.