Time |
Nick |
Message |
00:54 |
|
tibtoblezob joined #luanti |
00:59 |
|
FileX joined #luanti |
01:35 |
|
wallabra joined #luanti |
03:33 |
|
SwissalpS joined #luanti |
04:00 |
|
MTDiscord joined #luanti |
04:15 |
|
lhofhansl joined #luanti |
04:32 |
MinetestBot |
[git] lhofhansl -> luanti-org/luanti: Slight fix to #15949 to handle emerge queue full (#15960) 6724068 https://github.com/luanti-org/luanti/commit/67240686599f8106640f231cbad73000287e8a60 (2025-04-01T04:31:10Z) |
04:41 |
|
_____ joined #luanti |
06:50 |
|
bodiccea_ joined #luanti |
07:38 |
|
jaca122 joined #luanti |
08:10 |
|
CRISPR joined #luanti |
08:46 |
|
Warr1024 joined #luanti |
08:47 |
|
___nick___ joined #luanti |
09:00 |
|
___nick___ joined #luanti |
09:03 |
|
___nick___ joined #luanti |
09:21 |
|
mentatbashar joined #luanti |
09:24 |
|
___nick___ joined #luanti |
10:01 |
|
sugarbeet joined #luanti |
10:14 |
|
SliverFlowCipher joined #luanti |
10:29 |
|
FileX joined #luanti |
11:56 |
MinetestBot |
[git] grorp -> luanti-org/luanti: Add server/client annotations to settingtypes.txt and make use of the… c30c94d https://github.com/luanti-org/luanti/commit/c30c94dfaad46bede44397c26b4e5d1fb2b024c2 (2025-04-01T11:55:47Z) |
11:56 |
|
XHACky joined #luanti |
13:03 |
|
CRISPR joined #luanti |
13:26 |
|
FileX joined #luanti |
13:31 |
|
FileX joined #luanti |
14:18 |
|
thilosaur joined #luanti |
14:21 |
|
SFENCE joined #luanti |
14:27 |
|
jaca122 joined #luanti |
15:38 |
|
tarsovbak joined #luanti |
15:39 |
|
tarsovbak left #luanti |
15:50 |
|
SFENCE joined #luanti |
16:12 |
|
SFENCE joined #luanti |
16:15 |
|
kamdard joined #luanti |
16:26 |
|
imi joined #luanti |
16:34 |
|
sec^nd joined #luanti |
16:57 |
|
SFENCE joined #luanti |
17:11 |
|
SFENCE joined #luanti |
17:12 |
MinetestBot |
[git] appgurueu -> luanti-org/luanti: Deprecate some legacy item registration logic (#15950) 2569b50 https://github.com/luanti-org/luanti/commit/2569b50252d8306a5e680c7577bf037e9640f44b (2025-04-01T17:12:00Z) |
17:12 |
MinetestBot |
[git] Jiskster -> luanti-org/luanti: lua_api.md: MAX_WORKING_VOLUME is now 150 million 0179021 https://github.com/luanti-org/luanti/commit/0179021acc8bc03eec5634f5e42c2ea9927e0fa7 (2025-04-01T17:12:22Z) |
17:12 |
MinetestBot |
[git] sfan5 -> luanti-org/luanti: ImageSource: restrict max dimensions to protect from integer overflow… 47c75b3 https://github.com/luanti-org/luanti/commit/47c75b3294fc01250488cf7304dd786b8e120e4e (2025-04-01T17:12:37Z) |
17:16 |
|
ireallyhateirc joined #luanti |
17:26 |
|
SFENCE joined #luanti |
17:27 |
|
Talkless joined #luanti |
17:31 |
|
Desour joined #luanti |
17:34 |
|
SFENCE joined #luanti |
17:44 |
|
SFENCE joined #luanti |
17:46 |
|
Talkless joined #luanti |
17:49 |
|
SFENCE joined #luanti |
18:05 |
|
Verticen joined #luanti |
18:06 |
|
jaca122 joined #luanti |
18:10 |
|
SFENCE joined #luanti |
18:19 |
|
SFENCE joined #luanti |
18:31 |
|
SFENCE joined #luanti |
18:37 |
|
SFENCE joined #luanti |
18:39 |
|
SFENCE joined #luanti |
18:47 |
|
SFENCE joined #luanti |
18:58 |
|
SFENCE joined #luanti |
19:05 |
|
SFENCE joined #luanti |
19:05 |
|
bodiccea_ joined #luanti |
19:10 |
|
SFENCE joined #luanti |
19:21 |
pgimeno |
"<cheapie> New mod idea (as in shitpost, not for actual use) - mesecons pistons but they extend smoothly/slowly" <-- good luck with smoothly moving the block they're pushing without VAEs 8) |
19:26 |
pgimeno |
I'm trying to compile with SDL for the first time, and apparently, SDL2_INCLUDE_DIR defaults to //include/SDL2 instead of /usr/include/SDL2, is that expected? |
19:33 |
sfan5 |
it defaults to nothing |
19:33 |
sfan5 |
cmake is response for finding sdl2 |
19:33 |
sfan5 |
and sdl2 should be shipping a file in /usr/lib/cmake |
19:37 |
pgimeno |
there's /usr/lib/x86_64-linux-gnu/cmake/SDL2/sdl2-config.cmake but it seems to be broken or something, as that's the one complaining; even worse, manually setting SDL2_INCLUDE_DIR does nothing |
19:41 |
sfan5 |
sounds like a bug report for your distro |
19:42 |
pgimeno |
these are the contents: http://www.formauri.es/personal/pgimeno/pastes/sdl2-config.cmake |
19:42 |
|
tibtoblezob joined #luanti |
19:42 |
pgimeno |
I have a hunch that it has to do with the unification of /bin and /usr/bin etc. because it's looking for the file in /lib/... rather than in /usr/lib/... |
19:43 |
pgimeno |
for the .cmake file, I mean |
19:52 |
pgimeno |
pro tip: it's not a very good idea to rename /lib to something else |
20:00 |
|
alpiquero joined #luanti |
20:07 |
|
silverwolf73828 joined #luanti |
20:37 |
pgimeno |
ah, it's reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036820 and it looks like my hunch was accurate |
20:37 |
sfan5 |
oh debian is finally doing usrmerge? |
20:37 |
sfan5 |
I guess since systemd basically forced them |
20:38 |
sfan5 |
>27 May 2023 |
20:38 |
sfan5 |
incredible bug stability |
20:44 |
|
GreenXenith joined #luanti |
20:46 |
pgimeno |
manually edited my /lib/...sdl2-config.cmake, compiled! \o/ |
21:10 |
|
MTDiscord joined #luanti |
21:19 |
|
shinbet joined #luanti |
21:21 |
|
sinvet joined #luanti |
21:45 |
|
Verticen joined #luanti |
21:47 |
|
dabbill joined #luanti |
22:02 |
cheapie |
pgimeno: celevator already *has* most of a VAE implementation, for shitpost purposes I'm fine with depending on that (and I do, in quite a few cases actually) |
22:03 |
MTDiscord |
<greenxenith> https://github.com/GreenXenith/lvae/ |
22:04 |
cheapie |
Yeah, that's a bit fancier than what I've done but mine can still pull off a lot |
22:07 |
cheapie |
This particular function here is the fun one, it's really only meant for internal use but that doesn't stop me from calling it from a command block or whatever: https://cheapiesystems.com/git/celevator/tree/drive_entity.lua#n336 |
22:10 |
|
Kimapr joined #luanti |
22:31 |
|
wew joined #luanti |
22:34 |
|
panwolfram joined #luanti |
22:35 |
|
exoticalexo joined #luanti |
22:43 |
|
tibtoblezob joined #luanti |
23:54 |
|
fluxionary joined #luanti |