Time Nick Message 00:02 MinetestBot 02[git] 04srifqi -> 03minetest/minetest: Formspec: Pass the second-touch event as is (#13872) 1353886dc https://github.com/minetest/minetest/commit/53886dcdb52de80d862539e22950c84fbf88df88 (152023-11-28T00:00:07Z) 09:13 Baytuch| Many of my users relate with understanding of this limit. In fact, the number of rejectets out is not significantly, but now there are no abuses. 09:40 Baytuch| appguru: What you think about this? 'if (!n) --> if (n == 0)' and 'if (n!) --> if (n) --> if (n > 0)' 09:40 Baytuch| I mean 'if (n) --> if (n > 0)' 09:42 Baytuch| Can such a simplification lead to warnings, compilation errors 09:42 Baytuch| My gcc compiler like this code:) 09:43 Baytuch| but in Windows compiler or clang, i don't know. 09:43 Baytuch| it need be test, i think 10:08 calcul0n if (n) is correct but it tests if (n != 0), it makes a difference if n is signed 10:21 Baytuch| n have type size_t 10:22 Baytuch| from 10:24 Baytuch| it's unsigned int 10:28 calcul0n then if (n) is ok but i prefer to be explicit, if (n > 0) clearly shows what you're testing 10:28 calcul0n not a big deal though :) 12:38 Baytuch| if (!n && (c < 'A' || c > 'Z')) res = false; 12:40 Baytuch| It looks neat, I am embarrassed code, if this compiler allows to do 12:45 Baytuch| *It looks neat, I am embarrassed by cumbersome a code, if compiler allows to do this. 14:02 MTDiscord appguru: 14:02 MTDiscord appguru: Hi 14:16 Baytuch| in my case: minetest.conf: strict_nickname = true 15:54 Teckla I finally got around to installing and running Minetest via Crostini (ChromeOS's Linux container). It works perfectly. No issues. Smooth as butter. Keyboard and mouse control works as desired. :) 15:55 Teckla ^^^ In case anyone else, like me, wants to play Minetest on their Chromebook, but don't want to use the touch screen version in the Play Store. 16:54 mrkubax10 lol https://forum.minetest.net/viewtopic.php?t=29995 16:54 mrkubax10 someone sent post to a wrong forum 16:54 mrkubax10 *the wrong forum 16:55 celeron55 thanks for the spam report, they're gone now 16:56 mrkubax10 alright 20:03 MinetestBot 02[git] 04Wuzzy2 -> 03minetest/minetest: Fix missing word in German builtin translation (#14051) 13dfe00f8 https://github.com/minetest/minetest/commit/dfe00f88e156bc613addb80b6a5f75560b4c05a7 (152023-11-28T20:02:19Z) 20:03 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Take aliases into account for automatic package installation (#14052) 13cfe1953 https://github.com/minetest/minetest/commit/cfe1953c2d5e5e0cee6a8d278dc0286ab5f5a854 (152023-11-28T20:02:41Z) 20:03 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Don't copy user texture packs into Android bundle (#14053) 13dc6452d https://github.com/minetest/minetest/commit/dc6452db1b457fb9531c666c911509ce31893ccc (152023-11-28T20:02:56Z) 22:12 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Update credits for 5.8.0 release (#14017) 1336f4953 https://github.com/minetest/minetest/commit/36f4953502f225ef3653b6090a92ddbb56ea177b (152023-11-28T22:11:29Z)