Time Nick Message 00:20 VanessaE ok, MichaelEh finally has something to work from with his crash 00:20 VanessaE 18:40:21: ERROR[CurlFetchThread]: http://94.23.33.52/creative-survival-media/3dbookshelf_fb_empty.png not found (HTTP response code said error) (response code 404) 00:20 VanessaE for every friggin' thing. and this is with firewall turned off. 00:20 VanessaE (quote) 00:20 VanessaE so I've told him to try, enable_remote_media_server = false in his .conf 00:20 VanessaE see if bypassing that code helps 00:24 VanessaE (my remote media server is not yet up, which is why he's getting those errors) 04:48 Zeno` Has anybody looked at #1550? 04:48 ShadowBot https://github.com/minetest/minetest/issues/1550 -- Disallow object:remove() if the object is a player by kahrl 04:48 Zeno` I don't know what HybridDog's old anti-guest mod is but maybe it's using the wrong approach anyway 04:52 ShadowNinja Zeno`: Definitely wrong approach. 06:25 Zeno` ok, I'll push #1550 06:25 ShadowBot https://github.com/minetest/minetest/issues/1550 -- Disallow object:remove() if the object is a player by kahrl 06:26 Zeno` also, #2380 needs review 06:26 ShadowBot https://github.com/minetest/minetest/issues/2380 -- Fix wrapDegrees family of functions by Zeno- 06:33 Zeno` will merge #2378 in 10 minutes or so as well 06:33 ShadowBot https://github.com/minetest/minetest/issues/2378 -- Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore by 4Evergreen4 11:59 neoascetic Hi all. Why RUN_IN_PLACE is always set to 1 on Windows? 12:00 neoascetic And why server is never built on windows? 12:05 celeron55 you don't need server on windows because you can use minetest --server 12:05 celeron55 it would just waste space 12:05 celeron55 on linux sometimes you can't build the client because it has dependencies to X11, opengl and whatnot 12:06 celeron55 and RUN_IN_PLACE is traditionally the way windows software is preferred to be tried out 12:07 celeron55 you can build one with 0 but people don't expect it unless it's also wrapped in an installer 12:07 neoascetic there are so many CUSTOM_* variables (CUSTOM_SHAREDIR, etc). Wouldn't it be easier to redefine SHAREDIR value instead introducing new one? 12:07 celeron55 there was a reason for it that i don't remember anymore 12:08 neoascetic https://github.com/minetest/minetest/blob/master/src/CMakeLists.txt#L708 12:08 celeron55 i think the reason is that if the default values change and they would be set to cached in cmake (so that they would be user-modifiable), they would never update without a full rebuild (rm $(find . -name CMakeCache.txt or so) 12:09 celeron55 in cases when we have to change the defaults 12:09 neoascetic for windows, almost all dependincies are copied to resulting dir by hands, using cmake's install directive. 12:10 neoascetic I want to use fixup_bundle for this (mostly to make standalone OSX bundle, but I think this way should be the same for any platform) 12:10 neoascetic is this possible at all? I didn't work with CMake until this moment 12:11 celeron55 dunno 12:17 Zeno` will merge #2380 (trivial) soon if nobody objects 12:17 ShadowBot https://github.com/minetest/minetest/issues/2380 -- Fix wrapDegrees family of functions by Zeno- 12:54 Zeno` merging #2242 soon 12:54 ShadowBot https://github.com/minetest/minetest/issues/2242 -- Optimise MapBlockMesh functions by gregorycu 12:54 Zeno` But I will change the commit message. 33% increase is not correct 15:50 est31 any wiki server maintainer here? I want to create an account but it gives me an error 15:50 shadowzone est31: ask Calinou 15:52 est31 :/ not online 15:53 est31 The error is: "Fatal error: Call to a member function xpath() on a non-object in /home/minetest/public_html/wiki/extensions/ConfirmEdit/Asirra.class.php on line 44" 16:17 ShadowNinja est31: Account creation doesn't work because the wiki uses an obsolete CAPTCHA plugin. They have to be added by admins. 16:17 ShadowNinja est31: Regular wiki or dev wiki? 16:18 ShadowNinja est31: Also, there's a forum topic for this. 16:18 est31 regular 16:20 est31 I'm needing only regular right now but dev would be good too. 16:24 ShadowNinja I can't do dev wiki (ironically). Is your forum email valid, est31? 16:25 * est31 checks 17:46 neoascetic What is src/test.cpp for? Is it some kind of auto tests? 17:50 sfan5 unit tests 17:51 neoascetic Why don't we have them in travis-ci then? 17:51 sfan5 no idea 17:52 neoascetic Ok, how to run them then? make tests? 17:53 sfan5 bin/minetest --enable-unittests 17:53 sfan5 i think 17:54 neoascetic oh, they are interactive, not automated at all. okay 18:01 sfan5 neoascetic: no, the unittests are not interactive 18:02 neoascetic when I run bin/minetest --enabile-unittests minetest's window appears... 18:07 ShadowNinja neoascetic: Recently it was changed to --do-unittests and it doesn't start the client. But before it started the client after tests. Tests aren't interactive though and they are run by travis now. 18:07 ShadowNinja ... or that might just be in a PR. 18:10 ShadowNinja https://github.com/minetest/minetest/commit/b3aeba684b4e27e9fdf2c07949750bb567e40d6b 18:11 neoascetic 4 days ago. Ok, well, I have an outdated version 18:15 neoascetic They are runned only for unix builds. Why? 18:15 sfan5 because installing wine would make the builds take even longer 18:16 sfan5 and because it's probably the same result 18:54 ShadowNinja sfan5: Your servers are causing the builds to fail an awful lot. 19:46 sfan5 ShadowNinja: it's not my server 20:26 rubenwardy #2383 20:26 ShadowBot https://github.com/minetest/minetest/issues/2383 -- Calling minetest.chat_send_all in minetest.register_on_newplayer causes hanging 20:30 rubenwardy Do I get a cookie?