| Time |
Nick |
Message |
| 00:20 |
|
cheapie-mc70 joined #luanti |
| 00:21 |
cheapie-mc70 |
No chance of Luanti running on here any time soon but I figured I'd peek in while I had Pocket IRC running :P |
| 00:22 |
MTDiscord |
<wsor4035> let us know when you get the time machine working |
| 00:22 |
|
dridron joined #luanti |
| 00:23 |
cheapie-mc70 |
wsor: I think this fell out of one of those |
| 00:24 |
|
bdju joined #luanti |
| 00:24 |
MTDiscord |
<wsor4035> unrelated, sfan5: any chance of migrating https://irc.minetest.net/ to luanti.org at some point? |
| 00:26 |
MTDiscord |
<wsor4035> cheapie: you have successfully outwaited me, i finally stopped being lazy and made an issue for your hand problem: https://github.com/minetest-mods/skinsdb/issues/113 |
| 01:20 |
|
SwissalpS joined #luanti |
| 01:37 |
|
SwissalpS joined #luanti |
| 01:55 |
|
lhofhansl joined #luanti |
| 01:59 |
|
SwissalpS joined #luanti |
| 02:01 |
MinetestBot |
[git] lhofhansl -> luanti-org/luanti: Restore behavior of emergequeue_limit_total (#15947) fbc525d https://github.com/luanti-org/luanti/commit/fbc525d683021d1e2cf3f7cc9d2c54419e0b0ff3 (2025-03-28T01:59:38Z) |
| 02:15 |
|
lemonzest joined #luanti |
| 02:16 |
|
SwissalpS joined #luanti |
| 03:00 |
|
LainExperiments joined #luanti |
| 03:16 |
|
lemonzest joined #luanti |
| 03:22 |
|
LainExperiments joined #luanti |
| 03:29 |
|
lemonzest joined #luanti |
| 03:41 |
|
LainExperiments3 joined #luanti |
| 04:00 |
|
MTDiscord joined #luanti |
| 04:31 |
|
LainExperiments joined #luanti |
| 04:36 |
|
LainExperiments4 joined #luanti |
| 05:00 |
|
sys4 joined #luanti |
| 05:14 |
|
LainExperiments joined #luanti |
| 05:40 |
|
bodiccea_ joined #luanti |
| 05:56 |
|
est31 joined #luanti |
| 06:06 |
|
alpiquero joined #luanti |
| 06:20 |
|
LainExperiments joined #luanti |
| 06:53 |
|
SFENCE joined #luanti |
| 06:59 |
|
Meli joined #luanti |
| 07:42 |
|
alpiquero joined #luanti |
| 08:00 |
|
SFENCE joined #luanti |
| 08:22 |
|
alpiquero joined #luanti |
| 08:51 |
|
alpiquero joined #luanti |
| 09:30 |
|
ireallyhateirc joined #luanti |
| 09:57 |
|
mentatbashar joined #luanti |
| 10:00 |
|
diemartin joined #luanti |
| 10:33 |
|
SpaceManiac joined #luanti |
| 10:53 |
|
whosit joined #luanti |
| 11:04 |
|
FileX joined #luanti |
| 11:19 |
|
alpiquero joined #luanti |
| 11:28 |
|
FileX joined #luanti |
| 11:44 |
MinetestBot |
[git] grorp -> luanti-org/luanti: TouchControls: Take FOV into account for camera movement (#15936) b0bc6ce https://github.com/luanti-org/luanti/commit/b0bc6ce6377ed3600770b7a248553d37440940f7 (2025-03-28T11:43:59Z) |
| 11:48 |
|
tih_ joined #luanti |
| 11:52 |
|
tih_ joined #luanti |
| 11:55 |
[MatrxMT] |
<Blockhead256> so.. my game is two nodes with identical name except for case. |
| 11:55 |
[MatrxMT] |
<Blockhead256> When I dig the lowercase one, I get the right node back. But when I place the lowercase one, the uppercase appears |
| 11:56 |
[MatrxMT] |
<Blockhead256> is this considerable for a Luanti bug or am I just doing bad stuff? |
| 11:56 |
|
tih_ left #luanti |
| 11:57 |
[MatrxMT] |
<Blockhead256> here is the minified source code: l = { [T] = {t..'1,0'}, [G] = {g=1} } rn(':l', l) l[T] = {l[T][1] .. '^[invert:rgb'} rn(':L', l) |
| 11:57 |
[MatrxMT] |
<Blockhead256> r = core.register.node |
| 11:57 |
[MatrxMT] |
<Blockhead256> *rn = |
| 11:58 |
[MatrxMT] |
<Blockhead256> [T] is for texture atlas entry [G] is for groups |
| 12:00 |
[MatrxMT] |
<Blockhead256> if I need unique names in a case-insensitive fashion, I'm going to need two-character names after my 37th node.. I suppose that's not too bad, but less readable |
| 12:08 |
|
SliverFlowCipher joined #luanti |
| 12:11 |
|
mentatbashar joined #luanti |
| 12:42 |
sfan5 |
@wsor4035: https://irc.luanti.org |
| 12:42 |
sfan5 |
there's just no redirect |
| 12:48 |
MTDiscord |
<wsor4035> ah, fun |
| 12:50 |
sfan5 |
I suppose I can add one |
| 12:53 |
|
FileX joined #luanti |
| 13:28 |
[MatrxMT] |
<Blockhead256> any opinions on my above question? |
| 13:29 |
|
alpiquero joined #luanti |
| 13:33 |
*Â SwissalpS |
isn't able to follow the cryptic code :p |
| 13:34 |
SwissalpS |
you have a node named "mod:a" and another "mod:A" is that correct so far? |
| 13:34 |
[MatrxMT] |
<Blockhead256> basically, apart from I'm skipping mod names |
| 13:35 |
[MatrxMT] |
<Blockhead256> for now I decided l (ell) and 1 (one) are similar enough in appearance |
| 13:36 |
[MatrxMT] |
<Blockhead256> but I would like to know if there are going to be issues |
| 13:38 |
[MatrxMT] |
<Blockhead256> my source code so far |
| 13:38 |
[MatrxMT] |
<Blockhead256> https://paste.mozilla.org/NOw4qNmJ |
| 13:41 |
[MatrxMT] |
<Blockhead256> I wanted one species of tree leaves to be `l` and the other to be `L` |
| 13:49 |
|
mentatbashar joined #luanti |
| 14:40 |
|
SFENCE joined #luanti |
| 14:48 |
|
SFENCE joined #luanti |
| 14:58 |
SwissalpS |
https://github.com/luanti-org/luanti/blob/master/doc/client_lua_api.md#naming-convention-for-registered-textual-names |
| 14:59 |
SwissalpS |
does allow 'mod:whatever', the whatever part to have capitals. |
| 14:59 |
[MatrxMT] |
<Blockhead256> that doesn't say I can't |
| 15:00 |
SwissalpS |
Without having seen that rn, I was under the impression that itemnames are all lowercase. |
| 15:00 |
[MatrxMT] |
<Blockhead256> of course, in the wild, uppercase is extremely rare |
| 15:00 |
[MatrxMT] |
<Blockhead256> conceivably a game could use camelCaseNodeNames |
| 15:00 |
[MatrxMT] |
<Blockhead256> I have seen uppercase once before, can't remember what mod, think it's on linuxforks though |
| 15:00 |
SwissalpS |
yep, theoretically |
| 15:01 |
SwissalpS |
does you game maybe use some mod that interjects and forces all names to be lowercase? |
| 15:01 |
SwissalpS |
at least the placing part might. |
| 15:01 |
|
SFENCE joined #luanti |
| 15:02 |
[MatrxMT] |
<Blockhead256> this is a code golf kind of game, so I have literally only one mod in the game, other than worldedit and qa block for debugging |
| 15:05 |
SwissalpS |
I'm assuming you have tried with those two mods disabled. |
| 15:06 |
SwissalpS |
so it must be somewhere in builtin |
| 15:07 |
[MatrxMT] |
<Blockhead256> I have now |
| 15:07 |
[MatrxMT] |
<Blockhead256> if those interfered with drops I would be deeply concerned |
| 15:07 |
sfan5 |
I believe node names are supposed to be case-sensitive |
| 15:07 |
sfan5 |
so report a bug |
| 15:08 |
[MatrxMT] |
<Blockhead256> okay, thanks |
| 15:08 |
|
SFENCE joined #luanti |
| 15:08 |
[MatrxMT] |
<Blockhead256> somewhere along the line it ends up with the wrong content ID somehow |
| 15:29 |
|
cx384 joined #luanti |
| 16:07 |
|
jaca122 joined #luanti |
| 16:45 |
|
SFENCE joined #luanti |
| 16:58 |
|
alpiquero joined #luanti |
| 17:19 |
|
fling joined #luanti |
| 17:35 |
|
mentatbashar joined #luanti |
| 17:41 |
|
SFENCE joined #luanti |
| 17:42 |
|
chilledfrogs joined #luanti |
| 17:57 |
|
Blockhead256 joined #luanti |
| 17:58 |
Blockhead256 |
https://github.com/luanti-org/luanti/issues/15953 |
| 17:59 |
Blockhead256 |
sorry to anyone who tries to read my source code |
| 17:59 |
Blockhead256 |
I'm not trying to make it obfuscated, just short |
| 18:00 |
Blockhead256 |
the actually deployed version would be way worse, minified then zstd compressed |
| 18:01 |
|
Bombo joined #luanti |
| 18:01 |
|
Bombo joined #luanti |
| 18:01 |
Blockhead256 |
I could try to make life easier with a symbol minifier but then I'd have to write a bunch of Lua parsing into the compilier |
| 18:18 |
|
Desour joined #luanti |
| 18:20 |
sfan5 |
a minimal code example would be nice |
| 18:20 |
sfan5 |
(and that doesn't mean low char count) |
| 18:22 |
|
jemius joined #luanti |
| 18:23 |
|
lhofhansl joined #luanti |
| 18:28 |
|
SFENCE joined #luanti |
| 18:31 |
|
SFENCE joined #luanti |
| 18:33 |
MinetestBot |
[git] lhofhansl -> luanti-org/luanti: Check if a block is already in the emege queue before checking occlus… 8f8d7c4 https://github.com/luanti-org/luanti/commit/8f8d7c40889c7047b9be7898aa56283a9abadc1d (2025-03-28T18:31:54Z) |
| 18:45 |
|
SFENCE joined #luanti |
| 18:56 |
|
cow321 joined #luanti |
| 19:01 |
|
SFENCE joined #luanti |
| 19:07 |
SwissalpS |
on a tangent Blockhead256: why are you putting so much effort into short even compressed code? |
| 19:09 |
|
[MatrxMT] joined #luanti |
| 19:12 |
|
[MatrxMT] joined #luanti |
| 19:35 |
|
GreenXenith joined #luanti |
| 20:01 |
|
alpiquero joined #luanti |
| 20:14 |
|
SFENCE joined #luanti |
| 20:22 |
|
Talkless joined #luanti |
| 20:24 |
|
SFENCE joined #luanti |
| 20:30 |
|
SFENCE joined #luanti |
| 20:40 |
|
SFENCE joined #luanti |
| 20:44 |
|
wew joined #luanti |
| 20:49 |
|
diceLibrarian2 joined #luanti |
| 21:00 |
|
alpiquero joined #luanti |
| 21:02 |
|
SFENCE joined #luanti |
| 21:08 |
|
germ left #luanti |
| 21:08 |
|
germ joined #luanti |
| 21:21 |
|
SFENCE joined #luanti |
| 21:23 |
|
Verticen joined #luanti |
| 21:46 |
|
SFENCE joined #luanti |
| 22:10 |
|
SFENCE joined #luanti |
| 22:10 |
|
Kimapr joined #luanti |
| 22:18 |
|
illwieckz joined #luanti |
| 22:27 |
|
SFENCE joined #luanti |
| 22:33 |
|
SFENCE joined #luanti |
| 22:35 |
|
jaca122 joined #luanti |
| 22:38 |
|
SwissalpS joined #luanti |
| 22:46 |
|
illwieckz joined #luanti |
| 23:12 |
|
FileX joined #luanti |
| 23:19 |
|
diemartin joined #luanti |
| 23:23 |
|
SFENCE joined #luanti |
| 23:32 |
|
MTDiscord1 joined #luanti |
| 23:33 |
|
SFENCE joined #luanti |
| 23:34 |
|
panwolfram joined #luanti |
| 23:43 |
|
MTDiscord joined #luanti |
| 23:44 |
|
GreenXenith joined #luanti |