Time Nick Message 00:02 paramat sure, but there's only 3 00:04 paramat ok 00:05 paramat lets leave the names as sandstonebrick 00:05 paramat we can make an exception for this 00:05 paramat since the other alternatives now seem to be more problematic 00:07 paramat i will probably +1 the PR later 00:22 Fixer paramat: we need 'nonrenameable' group instead 00:22 paramat yeah maybe 00:24 Fixer with renameable you will need to rewrite literally entire mod base to support renaming, with nonremaing you can just mark few special blocks :) 00:25 Fixer or maybe he does that, will read the code 00:26 Fixer paramat: i think he does it ok 00:28 Fixer paramat: nevermind, everything is fine, he doing it as it should, i was confused with naming 00:32 Fixer using "renameable = 0" in node description will make it nonrenameable, as it should 00:52 paramat ok 01:37 sofar can't use negative groups in the crafting grid 01:37 sofar so that won't work 01:38 sofar you can't say "notgroup:foo" 01:57 Guest21996 hey guys 01:57 chatter29 allah is doing 01:57 chatter29 sun is not doing allah is doing 01:57 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger 01:58 paramat good grief 01:58 diemartin celeron55, ShadowNinja, sfan5 ^ 02:00 paramat est31 sofar ^ (i don't know how to kick) 02:02 diemartin not many people with +o here 02:02 sofar no ops 02:02 diemartin /cs access #minetest-dev list 02:02 Shara I guess he removed himself. 02:42 VanessaE how was he even able to talk here? he's on webchat 02:46 diemartin webchat is not banned anymore? 02:46 VanessaE apparently not 02:46 VanessaE or not muted anyway 02:50 Zeno` I thought it was an interesting lecture 02:52 VanessaE [02-28 21:49] For some reason, I've managed to get to (19763, 47, -1.$) on a server 02:52 VanessaE wut 02:52 VanessaE [02-28 21:49] Yes, that's a dollar sign in the co-ords 02:55 VanessaE [02-28 21:54] <wilkgr> http://wilkgr.altervista.org/co-ords.png 02:55 VanessaE (apologies for the color in that paste, no idea why it did that just now) 03:13 est31 paramat: I dont have op here either 03:13 est31 not that I knew 03:26 paramat ok sorry to disturb you 04:00 est31 no prob 04:19 paramat sofar game#1556 looks like a nightmare, do you officially -1? 04:19 ShadowBot https://github.com/minetest/minetest_game/issues/1556 -- Internationalization support by zaoqi 04:21 diemartin there's #5274 for that 04:21 ShadowBot https://github.com/minetest/minetest/issues/5274 -- [WIP] Clientside translate by Ekdohibs 04:29 octacian sofar: see https://github.com/minetest/minetest_game/pull/1592#issuecomment-283241879 04:29 octacian paramat: ^ 04:35 paramat ok, but no need to highlight us on irc when you add a comment, we already get notifications from github 06:16 sofar plz note I'm travelling for a few days and will be unavail 06:59 octacian game#1597 06:59 ShadowBot https://github.com/minetest/minetest_game/issues/1597 -- Allow skeleton keys to be stacked by octacian 09:29 sfan5 VanessaE: kiwiirc is a webchat but not *the* webchat thats banned here 09:54 celeron55 the webchat that is banned from here is the webchat that we link to from our website 09:54 celeron55 8D 09:54 celeron55 because... why not 10:05 glut32 Hi, I'm compiling Minetest with MinGW. I added/enabled luajit, freetype and gettext. Everything works well but all the text is always in English even when I put the language in fr or de. 10:06 glut32 I have this small bug even I close/start a new exe 10:06 sfan5 does your installation have a "locale" folder? 10:06 glut32 yes 10:06 glut32 I have some warning 10:06 glut32 on compiling 10:06 glut32 In file included from C:/Dev/minetest-mingw/minetest/src/irrlichttypes.h:34:0, 10:07 glut32 from C:/Dev/minetest-mingw/minetest/src/irrlichttypes_bloated.h:23, 10:07 glut32 ... 10:07 glut32 C:/Dev/minetest-mingw/irrlicht-1.8.4/include/irrTypes.h:125:0: warning: "snprintf" redefined 10:07 sfan5 warnings are usually not a problem 10:07 sfan5 just ignore them 10:07 glut32 c:\mingw\include\libintl.h:373:0: note: this is the location of the previous definition 10:07 glut32 #define snprintf libintl_snprint 10:08 glut32 the irrlicht define redefined the snprintf 10:08 sfan5 that's not a problem 10:08 glut32 form /irrlicht-1.8.4/include/irrTypes.h 10:08 sfan5 does your locale folder contains .mo files? 10:08 glut32 yes 10:09 sfan5 what does bin\minetest.exe --version say? 10:10 glut32 Minetest 0.4.15-dev-a901a568-dirty (Windows) 10:10 glut32 Using Irrlicht 1.8.4 10:10 glut32 Build info: VER=0.4.15-dev-a901a568-dirty BUILD_TYPE=Release RUN_IN_PLACE=1 USE_GETTEXT=1 USE_SOUND=0 USE_CURL=0 USE_FREETYPE=1 USE_LUAJIT=1 STATIC_SHAREDIR="." 10:11 sfan5 hm then it should definitely work 10:11 glut32 snprintf == _snprintf in gettext.cpp not to libintl_snprintf 10:12 glut32 snprintf != libintl_snprintf 10:12 sfan5 we don't rely on these libintl hacks to do translations 10:12 sfan5 the same warnings happen when i build for windows myself and it still works 10:13 glut32 configured_language.c_str() == fr on void init_gettext(path, ...) gettext.cpp 10:16 glut32 and gettext() function doenst translate 10:22 glut32 second remark I dont use cygwin 11:04 glut32 I dont have *.mo files 11:04 glut32 but *.po files yes 12:41 sfan5 glut32: without .mo files there will be no translations 12:41 sfan5 looks like the script that prepares the translations failed to run then 12:44 glut32 I have those following lines when I use "make" to build : 12:44 glut32 [ 87%] mo-update [fr]: Creating locale directory 12:45 glut32 [ 87%] mo-update [fr]: Creating mo file 12:45 glut32 .. 12:45 glut32 but i dont know wherer 12:45 glut32 are mo files 12:57 glut32 I copy the local directory of the release of minetest 0.4 12:57 glut32 .15 12:57 glut32 and it works 13:06 glut32 thanks to everybody ;) 19:20 rdococ *Breathes in loudly* ADD... PITCH... TO... ENTITIES! 19:20 rdococ unless it already exists. 19:20 rdococ in which then I'm dumb. 21:14 Fixer sfan5: thank you, will test #pr5327 21:22 Fixer hmm https://forum.minetest.net/viewtopic.php?p=253833#p253833