Time Nick Message 12:00 Tatoes is there any use for the trick or treat candy bucket? 12:04 Tatoes nevermind I just looked up the code on github 13:42 Fixer wat? 16:41 JayTheNinja23 hi 17:24 MinetestBot 02[git] 04EXio4 -> 03minetest/minetest: Add updated settings_translation_file 135e24ca0 https://git.io/vd9IR (152017-10-17T17:22:10Z) 17:24 MinetestBot 02[git] 04EXio4 -> 03minetest/minetest: don't pass g_settings around, and use it directly 13792e013 https://git.io/vd9IE (152017-10-17T17:22:09Z) 17:24 MinetestBot 02[git] 04EXio4 -> 03minetest/minetest: Regenerate minetest.conf.example and translation file 1393d185e https://git.io/vd9Iu (152017-10-17T17:21:35Z) 17:24 MinetestBot 02[git] 04EXio4 -> 03minetest/minetest: Implement #6096 130e8ee84 https://git.io/vd9Iz (152017-10-17T17:21:32Z) 18:29 luizrpgluiz Hi :) 18:30 * deltasquared waves 19:07 swift110 hey luizrpgluiz 19:42 luizrpgluiz swift110: hi 19:45 swift1102 how are you lumberJ 19:51 MinetestBot 02[git] 04asl97 -> 03minetest/minetest: Fix inventory drag drop flag (#6416) 1338b0e26 https://git.io/vd90P (152017-10-17T19:50:58Z) 20:19 Taose Hi all suggestion... 20:19 Taose can you guys get minetest to produce a ".desktop" file for linux 20:19 Taose At the moment I have to open up minetest by going into terminal and using ./minetest 20:19 Taose Out of the box that is. 20:20 Taose I've just configured it so it shows up in the main search so I don't have to go through that process. 20:21 red-001 I think there is one is docs 20:22 red-001 s/is/in 20:22 Taose XD 20:23 Taose I couldn't find anything *wasn't looking that hard* 20:24 Calinou Taoki: you can write .desktop files yourself easily 20:24 Calinou they're just .text files 20:24 Calinou then you place that file in `$HOME/.local/share/applications/` 20:25 Taoki I think you highlighted me instead of someone else :P 20:25 Dargod Can I use minetest.get_color_escape_sequence instead minetest.colorize for chat color messages? 20:25 red-001 yes 20:26 rubenwardy Tao[a-z]{2} 20:26 red-001 colorize is just a helper function 20:27 red-001 stop some dumb mistakes when using color codes 20:27 red-001 stops* 20:28 Calinou Taoki: sorry :D 20:28 Taoki No worries :P 20:30 Dargod for me get_color_escape_sequence is more convenient, however, looking at the sources of various mods, I notice that for chat using colorize 20:30 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: directiontables.cpp: fix a warning reported by VS2017 13f36e323 https://git.io/vd92h (152017-10-17T20:29:15Z) 20:30 rubenwardy colorize is good if you want a reset after the text 20:31 red-001 Dargod, what are you doing? 20:32 red-001 I only time I had to use get_color_escape_sequence was from my fairly pointless CSM mod 20:32 red-001 for* 20:32 red-001 I really can't spell today 20:34 Dargod red-001, I'm doing mod fork