Minetest logo

IRC log for #minetest, 2023-11-28

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

All times shown according to UTC.

Time Nick Message
00:02 MinetestBot [git] srifqi -> minetest/minetest: Formspec: Pass the second-touch event as is (#13872) 53886dc https://github.com/minetest/minetest/commit/53886dcdb52de80d862539e22950c84fbf88df88 (2023-11-28T00:00:07Z)
00:10 bwarden joined #minetest
00:51 bwarden joined #minetest
01:08 pounce joined #minetest
01:25 smk joined #minetest
01:46 Noisytoot joined #minetest
01:47 e1z0 joined #minetest
02:43 amfl2 joined #minetest
02:58 y5nw joined #minetest
03:02 lemonzest joined #minetest
03:03 liceDibrarian joined #minetest
03:53 gxt joined #minetest
04:16 gxt joined #minetest
04:41 Alnotz joined #minetest
05:00 MTDiscord joined #minetest
05:30 v-rob joined #minetest
05:35 behalebabo joined #minetest
05:44 erstazi joined #minetest
06:40 fling joined #minetest
06:56 v-rob joined #minetest
07:19 calcul0n joined #minetest
07:47 qqq joined #minetest
07:52 TomTom joined #minetest
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:13 mrkubax10 joined #minetest
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:17 Sobinec joined #minetest
10:21 Baytuch| n have type size_t
10:22 Baytuch| from <string>
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 :)
11:02 qqq joined #minetest
11:21 appguru joined #minetest
11:26 qqq joined #minetest
11:40 mrkubax10 joined #minetest
11:58 qqq joined #minetest
12:04 Chrs7654 joined #minetest
12:17 amfl2 joined #minetest
12:32 definitelya joined #minetest
12:38 Baytuch| if (!n && (c < 'A' || c > 'Z')) res = false;
12:40 Megaf joined #minetest
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.
12:51 imi joined #minetest
13:28 appguru joined #minetest
13:34 turtleman joined #minetest
13:36 tarsovbak5 joined #minetest
13:36 tarsovbak5 left #minetest
13:42 amfl2 joined #minetest
14:02 MTDiscord <a0h._81473> appguru:
14:02 MTDiscord <a0h._81473> appguru: Hi
14:15 Niklp joined #minetest
14:16 Baytuch| in my case: minetest.conf: strict_nickname = true
15:03 jaca122 joined #minetest
15:48 Sobinec joined #minetest
15:53 pounce joined #minetest
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.
15:56 Baytuch| joined #minetest
16:10 kamdard joined #minetest
16:21 mrkubax10 joined #minetest
16:25 fluxionary joined #minetest
16:25 mrkubax10 joined #minetest
16:29 mrkubax10 joined #minetest
16:29 Alnotz joined #minetest
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
17:00 fluxionary joined #minetest
17:01 josh203 joined #minetest
17:01 rustaceous joined #minetest
17:04 turtleman joined #minetest
17:14 v-rob joined #minetest
17:25 sparky4 joined #minetest
17:39 pounce joined #minetest
18:06 pounce joined #minetest
18:11 Talkless joined #minetest
18:17 Talkless joined #minetest
18:23 Talkless joined #minetest
18:25 Talkless joined #minetest
18:29 sparky4 joined #minetest
18:49 v-rob joined #minetest
18:55 appguru joined #minetest
18:56 kamdard_ joined #minetest
19:00 fling joined #minetest
19:29 YuGiOhJCJ joined #minetest
19:44 grorp joined #minetest
20:03 MinetestBot [git] Wuzzy2 -> minetest/minetest: Fix missing word in German builtin translation (#14051) dfe00f8 https://github.com/minetest/minetest/commit/dfe00f88e156bc613addb80b6a5f75560b4c05a7 (2023-11-28T20:02:19Z)
20:03 MinetestBot [git] grorp -> minetest/minetest: Take aliases into account for automatic package installation (#14052) cfe1953 https://github.com/minetest/minetest/commit/cfe1953c2d5e5e0cee6a8d278dc0286ab5f5a854 (2023-11-28T20:02:41Z)
20:03 MinetestBot [git] grorp -> minetest/minetest: Don't copy user texture packs into Android bundle (#14053) dc6452d https://github.com/minetest/minetest/commit/dc6452db1b457fb9531c666c911509ce31893ccc (2023-11-28T20:02:56Z)
20:04 kamdard joined #minetest
20:11 pounce joined #minetest
20:17 pounce joined #minetest
20:28 appguru joined #minetest
20:59 Desour joined #minetest
21:46 fgaz_ joined #minetest
21:46 darylsun joined #minetest
21:46 z812 joined #minetest
21:46 staceee joined #minetest
21:47 imi joined #minetest
21:50 YuGiOhJCJ joined #minetest
21:59 kamdard_ joined #minetest
22:06 stormchaser3000 joined #minetest
22:10 sugarbeet joined #minetest
22:12 MinetestBot [git] sfan5 -> minetest/minetest: Update credits for 5.8.0 release (#14017) 36f4953 https://github.com/minetest/minetest/commit/36f4953502f225ef3653b6090a92ddbb56ea177b (2023-11-28T22:11:29Z)
22:23 v-rob joined #minetest
23:32 panwolfram joined #minetest
23:50 flowersandsharks joined #minetest
23:52 gxt joined #minetest

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