Time  Nick       Message
13:23 Krock      > 734 new emails from gitlab@mg.gitlab.com
13:23 Krock      excuse me what
13:31 nerzhul    sorry it should be me closing the hwole backlog from the first import :D
13:47 * Peppy    did "git clown some repo" xD
13:50 Peppy      I'm not sure what I should expect from this...
13:55 Krock      you don't want to know, Peppy
13:59 Peppy      Krock, I just discovered your exchange_shop mod, I'll probably translate it
14:00 Peppy      any way I can share translation (get_translator) without a GH account ? (I should be able to use GitLab)
14:00 Krock      send me a patch file
14:01 Krock      or the link to your branch
14:03 Peppy      I've never used patches but sending branch link should do, thanks
14:03 Krock      patches is basically  git format-patch HEAD~(#commits)
14:04 Peppy      btw i'll probaly try to give the node another apparence, chest look sounds weird to me
14:05 Peppy      I used Currency mod tables before but any other look suggestion is welcome
14:06 Krock      I wanted it to look different than the currency mod shop, since they could be use both on the same server
14:06 Krock      would be great if texture rework and translations aren't done within the same patch/branch for easier reviewing
14:07 Peppy      sure, they will !
14:07 Krock      :D cool thanks
14:12 Peppy      public currency mod tables were allway locked by players that wouldn't end up transactions, i'm glad I found this mod !
18:49 Peppy      Sporax did stole our V3 roadmap, our config, our scripts, our players but Axinite server won't die
18:50 Peppy      a new server is on his way and Axinite V3 will come out !
18:52 Peppy      to anyone wondering what this minetest-france server is, the short answer is : a theft from head to toes :(
18:54 Peppy      he's unscrupulous but we're strong...
21:48 kilbith    does scrolling works without touching the scrollbar itself on Android?
21:48 kilbith    is there an equivalent to the mouse wheel on mobile?
21:49 rubenwardy https://rwdy.uk/1gYH2.png
21:49 rubenwardy kilbith: not sure
21:49 rubenwardy hypertext is great
21:49 kilbith    rubenwardy: nice look
21:50 kilbith    is it a real formspec?
21:50 rubenwardy yes
21:50 rubenwardy https://gitlab.com/rubenwardy/conquer/-/blob/dev/src/helpgui.lua
21:50 rubenwardy I needed to do some lua patterns hackery to make line-breaks work like markdown (ie: one line break is ignored, two line breaks makes a paragraph)
21:50 kilbith    just that scrollbar style is out-of-place
21:51 rubenwardy yeah :/
21:51 kilbith    either we fake it, or we implement styling in the engine
21:52 kilbith    but that formspec looks next-gen already
21:53 kilbith    rubenwardy, we don't have a <br> tag yet
21:53 rubenwardy I fake it using lua patterns
21:54 kilbith    so 2-passes of parsing
21:54 rubenwardy help_markup:gsub("\n\n", "<br>"):gsub("\n", ""):gsub("<br>", "\n")
21:54 rubenwardy yeah
21:55 kilbith    it's not difficult to add <br> in hypertext tho
21:55 rubenwardy that's a hack to workaround hypertext breaking on every single newline. As compared to HTML, which ignores all newlines, or markdown, which only breaks with two consecutive newlines
21:55 rubenwardy true, I wanted to support 5.2 though
21:57 rubenwardy this is what pre-5.2 users see: https://rwdy.uk/AhdPw.png
21:57 kilbith    you should use <mono> for your commands
21:57 rubenwardy ooh
21:58 rubenwardy <tag name=code color=#7bf font=mono>       nice
21:58 rubenwardy the lack of "" through me
21:58 rubenwardy *threw
21:59 rubenwardy hmm, although it's now inconsistent with the fixed text at the bottom
21:59 kilbith    and a <action> linking to your video using xdg-open
22:00 rubenwardy errr, heh
22:00 rubenwardy "Tip: you can see this at any time by typing /conquer help" is a label and a box
22:01 kilbith    yeah I figured
22:24 kilbith    looks like scrollbars are not meant to be clicked nowadays
22:25 kilbith    looking at the modern scrollbars, they are generally thin, discrete
22:25 kilbith    they look more indicative than functional
22:26 kilbith    (i.e. Discord scrollbar or Ubuntu one)
22:27 kilbith    s/functional/interactive
22:51 rubenwardy yeah, certainly