Time |
Nick |
Message |
00:00 |
|
lhofhansl joined #luanti |
00:11 |
MinetestBot |
[git] lhofhansl -> luanti-org/luanti: Fix Camera's far clipping plane for large zooms (#16307) 1a58a2f https://github.com/luanti-org/luanti/commit/1a58a2fd2b11381ead3b6038d05b87f51759b319 (2025-07-04T00:11:36Z) |
01:36 |
|
sinvet joined #luanti |
01:47 |
MTDiscord |
<jordan4ibanez> Well the power is still out but, I think that it should keep it's bit data. Unless luajit does something weird with the mantissa |
02:44 |
|
aliasalreadytake joined #luanti |
04:00 |
|
MTDiscord joined #luanti |
06:26 |
|
YuGiOhJCJ joined #luanti |
07:19 |
|
fanshen joined #luanti |
07:28 |
|
[Pokey] joined #luanti |
07:37 |
|
alpiquero joined #luanti |
07:50 |
|
fanshen joined #luanti |
08:12 |
|
lemonzest joined #luanti |
08:19 |
|
Guest93 joined #luanti |
08:41 |
|
Desour joined #luanti |
08:55 |
|
SFENCE joined #luanti |
09:10 |
|
mrkubax10 joined #luanti |
09:21 |
|
shinbet joined #luanti |
09:56 |
|
mrkubax10 joined #luanti |
10:28 |
|
jaca122 joined #luanti |
11:05 |
|
mrkubax10 joined #luanti |
11:44 |
MTDiscord |
<redundantcc> Can someone verify that 5.12 doesn't respect to the glow property for particles, I was trying to implement pixie dust and I noticed it doesn't light up? |
11:56 |
MTDiscord |
<redundantcc> also strange line running thu the particle? |
11:56 |
MTDiscord |
<redundantcc> https://cdn.discordapp.com/attachments/749727888659447960/1390662573405503609/2025-07-04_07_56_13-Window.png?ex=686912f2&is=6867c172&hm=2c115be5cfb67b73d148c1400e71cb946f6e30b8199773198fba713857b6d515& |
12:00 |
sfan5 |
thats the selection box |
12:00 |
MTDiscord |
<redundantcc> Is it supposed to be rendering on top of a particle like that? |
12:01 |
MTDiscord |
<redundantcc> Here's a better angle. |
12:01 |
MTDiscord |
<redundantcc> https://cdn.discordapp.com/attachments/749727888659447960/1390663929180721354/2025-07-04_08_02_02-Window.png?ex=68691436&is=6867c2b6&hm=f7988b0e174ae60a44f6f99a9b724133e3d6f9f9d5e1bf9e02362d31d6527842& |
12:02 |
MTDiscord |
<redundantcc> https://cdn.discordapp.com/attachments/749727888659447960/1390663966950293574/2025-07-04_08_02_19-Window.png?ex=6869143f&is=6867c2bf&hm=0d3aead550cd7b0fd637ab636154638acc25a00c8eb2b1bc5df5f907efd1fe08& |
12:02 |
sfan5 |
dunno. but it is the selection box in all of your screenshots |
12:02 |
MTDiscord |
<redundantcc> Sure |
12:03 |
MTDiscord |
<redundantcc> also do you know if particles can use the glow property, I cant get my pixie dust csm to to work? |
12:04 |
[MatrxMT] |
<Blockhead256> glow as a property of entities just removes shading, I don't think you can make it actually emit light |
12:05 |
MTDiscord |
<redundantcc> aw, why? that's bad branding. |
12:05 |
[MatrxMT] |
<Blockhead256> yeah it should be called fullbright honestly |
12:05 |
MTDiscord |
<redundantcc> now I'll never be a cute woodland creature |
12:05 |
sfan5 |
particle glow works fine for me https://0x0.st/80E-.png |
12:06 |
MTDiscord |
<redundantcc> is this the expected outcome? |
12:06 |
MTDiscord |
<redundantcc> https://cdn.discordapp.com/attachments/749727888659447960/1390665034253733918/2025-07-04_08_05_25-Window.png?ex=6869153d&is=6867c3bd&hm=5712f426d1114fac7a02cdd86e38862735fa33e21737411f86c247507ea6f65d& |
12:06 |
sfan5 |
and no it does more than "just disable shading", you can pick how bright you want the particle to appear |
12:06 |
sfan5 |
yes |
12:06 |
MTDiscord |
<redundantcc> Got it, thanks |
12:07 |
MTDiscord |
<redundantcc> Can it also emit a dim "glow" that effects other nodes? |
12:07 |
sfan5 |
no |
12:07 |
MTDiscord |
<redundantcc> No light prop? |
12:07 |
MTDiscord |
<redundantcc> Damn |
12:08 |
sfan5 |
Luanti does not have dynamic lighting, only dynamic shadows |
12:08 |
MTDiscord |
<redundantcc> Well let add a node and a light factory class, thanks sfan! |
12:09 |
sfan5 |
(in theory that could be reused to do exact things like this) |
12:09 |
[MatrxMT] |
<Blockhead256> sorry, I was not aware of what particles can do, only the for entities it sucks |
12:09 |
[MatrxMT] |
<Blockhead256> and nodes |
12:09 |
MTDiscord |
<redundantcc> Would be cool, fr |
12:10 |
MTDiscord |
<redundantcc> Is it more efficient to use entities for pseudo light particles or nodes? |
12:11 |
sfan5 |
particle glow and entity glow works the same tho? |
12:11 |
MTDiscord |
<redundantcc> don't entity have a light property too? |
12:11 |
MTDiscord |
<redundantcc> or is that only for nodes? |
12:12 |
[MatrxMT] |
<Blockhead256> to make light happen, it needs to be node light afaik |
12:12 |
MTDiscord |
<redundantcc> Rip, okay ill make a blank.png light node then. |
12:13 |
MTDiscord |
<redundantcc> Thanks! |
12:13 |
sfan5 |
what you want is drawtype = "airlike" |
12:14 |
sfan5 |
making something with an invisible texture will waste time rendering something that is invisible |
12:14 |
MTDiscord |
<redundantcc> Oh, okay |
12:15 |
MTDiscord |
<redundantcc> That also ruins texture culling right? |
12:15 |
MTDiscord |
<redundantcc> and then light=n |
12:44 |
|
sugarbeet joined #luanti |
13:06 |
|
cheek_pain joined #luanti |
13:49 |
|
Kimapr_ joined #luanti |
13:55 |
|
Desour joined #luanti |
13:58 |
|
Yuvi joined #luanti |
13:58 |
|
SFENCE joined #luanti |
13:59 |
|
Yuvi joined #luanti |
14:17 |
|
SFENCE joined #luanti |
14:23 |
|
Leopold joined #luanti |
14:35 |
|
chilledfrogs joined #luanti |
14:47 |
|
silverwolf73828 joined #luanti |
14:50 |
|
SFENCE joined #luanti |
14:53 |
|
guset joined #luanti |
14:55 |
|
fling joined #luanti |
14:57 |
|
redundantcc joined #luanti |
15:24 |
|
SFENCE joined #luanti |
15:24 |
|
RudyaFunkerPixVo joined #luanti |
15:25 |
|
RudyaFunkerPixVo left #luanti |
15:25 |
|
RR joined #luanti |
15:26 |
|
Rggg joined #luanti |
15:28 |
|
Rggg joined #luanti |
15:40 |
|
gregon joined #luanti |
16:06 |
|
Matvei850 joined #luanti |
16:11 |
|
SFENCE joined #luanti |
16:15 |
|
ineva joined #luanti |
16:16 |
|
kimapr joined #luanti |
16:28 |
|
Kimapr joined #luanti |
16:36 |
|
Kimapr joined #luanti |
16:50 |
|
Kimapr_ joined #luanti |
16:56 |
|
SFENCE joined #luanti |
17:11 |
|
SFENCE joined #luanti |
17:11 |
|
swee joined #luanti |
17:16 |
|
kimapr joined #luanti |
17:22 |
|
Kimapr_ joined #luanti |
17:56 |
|
Kimapr joined #luanti |
18:06 |
|
Kimapr joined #luanti |
18:15 |
|
Kimapr_ joined #luanti |
18:22 |
|
kimapr joined #luanti |
18:28 |
|
gregon joined #luanti |
18:34 |
|
fling joined #luanti |
18:44 |
|
Matvei850 joined #luanti |
18:47 |
|
Kimapr_ joined #luanti |
18:52 |
|
ineva joined #luanti |
18:57 |
|
Kimapr joined #luanti |
18:57 |
|
Rggg joined #luanti |
19:03 |
|
Rggg joined #luanti |
19:04 |
|
Rggg joined #luanti |
19:05 |
|
Kimapr joined #luanti |
19:06 |
|
Rggg joined #luanti |
19:13 |
|
Kimapr joined #luanti |
19:13 |
|
sparky4_ joined #luanti |
19:17 |
|
rggg joined #luanti |
19:29 |
|
Kimapr_ joined #luanti |
19:44 |
|
Rggg90 joined #luanti |
19:46 |
|
Rggg95 joined #luanti |
19:46 |
|
Rggg93 joined #luanti |
19:47 |
|
Talkless joined #luanti |
19:51 |
|
Rggg1 joined #luanti |
20:19 |
|
Rggg26 joined #luanti |
20:21 |
|
Rggg87 joined #luanti |
22:04 |
|
Kimapr joined #luanti |
22:05 |
|
ineva joined #luanti |
22:20 |
|
jstein joined #luanti |
22:32 |
|
panwolfram joined #luanti |
22:35 |
MinetestBot |
[git] zhu.gamedev tutanota.com -> luanti-org/luanti: Translated using Weblate (Italian) 3865287 https://github.com/luanti-org/luanti/commit/3865287b8be5b9fb8098ac1a949974be25c41e9e (2025-07-04T21:53:40Z) |
22:35 |
MinetestBot |
[git] sidtirouluca proton.me -> luanti-org/luanti: Added translation using Weblate (Bavarian) 21df201 https://github.com/luanti-org/luanti/commit/21df20185c841a4002132416ff6c1b345c4b0d82 (2025-07-04T21:53:40Z) |
22:35 |
MinetestBot |
[git] sidtirouluca proton.me -> luanti-org/luanti: Translated using Weblate (Bavarian) 639edcd https://github.com/luanti-org/luanti/commit/639edcddcf28b7f1105d4508896dcc8432dbad17 (2025-07-04T21:53:40Z) |
22:35 |
MinetestBot |
[git] JhonGames -> luanti-org/luanti: Added translation using Weblate (Hebrew) 69ad83d https://github.com/luanti-org/luanti/commit/69ad83d9c9955a25e59b72f5652834b7a2950e61 (2025-07-04T21:53:40Z) |
22:35 |
MinetestBot |
[git] (16 newer commits not shown) |
23:05 |
|
Eragon joined #luanti |
23:23 |
|
YuGiOhJCJ joined #luanti |
23:31 |
|
ireallyhateirc joined #luanti |
23:40 |
|
jstein joined #luanti |
23:44 |
|
erstazi joined #luanti |
23:49 |
|
FileX joined #luanti |