Time Nick Message 04:32 MinetestBot 02[git] 04lhofhansl -> 03luanti-org/luanti: Slight fix to #15949 to handle emerge queue full (#15960) 136724068 https://github.com/luanti-org/luanti/commit/67240686599f8106640f231cbad73000287e8a60 (152025-04-01T04:31:10Z) 11:56 MinetestBot 02[git] 04grorp -> 03luanti-org/luanti: Add server/client annotations to settingtypes.txt and make use of the… 13c30c94d https://github.com/luanti-org/luanti/commit/c30c94dfaad46bede44397c26b4e5d1fb2b024c2 (152025-04-01T11:55:47Z) 17:12 MinetestBot 02[git] 04appgurueu -> 03luanti-org/luanti: Deprecate some legacy item registration logic (#15950) 132569b50 https://github.com/luanti-org/luanti/commit/2569b50252d8306a5e680c7577bf037e9640f44b (152025-04-01T17:12:00Z) 17:12 MinetestBot 02[git] 04Jiskster -> 03luanti-org/luanti: lua_api.md: MAX_WORKING_VOLUME is now 150 million 130179021 https://github.com/luanti-org/luanti/commit/0179021acc8bc03eec5634f5e42c2ea9927e0fa7 (152025-04-01T17:12:22Z) 17:12 MinetestBot 02[git] 04sfan5 -> 03luanti-org/luanti: ImageSource: restrict max dimensions to protect from integer overflow… 1347c75b3 https://github.com/luanti-org/luanti/commit/47c75b3294fc01250488cf7304dd786b8e120e4e (152025-04-01T17:12:37Z) 19:21 pgimeno " 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 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: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:46 pgimeno manually edited my /lib/...sdl2-config.cmake, compiled! \o/ 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 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