Time Nick Message 03:01 paramat will merge trivial game#2595 in 15 mins 03:01 ShadowBot https://github.com/minetest/minetest_game/issues/2595 -- Fix invalid rotations by torches by An0n3m0us 03:55 paramat merging 12:52 kilbith would people be interested in a new file browser? Irrlicht default one: https://i.imgur.com/7iMilDP.png VS. Kidscode one: https://i.imgur.com/cNOxI9E.png 13:51 rubenwardy It's not currently used in Minetest 14:56 kilbith rubenwardy: wrong, in the advanced settings menu (eg. TTF font path) 15:08 rubenwardy Ah 18:15 sfan5 merging #9390 in 5 minutes 18:15 ShadowBot https://github.com/minetest/minetest/issues/9390 -- Script API: Check that SAOs are still usable before attempting to use them by sfan5 18:16 Krock ok. old servers now play the sound effects twice if builtin is newer than the server 18:18 sfan5 well, you're not supposed to do that 18:23 Krock yes, that's right. One side-effect of having many RUN_IN_PLACE builds in parallel in case a bug appears :3 18:24 sfan5 btw 18:24 sfan5 do you have any idea where the travis indicators vanished to? 18:25 Krock I've seen that they're gone in all minetest projects 18:25 Krock probably a plan ran out without renewing it? 18:25 sfan5 but travis-ci is free ? 18:26 Krock right. the builds are still running, so it's really only the indicator. Maybe a GitHub issue? 18:54 Krock now it's showing up again 19:49 Wuzzy I did a bit of cleanup for the pathfinder fix PR #9339. I also switched to using a priority queue for A* search, which greatly improves performance 19:49 ShadowBot https://github.com/minetest/minetest/issues/9339 -- Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid nodes by Wuzzy2 19:55 Wuzzy rubenwardy: the reason why old A* pathfinder is broken is because it was using the completely wrong algorithm. An algorithm that had nothing to do with A*. 19:55 rubenwardy the code even says it is "plain" 19:55 Wuzzy huh? 19:55 Wuzzy what is "plain" even supposed to mean 19:56 Wuzzy well all other documentation calls it "A*", so... 19:56 rubenwardy who knows 19:56 rubenwardy https://rwdy.uk/HfZSi.png 19:56 rubenwardy I don't understand the point of prefetching when doing A* 19:56 rubenwardy the whole point is prioritising when searching 19:57 Wuzzy me neither 19:58 Wuzzy rubenwardy: heh. good point. better to rename it PA_ASTAR then ? 22:54 Wuzzy pathfinder wishlist added: 22:54 Wuzzy https://dev.minetest.net/Pathfinder_wishlist