Time Nick Message 17:53 Krock https://github.com/orgs/minetest/teams/engine/discussions/23 17:54 rubenwardy and https://dev.minetest.net/Meetings#2020-01-11 17:54 rubenwardy also hi 17:55 Krock rubenwardy: hello. I didn't post that on purpose ofc 17:55 rubenwardy ah... 17:55 Krock not really. Good to see at least someone else here :D 17:56 Krock Let's see whether there are more people around in an hour.. not so optimistic for now 17:57 rubenwardy well, sfan5, nore, and sofar are online 17:57 rubenwardy at least not marked as away 17:57 sfan5 hi 17:58 Krock o/ 18:13 rubenwardy I haven't been able to sign into weblate, it never gave me a reset email 18:14 rubenwardy I'll try again 18:14 rubenwardy ah, worked now 18:14 Krock spam folder? 18:16 rubenwardy never received 18:17 rubenwardy not even in spam 18:17 rubenwardy but works now 18:22 rubenwardy is it ok for `needs_fallback_font` to be empty? 18:23 Krock it'll be interpreted as false 18:23 Krock https://github.com/minetest/minetest/blob/master/src/util/string.h#L322-L327 18:25 rubenwardy ok, I'll leave as blank then 18:29 rubenwardy ok, I've fixed and pushed the translations to backport-5 18:31 rubenwardy oops, wrong remote 18:35 rubenwardy do I need to whitelist new languages? Some aren't appearing 18:39 erlehmann any idea why minecarts in mineclone2 do not go up or down if i make them physical? 18:39 erlehmann might it be an engine thing? 18:39 rubenwardy probably colliding with nodes 18:42 erlehmann yeah so it stops 18:42 erlehmann and bounces back weakliy 18:42 erlehmann so physical minecarts can a) not push other minecarts b) not go up or down 18:50 Krock rubenwardy: no, there's only a blacklist 18:50 Krock or maybe it's needed to create a new po/ directory? 18:53 Krock https://github.com/minetest/minetest/blob/master/src/CMakeLists.txt#L642-L651 18:53 Krock and gettext should put all available locales into GETTEXT_AVAILABLE_LOCALES 18:54 Krock actually that just GLOB's the entire po/ directory and adds all from there 18:58 rubenwardy Perhaps the settingtypes.txt isn't updated automatically? 19:00 Krock right. that has to be done manually 19:00 Krock but minetest.conf is generated automatically. 19:01 rubenwardy I see 19:02 rubenwardy So I need to manually see which languages are new :( 19:02 rubenwardy This sucks 19:02 Krock erlehmann: the collision box is inside uphill nodes 19:02 Krock rubenwardy: so translations is the only thing that's left over for 5.1.1? 19:03 rubenwardy Updating the minetest.conf now 19:03 rubenwardy And setting types 19:03 Krock check the directory adate 19:03 rubenwardy But that's it 19:03 rubenwardy Ah yeah 19:04 Krock unless you're working with a fresh clone that should work reliable enough 19:04 erlehmann Krock, explain? 19:04 erlehmann Krock, is there any implementation with physical carts? 19:05 Krock erlehmann: the closest thing you can get is in advtrains, where the entities are always above the nodes 19:15 Krock sfan5: what do you think about #8665 btw? I'm surprised it's still open for its simple implementation 19:15 ShadowBot https://github.com/minetest/minetest/issues/8665 -- Formspec: change the appearance of the cursor on fields and co. by DS-Minetest 19:16 sfan5 looks fine 19:16 sfan5 you can merge it 19:16 Krock asking because rubenwardy seems to be busy with 5.1.1 19:16 Krock thank you 19:18 Krock #9101 can probably wait a bit longer. Likely I only put it on the meeting points because it's still waiting 19:18 ShadowBot https://github.com/minetest/minetest/issues/9101 -- Add scroll_container formspec element (redo) by DS-Minetest 19:20 Krock any opinions on #9235? sfan5 requested this to be Win32-only although it is needed for M$-filesystems 19:20 ShadowBot https://github.com/minetest/minetest/issues/9235 -- Map download: Escape ':' to '_' by Montandalar 19:23 Krock FYI: rubenwardy: feel free to merge #9184 unless you'd like to add some more checks 19:23 ShadowBot https://github.com/minetest/minetest/issues/9184 -- Add Lua builtin unit tests by rubenwardy 19:24 sfan5 Krock: i marked my review there as resolved 19:24 Krock #9117 needs review from someone familiar with Android. Updating the build setup is required due to changed Google Play guidelines 19:24 sfan5 so it's fine the way it is 19:24 ShadowBot https://github.com/minetest/minetest/issues/9117 -- Android: fix cyrillic characters, update iconv lib by MoNTE48 19:25 Krock sfan5: okay, so I suppose it's also ready for merge 19:26 Krock will merge in 20 minutes if there are no objections (+12/-3 changes, trivial enough) 19:26 Krock regarding the Android PR - is nerzhul still around, or busy with work/studies? 19:29 Krock hello paramat 19:29 paramat sorry am late, reading logs ... 19:30 paramat and will respond to team topic 19:30 Krock paramat: Q about the new floatlands: is the new approach to base them entirely on stretched 3D noise? 19:30 paramat yes 19:31 Krock alright, but using the same biome definitions 19:31 paramat they simply use the land biomes just like tops of mountains do 19:31 Krock too bad. lakes would be amazing in such floating islands, but that's mainly the issue of the old implementation 19:32 paramat yeah ... they were pretty, but very problematic 19:33 paramat i might make the generation more complex, still thinking on that 19:33 paramat but for 5.2.0 they will be fully usable, but unstable (as before) 19:33 Krock I wonder whether it should only be for V7 or made generic for all mapgens 19:34 Krock although, the troubles would be multiplied if used for more mapgens 19:35 paramat i prefer V7 only for now, as they are quite specialist. I also prefer each mapgen that wants floatlands has a different implementation 19:36 Krock alright 19:37 Krock paramat: does #9284 look good now? It seems like the behaviour is what you'd expect 19:37 ShadowBot https://github.com/minetest/minetest/issues/9284 -- Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) by SmallJoker 19:38 Krock I'm asking because aside comments there are no certain actions 19:38 paramat i am happy with it now 19:39 paramat but i am not good with settings architecture, so i do not feel qualified to approve it, but i will review the code anyway 19:40 Krock the best way for you to test these changes is probably to specify various flag modifiers in minetest.conf 19:40 Krock and check what the testing mod outputs 19:40 Krock also what map_meta.txt generates 19:40 Krock if the values are what you'd expect it's safe to say that it works 19:46 paramat yes i will test it 19:46 Krock merging #9235 19:46 ShadowBot https://github.com/minetest/minetest/issues/9235 -- Map download: Escape ':' to '_' by Montandalar 19:55 Krock Thanks to everybody for participating in this meeting. Far more happened than in the last few attempts. 19:55 paramat heh it is not very active though =) 19:56 Krock Let's check who would should join the team (we'll force them nonetheless) so that the PR counter doesn't increase too fast 19:56 Krock -would 19:59 paramat best discuss most of that in private i think 20:05 Krock recruitments also happened here in public IIRC 20:09 paramat yes sorry, i mean, some of this can be public 20:11 paramat (i just do not want to offend) 20:16 rubenwardy Krock: scroll containrr is still wip 20:17 Krock > This PR is a Ready for Review. 20:26 kilbith I can be core-dev for 3000 bucks a month, deal? 20:27 Krock if you pay me the 3000 bucks then yes 20:28 rubenwardy lol 20:32 kilbith I would pay that for paramat being fired 20:32 kilbith or even more definitive services on the dark web 20:35 paramat hey thanks =) 20:38 paramat implied threats of violence are not acceptable even if meant as a joke, please behave 20:41 paramat i have already had someone else make a thinly veiled threat of violence against me, it is not much fun :( 20:42 rubenwardy https://rwdy.uk/oOtpE.png 20:43 Krock rubenwardy: link? 20:44 Krock Totally not edited using Developer Tools 20:44 rubenwardy ? 20:44 rubenwardy it's dev tools unfortunateyl 20:46 Krock * Being blamed for regressions 20:46 Krock * Revert other people's changes 21:05 paramat back later