Luanti logo

IRC log for #luanti, 2025-04-08

| Channels | #luanti index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:22 FileX joined #luanti
00:48 Noisytoot joined #luanti
01:28 pgimeno joined #luanti
01:30 HumanG33k joined #luanti
01:39 silverwolf73828 joined #luanti
01:43 FileX joined #luanti
02:58 SwissalpS joined #luanti
03:15 Verticen joined #luanti
03:28 kamdard joined #luanti
03:37 chilledfrogs joined #luanti
04:00 MTDiscord joined #luanti
04:03 FileX joined #luanti
04:06 CRISPR joined #luanti
05:38 amfl2 joined #luanti
05:53 Meli joined #luanti
05:54 fluxionary joined #luanti
05:56 jaca122 joined #luanti
06:45 MinetestBot [git] appgurueu -> luanti-org/luanti: Add spatial index for objects (#14631) a3648b0 https://github.com/luanti-org/luanti/commit/a3648b0b163a0c8d92c5cf4581f72b1f0c04eee0 (2025-04-08T06:44:53Z)
06:47 Noisytoot joined #luanti
07:36 Sharpman joined #luanti
08:14 ireallyhateirc joined #luanti
09:03 FileX joined #luanti
09:50 FileX joined #luanti
10:09 SliverFlowCipher joined #luanti
11:01 shinbet joined #luanti
12:12 mrkubax10 joined #luanti
12:23 mentatbashar joined #luanti
12:47 TheCoffeMaker joined #luanti
12:54 TheCoffeMaker joined #luanti
13:22 TheCoffeMaker joined #luanti
13:35 SFENCE joined #luanti
13:39 SFENCE joined #luanti
13:42 SFENCE joined #luanti
13:47 kamdard joined #luanti
13:48 SFENCE joined #luanti
13:53 SFENCE joined #luanti
14:15 ireallyhateirc joined #luanti
14:19 swift110-mobile joined #luanti
14:58 ireallyhateirc joined #luanti
14:59 SFENCE joined #luanti
14:59 SFENCE joined #luanti
15:34 SFENCE joined #luanti
15:47 jaca122 joined #luanti
15:47 SFENCE joined #luanti
15:50 CRISPR joined #luanti
16:11 SFENCE joined #luanti
16:17 MinetestBot [git] sfan5 -> luanti-org/minetestmapper: Update build-mingw.sh to keep it working 9d7400a https://github.com/luanti-org/minetestmapper/commit/9d7400a438491766197868e0a2d6c69486562aa8 (2025-04-08T16:17:16Z)
16:17 MinetestBot [git] sfan5 -> luanti-org/minetestmapper: Fix ustring type relying on non-standard C++ behavior 637755d https://github.com/luanti-org/minetestmapper/commit/637755d6f9e15215f2891eb1df13ae00040aa60d (2025-04-08T16:17:16Z)
16:33 sfan5 there's a new windows builds out for minetestmapper, in case anyone is using that: https://github.com/luanti-org/minetestmapper/releases/tag/20250408
16:35 TheCoffeMaker joined #luanti
16:37 sfan5 apparently the previous binaries have a download count of 150 so not really
16:38 sfan5 for a comparison: the 5.11.0 windows binaries have amassed ~24k downloads since the release two months ago
16:45 CRISPR joined #luanti
16:47 SFENCE joined #luanti
16:57 Talkless joined #luanti
16:59 TheCoffeMaker_ joined #luanti
17:03 SliverFlowCipher joined #luanti
17:06 fluxionary joined #luanti
17:08 pgimeno oh, it's probably mostly of use to advanced players, anyway I always compile it myself for one
17:11 pgimeno I've successfully turned it into a node search tool; I gave up on maintaining my LuaJIT one with the different database formats
17:12 pgimeno format 29 required too many changes and new code, plus the docs for the zstd library API really suck
17:14 fling joined #luanti
17:16 pgimeno by the way, --exhaustive=full really sucks; it should just select all blocks present in the database, not attempt every block coordinate. I gave up after waiting for 15 minutes while being stuck at 0% all that time.
17:36 SFENCE joined #luanti
17:47 sfan5 well you're not supposed to use that
17:49 sfan5 "just select all blocks in the db" is actually --exhaustive=never
17:52 pgimeno really? I didn't see a query like SELECT data,x,y,z FROM blocks, I implemented it for the node search tool
17:52 pgimeno by the way, finally got rid of all footprints! I can now safely disable the mod
17:56 SFENCE joined #luanti
18:15 MintChipMadness joined #luanti
18:15 sfan5 well not exactly because it only ever fetches one Y stack at once
18:15 sfan5 but before that it collects all x, z pairs it needs to do that for
18:21 SFENCE joined #luanti
18:45 jemius joined #luanti
18:49 SFENCE joined #luanti
18:52 kamdard joined #luanti
19:00 mrkubax10 joined #luanti
19:11 Verticen joined #luanti
19:15 kamdard joined #luanti
19:20 ___nick___ joined #luanti
19:23 ___nick___ joined #luanti
19:26 v-rob joined #luanti
19:27 SFENCE joined #luanti
19:58 silverwolf73828 joined #luanti
20:02 SFENCE joined #luanti
20:08 bodiccea joined #luanti
20:11 bodiccea joined #luanti
20:25 MinetestBot [git] appgurueu -> luanti-org/luanti: Improve some warning messages (#15990) 7689f1f https://github.com/luanti-org/luanti/commit/7689f1f0fd6a954ac061e683a332e3555f72c152 (2025-04-08T20:24:00Z)
20:25 MinetestBot [git] sfan5 -> luanti-org/luanti: Some minor code cleanups 03affa1 https://github.com/luanti-org/luanti/commit/03affa1bbb9211011350a4a8f3ece1ed8963ee2b (2025-04-08T20:24:37Z)
20:25 MinetestBot [git] sfan5 -> luanti-org/luanti: Drop support for storing mipmap data alongside IImage 38c3876 https://github.com/luanti-org/luanti/commit/38c3876c4ef79f310e445cba06af804b1db52fb0 (2025-04-08T20:24:37Z)
20:25 MinetestBot [git] sfan5 -> luanti-org/luanti: Fix GLES texture download to handle mipmaps and cubemap type 9ff07df https://github.com/luanti-org/luanti/commit/9ff07df45e10490e71868b6c48b67b31ba94b11f (2025-04-08T20:24:37Z)
20:25 MinetestBot [git] (3 newer commits not shown)
20:27 MinetestBot [git] sfan5 -> luanti-org/luanti: Fix operator[] for vector2d and vector3d being potentially UB (#15977) a00b9ca https://github.com/luanti-org/luanti/commit/a00b9cab36fa116e8af97df6036ad0e634775447 (2025-04-08T20:25:45Z)
20:31 SFENCE joined #luanti
20:31 kamdard joined #luanti
21:09 ireallyhateirc joined #luanti
21:10 ireallyhateirc joined #luanti
21:51 v-rob joined #luanti
22:06 SFENCE joined #luanti
22:10 Kimapr joined #luanti
22:20 Ingar joined #luanti
22:32 panwolfram joined #luanti
22:39 SFENCE joined #luanti
23:07 jonadab joined #luanti
23:12 SFENCE joined #luanti
23:20 calculon joined #luanti
23:30 jonadab joined #luanti
23:47 usr_40476 joined #luanti
23:47 usr_40476 joined #luanti
23:47 SFENCE joined #luanti
23:50 usr_40476 just curious, how do i adjust reach distance? I cant find it it the latest version, it was accesable before the rebranding but now i cant find it
23:53 usr_40476 joined #luanti
23:53 usr_40476 joined #luanti

| Channels | #luanti index | Today | | Google Search | Plaintext