Time Nick Message 01:28 doomtron hello guys, after last pull from git it seens that DIR_DELIM reference has been broken for database-redis.cpp 01:29 doomtron /home/sandro/minetest/src/database-redis.cpp:42:46: error: ‘DIR_DELIM’ was not declared in this scope 01:30 doomtron ping 01:48 ShadowNinja This works locally now: http://pastebin.ubuntu.com/8400323/ :-) The code's ugly, but that's largely becuase the current format wasn't really designed for being extended this way (even though it's mentioned as a TODO). 01:48 ShadowNinja doomtron: Fixed a few minutes ago. 01:49 ShadowNinja Or almost an hour rather. 01:49 ShadowNinja doomtron: https://github.com/minetest/minetest/commit/56195dc2e45b85b7177cfa97aade77e92cff8805 02:43 doomtron ShadowNinja: ty 03:55 VanessaE anyone here good with the engine-side of formspec handling? 03:55 VanessaE (since sapier isn't online atm) 03:58 VanessaE can someone explain why, at some window sizes, this textarea widget cuts off the top edge of the top line of its text contents: https://github.com/VanessaE/homedecor_modpack/blob/master/signs_lib/init.lua#L467 03:58 VanessaE while this one works fine at the same window size? https://github.com/Jeija/minetest-mod-mesecons/blob/master/mesecons_luacontroller/init.lua#L339 03:59 kaeza comparison: 1024x768: http://i.imgur.com/tVQBOXd.jpg | 1280x1024: http://i.imgur.com/BzcDJIM.jpg 04:00 VanessaE screenshot-ninja'd 04:00 VanessaE :) 04:02 VanessaE it almost looks like the vertical coordinate of the text is being rounded (or truncated to int) 04:03 kaeza LuaC @ 1280x1024: http://i.imgur.com/BzcDJIM.jpg 04:03 kaeza eh wrong link 04:03 kaeza this one: http://i.imgur.com/ZAI743G.jpg 04:24 VanessaE ok... "Enterprise, we have a NEW problem" 04:24 VanessaE I just cloned to HEAD 04:24 VanessaE vanessa@rainbird:~/Minetest-related/minetest_core$ minetest --config ~/.minetest/minetest.conf-lowres 04:24 VanessaE 00:25:19: ERROR[main]: Could not read configuration from "--config" 04:25 VanessaE exqueeze me? 04:25 VanessaE I think someone in #minetest referenced a similar error earlier trying to specify a worldname 04:26 VanessaE no, strike that, it was right in here 04:27 VanessaE [09-21 17:22] I just updated my server and wanted to start it with ./minetestserver --worldname world 04:27 VanessaE [09-21 17:23] Then I got "World '--worldname' not available." 04:32 VanessaE bisecting... 04:34 VanessaE bad commit is: http://pastebin.ubuntu.com/8401080/ 04:34 VanessaE ShadowNinja: ^^^^^^ 04:34 VanessaE you bwoke it! 04:40 VanessaE hello? come on, someone...this is a major regression here 04:54 VanessaE fuck it. https://github.com/minetest/minetest/issues/1681 12:15 ignacio hi! #minetest-doc is empty, how do I get started with documentation? 12:17 Zeno` What kind of documentation? 12:17 Zeno` (Hi, btw) 12:17 ignacio I want to help with docs 12:17 ignacio that's all I know 12:19 Zeno` I think there's a topic on the forum 12:19 Zeno` either by inocodom or rubenwardy, not sure 12:19 Zeno` I'll check 12:19 ignacio at forum.minetest.net? 12:19 Zeno` but do you mean docs for players, or docs for modders, or docs for developers? 12:20 ignacio for devs 12:20 Zeno` C++ devs? 12:20 ignacio yes, I want the next guy to have an easier time than me 12:20 Zeno` ok I'm not sure :( 12:20 Zeno` someone will know though! 12:21 ignacio thanks anyway! 12:23 Zeno` ask again in case my answering hid the question ;) 12:23 ignacio sure 12:24 ignacio how do I get started helping with core documentation? 13:21 Zeno` Hi TriBlade9 13:22 TriBlade9 Hi Zeno` 13:23 Zeno` I see we now have a new drawtype 13:23 TriBlade9 Yep ;) 13:24 Zeno` now to work out "tricky" stuff yo do with it :D 13:24 JTE_ mew 13:24 Zeno` s/yo/to 13:24 TriBlade9 >:D 13:29 JTE_ https://forum.minetest.net/viewtopic.php?f=9&t=10183 there. now it's a topic. owo 13:52 OldCoder src/client.cpp:1210:27: error: no matching function for call to 'Database::saveBlock(MapBlock*&)' 13:52 OldCoder Comments on compile-time error? ^ 13:53 OldCoder Occurs with both gcc 4.6.3 and gcc 4.8.2 13:56 Zeno` why is client.cpp calling that? 13:58 Zeno` err it's not 13:58 Zeno` hmm 13:58 OldCoder ? 13:59 OldCoder Wait, I might know 14:00 OldCoder Zeno`, the error is probably due to my use of sfan5's recorder patch, which apparently needs to be updated 14:00 OldCoder Thanks, and never mind 14:00 Zeno` ahh yes, that would make sense 14:00 luizrpgluiz hi devs :) 14:00 sfan5 OldCoder: IIRC I updated it already for that change 14:01 OldCoder sfan5, Hi! PM? 14:01 sfan5 sure 14:02 Zeno` sfan5, why would the client call a database function? 14:03 sfan5 Zeno`: to save the map to disk 14:03 Zeno` it's a new db? 14:03 Zeno` client specific db* ? 14:04 Zeno` anyway, doesn't matter :D 14:04 Zeno` too tired to think heh 14:07 sfan5 Zeno`: no, normal leveldb/sqlite3 db 14:07 Zeno` I guess I just don't understand how that could be the client's responsibility but nvm 14:10 sfan5 Zeno`: the client doesn't do that by default; this is a patch that makes it do that for purposes of saving the map of servers 14:10 Zeno` yep 14:11 Zeno` fair enough :) 14:11 celeron55 ignacio: hmm 14:12 celeron55 ignacio: maybe you could start by figuring out what kind of documentation would have helped you the most 14:17 celeron55 ignacio: how about this? https://github.com/celeron55/minetest/tree/doxy 14:17 celeron55 i remembered i had that lying around made by somebody and it rebased fine (unsurprisingly) 14:17 celeron55 just "make doc" and open doc/html/index.html 14:18 celeron55 (and make sure you have doxygen and the thing that it uses to draw graphs with installed) 14:19 Zeno` dot? 14:21 erlehmann Zeno` i believe it is called graphviz 14:22 Zeno` yes, dot is part of graphviz 14:41 ignacio celeron55: thanks, I'll check it out 15:09 kahrl ok, pootle is (kinda) running... but adding projects with git integration is a pain 15:09 kahrl at least that part was easy in weblate 15:09 kahrl http://pootle.readthedocs.org/en/latest/features/version_control.html is very vague to me 15:55 kahrl I suppose we could install weblate with the caveat that accounts can only be registered by the admin 15:55 kahrl (just tried it, that works) 15:55 kahrl sfan5: what do you think? 15:56 sfan5 sounds ok 15:57 kahrl ok, I will check if my install instructions are working on a fresh setup and then put them on the wiki 17:10 jp hi devs, waving 'firelike', possible ? 17:10 Zodsmar Hello 17:11 Zodsmar Is there an ETA or an idea as to when 4.11 will come out? 17:12 Calinou Zodsmar, expect November of this year 17:12 Zodsmar Oh that not far :) 17:13 Zodsmar Calinou is there a changelog as to what will be in the new update? 17:13 Zodsmar Like major features? 17:13 Calinou http://dev.minetest.net/Changelog 17:13 Calinou no major features yet 17:13 Zodsmar Ah okay 17:13 Zodsmar Is there planned to be a major feature> 17:13 Calinou no idea 17:13 Calinou http://dev.minetest.net/TODO 17:13 Calinou here's the TODO 17:13 Calinou quite long, lots of huge things 17:14 kahrl well that changelog is a bit outdated 17:14 kahrl lots of things are missing 17:15 kahrl (mostly bug fixes but also some features, e.g. mod profiling, node highlighting) 17:32 OldCoder What uses "legacy symlinks" in a MT cache? 17:37 Calinou https://github.com/minetest/minetest/issues/1588#issuecomment-56393701 17:37 Calinou HEIL TRANSIFEX 17:37 Calinou §§§§ 17:37 Calinou §§§§§§§§§§§ 17:37 * Calinou stops, drops and rolls 19:57 Animetrom Alguem ai? 20:09 Calinou RealBadAngel, what are the suffixes for normal and parallax maps? 20:09 Calinou are specular maps supported? 20:17 Animetrom Alguem da staff do minetest on? 20:18 Calinou English here 20:19 Animetrom Ops, desculpe-me 20:20 Animetrom Você sabe se tem alguém da staff online? 20:20 Animetrom . 20:21 Animetrom . 20:21 iqualfragile Animetrom: sim 20:21 iqualfragile por favor, falar Inglês 20:22 Animetrom Ok. 20:22 Animetrom Ok 20:23 Animetrom The graphical bugs of minetest will be resolved? 20:24 Calinou I have no graphical bugs 20:24 Animetrom That strange, like I downloaded the minetest when I play the graphics was all Red 20:25 Animetrom and the chat was a lot of mistakes 20:25 Calinou disable shaders 20:25 Animetrom Ok thank you 20:27 RealBadAngel hi Calinou 20:28 RealBadAngel normal maps and parallax are just one file, ending with _normal.png 20:29 RealBadAngel rgb is normal map, a is height map (for parallax) 20:29 RealBadAngel specular maps are not yet supported 20:31 Calinou ah 20:46 Megaf_ Hi all, what kind of error is this? 20:46 Megaf_ *** glibc detected *** ./minetestserver: malloc(): smallbin double linked list corrupted: 0xb292def0 *** 20:46 Megaf_ Aborted 20:46 Megaf_ http://paste.debian.net/plain/122490 21:24 doomtron hello 21:26 RealBadAngel hi 21:26 iqualfragile doomtron: use #minetest for saying hello 21:27 doomtron iqualfragile: sorry. 22:01 kahrl sfan5: xyz told me that I should try running weblate in a virtualenv to fix the registration problem 22:01 kahrl now I'm getting http://paste.debian.net/122509/ when running manage.py syncdb 22:02 kahrl (this is why noone should write real software in dynamically typed languages...)