| Time |
Nick |
Message |
| 00:01 |
|
SFENCE joined #luanti |
| 00:38 |
|
SFENCE joined #luanti |
| 01:11 |
|
SFENCE joined #luanti |
| 01:29 |
|
SFENCE joined #luanti |
| 01:43 |
[MatrxMT] |
<Blockhead256> upgrades on contentDB are just 'delete old directory, unzip new archive', so remember pplz, never manually modify mods you got off ContentDB without at least backing those changes up |
| 01:48 |
MTDiscord |
<wsor4035> (in response to bastrabun skinsdb comment for irc plebs) got a source for that? looking at https://github.com/minetest-mods/skinsdb/blob/master/skins_updater.lua#L55C20-L55C33 and https://github.com/minetest-mods/skinsdb/blob/master/updater/update_skins.py#L23 looks like its still putting them into textures |
| 01:50 |
|
alek13 joined #luanti |
| 01:51 |
bgstack15 |
well, there's still the logic of calculating if an upgrade is needed, and that could be part of the cli "handle upgrades" too. Sounds like his work won't be too hard though, based on that description. |
| 01:53 |
|
alek13_ joined #luanti |
| 01:54 |
MTDiscord |
<wsor4035> if you want a cdb cli tool: https://github.com/ronoaldo/minetools |
| 01:55 |
[MatrxMT] |
<Blockhead256> It's not hard, contentDB download have the info in a `release` entry in mod.conf, game.conf etc. |
| 01:57 |
|
alek13 joined #luanti |
| 02:27 |
|
SFENCE joined #luanti |
| 02:47 |
|
crazylad joined #luanti |
| 02:47 |
|
crazylad joined #luanti |
| 02:49 |
crazylad |
where can I find the source code for api.luanti.org? |
| 02:50 |
[MatrxMT] |
<Blockhead256> In the source tree, doc/mkdocs/ |
| 02:50 |
MTDiscord |
<wsor4035> github.com/luanti/luanti |
| 02:50 |
MTDiscord |
<wsor4035> mkdocs for what makes it, its just the info in lua_api.md in docs folder |
| 02:50 |
crazylad |
ah, okay, thanks. I'm asking because I'm wondering if it is possible to make dark mode on the site for people who value their eyeballs at night :) |
| 02:51 |
crazylad |
so I'll just go ahead and open an issue |
| 02:51 |
[MatrxMT] |
<Blockhead256> or make the stylesheet and PR it |
| 02:51 |
crazylad |
... or that lol |
| 02:51 |
[MatrxMT] |
<Blockhead256> it's a pre-done thing called mkdocs, you can probably find a dark one for mkdocs |
| 02:52 |
MTDiscord |
<wsor4035> of just read https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/ and make the pr |
| 02:52 |
crazylad |
I figured some button in the corner is all it would need |
| 02:52 |
MTDiscord |
<wsor4035> at least from looking it seems super simple to do (just skimmed it) |
| 02:56 |
MTDiscord |
<wsor4035> im stupid, you actually want https://www.mkdocs.org/user-guide/choosing-your-theme/ |
| 02:57 |
MTDiscord |
<wsor4035> using https://github.com/luanti-org/luanti/blob/master/doc/mkdocs/build.sh#L9C11-L9C22 (read thedocs) theme, so should be as simple as adding color_mode=auto under that line |
| 02:57 |
MTDiscord |
<wsor4035> also throw in user_color_mode_toggle=true |
| 02:57 |
MTDiscord |
<wsor4035> two line pr |
| 03:03 |
|
SFENCE joined #luanti |
| 03:07 |
MTDiscord |
<wsor4035> (swap = to : for irc plebs) |
| 03:08 |
crazylad |
just figured that out lol - thanks |
| 03:08 |
MTDiscord |
<wsor4035> you making a pr with the two lines? (see your issue) |
| 03:09 |
[MatrxMT] |
<Blockhead256> woops |
| 03:09 |
MTDiscord |
<wsor4035> ? |
| 03:11 |
[MatrxMT] |
<Blockhead256> that deleted it, didn't unapprove |
| 03:11 |
MTDiscord |
<wsor4035> (your in the wrong channel) |
| 03:11 |
[MatrxMT] |
<Blockhead256> lol |
| 03:12 |
MTDiscord |
<wsor4035> anyways, ill just assume your making the two line pr, otherwise ill do it tommorrow morning |
| 03:13 |
crazylad |
I can do it right now, but I'm not sure how to test - would someone else be able too? |
| 03:13 |
MTDiscord |
<wsor4035> i wasnt planning on testing it either |
| 03:15 |
MTDiscord |
<wsor4035> small jok er / kr ock should be able to. there is also build instructions now |
| 03:15 |
MTDiscord |
<wsor4035> see https://github.com/luanti-org/luanti/blob/master/doc/mkdocs/README.md |
| 03:16 |
crazylad |
yea I saw |
| 03:18 |
|
alek13_ joined #luanti |
| 03:19 |
crazylad |
oh you just install mkdocs with pip lol |
| 03:19 |
[MatrxMT] |
<Blockhead256> they literally merged build documentation about this in like 2 days ago |
| 03:24 |
crazylad |
oh that was much easier than I thought |
| 03:26 |
|
alek13 joined #luanti |
| 03:27 |
|
user333_alt joined #luanti |
| 03:29 |
|
alek13_ joined #luanti |
| 03:32 |
|
user333_ joined #luanti |
| 03:33 |
crazylad |
I added those two lines, rebuilt the docs, and there is no dark mode, nor is there any toggle button |
| 03:37 |
MTDiscord |
<wsor4035> something like theme: name: readthedocs highlightjs: False color_mode: auto user_color_mode_toggle: true ? |
| 03:38 |
|
SFENCE joined #luanti |
| 03:39 |
MTDiscord |
<wsor4035> i read > In addition to the default theme configuration options, the readthedocs theme supports the following options: and assumed it meant the parent above, but that looks to not be the case since its linking to https://www.mkdocs.org/user-guide/configuration/#theme |
| 03:40 |
MTDiscord |
<wsor4035> how much different is mkdocs theme from readthedocs theme? (if your change name) |
| 03:40 |
|
user333_alt joined #luanti |
| 03:42 |
|
SFENCE joined #luanti |
| 03:49 |
MTDiscord |
<wsor4035> (it is different) |
| 03:49 |
MTDiscord |
<wsor4035> so it seems no easy fix |
| 03:50 |
MTDiscord |
<wsor4035> either change theme or custom css |
| 03:54 |
crazylad |
welp |
| 03:54 |
crazylad |
https://tenor.com/view/bart-simpson-the-simpsons-at-least-you-tried-fail-failure-gif-7859548 |
| 03:55 |
|
SFENCE joined #luanti |
| 03:55 |
MTDiscord |
<wsor4035> lol |
| 03:55 |
crazylad |
unrelated news: 10 more issues and we will reach the 17000th issue |
| 03:56 |
user333_ |
PRs count towards that number too |
| 03:57 |
crazylad |
oh yea |
| 04:01 |
|
tzenfore joined #luanti |
| 04:16 |
|
SFENCE joined #luanti |
| 04:17 |
heston76 |
crazylad: I value my eyeballs 24/7. Always dark mode. |
| 04:23 |
|
Alias joined #luanti |
| 04:27 |
|
SFENCE joined #luanti |
| 04:35 |
|
user333_ joined #luanti |
| 04:36 |
|
Guest5601 joined #luanti |
| 04:36 |
|
SFENCE joined #luanti |
| 04:44 |
|
Spookan joined #luanti |
| 05:02 |
|
MTDiscord joined #luanti |
| 05:51 |
|
SFENCE joined #luanti |
| 05:56 |
|
alek13 joined #luanti |
| 06:07 |
|
alek13_ joined #luanti |
| 06:10 |
|
alek13 joined #luanti |
| 06:13 |
|
alek13_ joined #luanti |
| 06:40 |
|
tzenfore joined #luanti |
| 06:59 |
|
ralfwause joined #luanti |
| 08:12 |
|
ralfwause joined #luanti |
| 08:16 |
|
FeXoR joined #luanti |
| 08:45 |
|
ralfwause joined #luanti |
| 08:55 |
|
YuGiOhJCJ joined #luanti |
| 09:11 |
|
ralfwause joined #luanti |
| 09:12 |
|
ralfwause joined #luanti |
| 09:15 |
|
YuGiOhJCJ joined #luanti |
| 09:22 |
|
Warr1024 joined #luanti |
| 09:26 |
|
ralfwause joined #luanti |
| 09:41 |
|
ralfwause joined #luanti |
| 09:47 |
|
Warr1024 joined #luanti |
| 09:53 |
|
ralfwause joined #luanti |
| 10:02 |
|
pgimeno_ joined #luanti |
| 10:12 |
|
jaca122 joined #luanti |
| 10:21 |
|
mrkubax10 joined #luanti |
| 11:40 |
|
ln5 joined #luanti |
| 12:14 |
|
imi joined #luanti |
| 12:24 |
|
illwieckz joined #luanti |
| 13:08 |
Sheriff_U3 |
heston76: Same here, the first setting I look for is always dark mode. |
| 13:12 |
|
jemius joined #luanti |
| 13:33 |
|
imi joined #luanti |
| 13:36 |
|
PoochInquisitor joined #luanti |
| 13:47 |
|
tzenfore joined #luanti |
| 13:56 |
|
Cork joined #luanti |
| 13:57 |
|
whosit joined #luanti |
| 13:57 |
|
bdju joined #luanti |
| 13:57 |
|
erstazi joined #luanti |
| 13:59 |
|
imi joined #luanti |
| 14:02 |
|
book` joined #luanti |
| 14:08 |
|
Trel joined #luanti |
| 14:54 |
|
sparky4 joined #luanti |
| 14:55 |
|
mrkubax10 joined #luanti |
| 15:28 |
|
sparky4 joined #luanti |
| 15:43 |
|
heston76 joined #luanti |
| 16:31 |
|
Cork joined #luanti |
| 16:47 |
|
mrkubax10 joined #luanti |
| 16:52 |
|
heston76 joined #luanti |
| 16:52 |
|
panwolfram joined #luanti |
| 16:59 |
|
heston76- joined #luanti |
| 17:14 |
|
alek13 joined #luanti |
| 17:20 |
|
lhofhansl joined #luanti |
| 17:57 |
|
turtleman joined #luanti |
| 18:10 |
|
mrkubax10 joined #luanti |
| 18:11 |
|
repetitivestrain joined #luanti |
| 18:14 |
|
mrkubax10 joined #luanti |
| 18:22 |
|
panwolfram joined #luanti |
| 18:29 |
|
ralfwause joined #luanti |
| 18:29 |
|
panwolfram joined #luanti |
| 18:29 |
|
tzenfore joined #luanti |
| 18:32 |
|
TheWild joined #luanti |
| 18:40 |
|
SFENCE joined #luanti |
| 18:57 |
|
ireallyhateirc joined #luanti |
| 19:49 |
|
TheWild joined #luanti |
| 19:52 |
|
tzenfore joined #luanti |
| 19:54 |
|
YuGiOhJCJ joined #luanti |
| 19:58 |
|
FeXoR joined #luanti |
| 20:09 |
|
mrkubax10 joined #luanti |
| 20:34 |
|
SFENCE joined #luanti |
| 20:40 |
|
jaca122 joined #luanti |
| 20:54 |
|
Spookan joined #luanti |
| 20:56 |
|
imi joined #luanti |
| 21:11 |
|
SFENCE joined #luanti |
| 21:29 |
|
mrkubax10 joined #luanti |
| 21:38 |
cheapie |
New PA system at one of the Bonnthal Metro stations works great: https://cheapiesystems.com/media/2026-03-01%2015-35-46.webm |
| 21:38 |
|
imi joined #luanti |
| 21:38 |
cheapie |
Based on https://www.reddit.com/r/bahn/comments/1jnmwlm/haltestellenansagen_der_db/ and https://www.reddit.com/r/ich_iel/comments/zilefp/ichiel/ |
| 21:56 |
|
dabbill joined #luanti |
| 22:03 |
cheapie |
https://cheapiesystems.com/media/images/screenshot_20260301_160239.png |
| 23:11 |
|
TheWild joined #luanti |
| 23:35 |
|
panwolfram joined #luanti |
| 23:56 |
|
Sokomine joined #luanti |