Minetest logo

IRC log for #minetest-dev, 2019-09-24

| Channels | #minetest-dev index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
01:53 fluxflux joined #minetest-dev
02:18 Cornelia joined #minetest-dev
03:55 mcbits joined #minetest-dev
05:11 p_gimeno hm, apparently the 64-bit LuaJIT is unstable in ARM64: https://love2d.org/forums/viewtopic.php?p=229656#p229656
05:11 p_gimeno specifically the JIT compiler
05:27 mcbits joined #minetest-dev
06:16 mcbits joined #minetest-dev
08:37 ShadowNinja joined #minetest-dev
08:41 ANAND joined #minetest-dev
08:47 Hijiri joined #minetest-dev
08:57 jas_ joined #minetest-dev
08:58 jas_ #7924 rubenwardy you mentioned supporting this every so often in the past few years, anything you can do here?  https://www.reddit.com/r/Minetest/comments/d84a5u/please_support_7924_allow_binding_dig_place/
08:58 ShadowBot https://github.com/minetest/minetest/issues/7924 -- Allow binding dig, place actions to keys; remove LMB/RMB hardcoding by ClobberXD
08:58 jas_ left #minetest-dev
09:11 GityUpNow joined #minetest-dev
09:44 Fixer joined #minetest-dev
10:12 proller joined #minetest-dev
10:32 proller joined #minetest-dev
11:15 proller joined #minetest-dev
11:23 pmpp joined #minetest-dev
11:52 IcyDiamond joined #minetest-dev
12:23 Cornelia joined #minetest-dev
12:55 Andrey01 joined #minetest-dev
13:16 tomraceror joined #minetest-dev
13:17 Cornelia joined #minetest-dev
13:51 Lia joined #minetest-dev
14:38 Wuzzy joined #minetest-dev
16:22 Krock joined #minetest-dev
16:28 Krock joined #minetest-dev
16:42 Krock Does the 5.1.0 milestone indicate the feature freeze or optimal release date?
16:43 Krock nvm, two days of feature freeze. Quite less to what we used to have
16:43 Krock it was like two weeks around 0.4.15 or so
16:44 sfan5 i dont think it currtently indicates anything
16:44 sfan5 ruben was planning 1 week feature freeze I think
16:46 Krock > Feature freeze: 28th Sept | Minetest core development and maintenance
16:46 Krock (src: /topic
16:46 Krock )
16:48 Krock one week would be the minimum freeze time
16:48 Krock will merge #8981 in 15 minutes
16:48 ShadowBot https://github.com/minetest/minetest/issues/8981 -- Fix some reference counters (memleak) by SmallJoker
16:48 sfan5 yes so the milestone should correctly be set to the 5th
16:51 Andrey01 joined #minetest-dev
16:51 Krock updated
17:04 Krock merging
17:31 ensonic joined #minetest-dev
17:34 T4im joined #minetest-dev
17:41 Megaf joined #minetest-dev
17:54 ensonic joined #minetest-dev
18:05 Wuzzy Krock: I believe your bgcolor fix does not work ?
18:05 Wuzzy I tried to test it in MDT
18:06 Krock what's MDT?
18:06 Wuzzy Minimal Development Test
18:06 Krock oh well.. I don't know? See referencing PR
18:06 Wuzzy type /lua me:set_formspec_prepend("bgcolor[#FFFF00FF;false]")
18:06 Wuzzy doesnt change anything
18:08 Wuzzy Krock: i read your pr but i didnt get it
18:08 Krock that'll set the formspec background to #FF0F
18:08 Krock not the entire screen
18:08 Krock if there are prepends, they probably have to be disabled first
18:09 Wuzzy there are no prepends in MDT
18:09 Krock I can see it
18:09 Krock (the bug)
18:09 Wuzzy also, wouldn't a raw set_formspec_formspec overwrite any previous prepend anyway? ?
18:09 Wuzzy ok
18:09 Wuzzy https://github.com/minetest/minetest/pull/8716
18:09 Wuzzy sorry, it was not you. it as DS-Minetest
18:10 Wuzzy is DS-Minetest on IRC around here?
18:10 Wuzzy maybe under a secret identity? ?
18:10 Krock commented
18:10 Krock sometimes. no.
18:11 Wuzzy Krock: but fullscreen bgcolor works properly
18:11 Wuzzy oh well. i guess this means i got to reopen the bug
18:12 Krock just use bgcolor[color]
18:12 Krock without ;false
18:12 Wuzzy so, doc fail?
18:12 Krock yes and no. the docs only cover the "true" case, and the one without an additional argument
18:13 Wuzzy i thought the point of the pr was to be able to set both the center rectangle and the fullscreen bgcolor separately
18:13 Wuzzy is this possible?
18:13 Krock it does
18:13 Krock bgcolor[color;true]  fullscreen
18:13 Wuzzy yes this does work
18:13 Krock bgcolor[color]  formspec
18:13 Wuzzy so, the ";false" is forbidden?
18:14 Krock that's the "bug" I referred to, about 5 minutes ago
18:14 Krock see PR comment
18:14 Wuzzy aaaaaaaaa
18:15 Wuzzy you mean the code minireview?
18:15 Krock yes. Do you have permission to re-open the issue?
18:15 Krock description likely needs to be adjusted to the current bug, though.
18:15 Wuzzy i open a new bug instead
18:16 Wuzzy its subtly different
18:16 Wuzzy so, i summarize:
18:16 Wuzzy bgcolor[color] works
18:16 Wuzzy bgcolor[color;true] works
18:16 Wuzzy bgcolor[color;false] fails
18:16 Wuzzy can you confirm?
18:17 Krock * If "false" as 2nd argument is provided, the code fails
18:17 Krock yes
18:17 Wuzzy ok
18:18 ensonic joined #minetest-dev
18:22 Wuzzy Krock: DS-Minetest: https://github.com/minetest/minetest/issues/8985
18:23 Wuzzy hah. so it seems this was a regression after all ^^
18:23 Wuzzy so i dont need to touch repixture, apparently
18:23 Wuzzy thanks for testing ^^
19:12 paramat joined #minetest-dev
19:29 Wuzzy Krock: btw: if you have any other wiki edit requests, feel free to poke me. btw, you can request an wiki account here:  https://forum.minetest.net/viewtopic.php?f=3&t=10473
19:30 Krock I already have it, but preferred if they could use their own words so that it fits
19:53 Jordach joined #minetest-dev
21:13 proller joined #minetest-dev
22:19 paramat joined #minetest-dev
22:56 Jordach paramat: completed sfan's requested changes, feel free to review
23:01 epod joined #minetest-dev
23:25 Puka_ joined #minetest-dev
23:42 fluxflux joined #minetest-dev
23:50 Wuzzy ummmmm
23:50 Wuzzy quote lua_api.txt:
23:50 Wuzzy * `not_in_creative_inventory`: (*) Special group for inventory mods to indicate
23:50 Wuzzy 1557   that the item should be hidden in item lists.
23:50 Wuzzy noooooo
23:50 Wuzzy this group is, as the name suggests, specifically for hiding an item in creative inventory
23:51 Wuzzy it's not simply **all** item lists
23:53 ANAND joined #minetest-dev

| Channels | #minetest-dev index | Today | | Google Search | Plaintext