Minetest logo

IRC log for #minetest-hub, 2018-06-01

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

All times shown according to UTC.

Time Nick Message
00:06 Tmanyo joined #minetest-hub
00:21 octacian joined #minetest-hub
00:21 octacian Hey all!
00:21 octacian Having a weird problem with an old mod I'm trying to improve a bit...
00:22 octacian I call minetest.show_formspec in an on_rightclick, and then wait for fields to be submitted.
00:22 octacian However, when I do submit fields, MT tells me that the server hasn't sent the formspec to the client and therefore that it might be an exploitation attempt.
00:23 octacian If I close the formspec and open it again (still right-clicking), it works perfectly fine. Even after restarting the game, it still works fine. But not the first time.
00:33 octacian Any suggestions?
00:34 octacian Interestingly enough, not only that, but I can open one formspec and it works, but then when the next formspec opens is when the issue occurs (first is configuring the node)
00:43 octacian Ok, NVM.
00:43 octacian Just came across issue #7374. Guess I'll just have to update my dev build.
00:43 ShadowBot https://github.com/minetest/minetest/issues/7374 -- Formspec shown from another formspec is not being handled properly
00:43 octacian Cya'll later then! :P
00:45 rubenwardy Lol
01:05 Ruslan1 left #minetest-hub
02:20 paramat joined #minetest-hub
02:59 AndroBuilder joined #minetest-hub
03:01 Tmanyo joined #minetest-hub
03:13 DI3HARD139 joined #minetest-hub
03:29 ANAND joined #minetest-hub
03:30 ANAND Dunno where else to say this but the forum isn't quite mobile-friendly...
03:31 ANAND A responsive layout would be great to have :)
03:48 benrob0329 joined #minetest-hub
04:20 benrob0329 joined #minetest-hub
05:03 sniper338 joined #minetest-hub
06:01 Calinou that would require a custom theme :(
06:01 Calinou I'm afraid forum.minetest.net isn't ready for something like https://comboot.io/
06:55 longerstaff13 joined #minetest-hub
07:00 behalebabo joined #minetest-hub
07:15 CWz joined #minetest-hub
07:47 bwarden joined #minetest-hub
07:47 Wayward_One joined #minetest-hub
10:19 Fixer joined #minetest-hub
10:41 entuland joined #minetest-hub
11:20 NathanS21 joined #minetest-hub
12:09 CWz_ joined #minetest-hub
12:16 BillyS Hmm . . .
12:17 BillyS I've set the allow_metadata_inventory_take, allow_metadata_inventory_put, and allow_metadata_inventory_move of a chest via minetest.override_item, but they aren't even called . . .
12:17 BillyS Can you not set those via override?
12:24 BillyS ...oh
12:24 BillyS DER
12:25 BillyS I needed to set those on default:chest_open
12:43 SuperTomato joined #minetest-hub
12:58 CBugDCoder joined #minetest-hub
13:17 rdococ https://en.wikipedia.org/wiki/Leninade
13:36 Krock joined #minetest-hub
13:36 Krock hi hubbers
14:01 BillyS hi
14:18 BillyS Hmm
14:18 BillyS Is there a way to make a player immue to just one type of damage?
14:18 BillyS For example, immune to fall or lava damage?
14:18 Krock yes, in 0.5.0-dev only
14:19 Krock https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2821
14:19 Krock see the "reason" parameter. register the function as a modifier and return 0 to abort the change
14:20 BillyS Rats
14:20 Krock however, ruben's CTF server also contains this feature since he seems to need them to know what exactly happened to the player
14:20 BillyS One of these days, everyone will be using 0.5
14:20 Krock Rats?
14:21 BillyS I want that feature
14:21 BillyS But nearly no one uses 0.5
14:22 Krock yet.
14:23 BillyS We need to get all the server owners to upgrade
14:23 BillyS That will force all of the players to, I think
14:24 Krock not yet. we still have occasional crashes
14:25 * Krock looks at https://forum.minetest.net/viewtopic.php?f=3&t=20156 - TL;DR, and wonders what's going on in the Minetest forum communuity
14:26 rubenwardy It doesn't actually
14:26 BillyS "Clients already label themselves as -dirty when they are modified"
14:26 rubenwardy I use a work around for it
14:26 rubenwardy Oh lol
14:27 BillyS Good to know, I'll change that when I hack my client. :D
14:27 rubenwardy Was about to drop this here: https://forum.minetest.net/viewtopic.php?p=320184#p320184
14:27 rubenwardy Some entertainment for you guys
14:27 rubenwardy But already there
14:28 BillyS "Basically you add secret key in several places in source thats not (without a LOT of dedication and knowledge) readable from looking at binary"
14:28 BillyS Who would bother looking at the binary when we have the source? ;)
14:28 rubenwardy Nope.exe
14:28 rubenwardy They're obviously intent on destroying Minetest
14:28 BillyS Yeah
14:29 BillyS That's why I love minetest; I can do whatever I want to the client and there is no stopping me. :P
14:30 BillyS Lejo just doesn't get it, does he?
14:31 xerox123 PS : I will leak my "cheat", and as it's not in c++ client, you won't be able to check for it!
14:31 xerox123 ha-ha!
14:31 xerox123 now I and LMD are working on better ctf!
14:32 BillyS yay!
14:33 Krock BillyS, no need to remove the "-dirty" from CMakeLists.txt. Just commit all your changes.
14:33 rubenwardy I don't see anyone called kgm, just LMD
14:33 Krock xerox123, also hire KGM, they might be interesed
14:35 BillyS Krock, good point
14:35 Krock because CMake changes usually result in an entire build from scratch, which is wasted time unless you would like to clear some of the garbage
14:36 Krock ..from the somewhen previously compiled files
15:20 IhrFussel joined #minetest-hub
15:21 IhrFussel 0.4.17 segfault ObjectRef::l_set_attach(lua_State*) bei ??:?
15:21 Mr_Pardison joined #minetest-hub
15:34 Krock IhrFussel, invalid object probably
15:34 Krock hi IhrFussel
15:35 IhrFussel Krock, hi there =) probably because a player of mine found out that you can right click a cart while in a car and you suddenly leave the car but still control it...remote control basically
15:35 Mr_Pardison oh lol
15:36 Mr_Pardison hai Krock
15:41 Krock hi Mr_Pardison
16:14 xerox123 rubenwardy: have you had time to look at my PR to capturetheflag :D? thanks
17:04 Gael-de-Sailly joined #minetest-hub
18:12 Fixer wonder if it is ".com 2.0" bubble
18:14 sniper338 joined #minetest-hub
18:17 Gael-de-Sailly joined #minetest-hub
18:23 Fixer wonder what will happen if you introduce blockchain and machine learning in minetest, will this be the hype?
18:24 sfan5 you can get lots of investors if you do that
18:42 BillyS Hmm, investors in MT? We could pay the devs to work on it full-time! :P
18:43 BillyS Who was/were the original dev(s) of MT, anyways?
19:19 paramat joined #minetest-hub
19:23 paramat is anyone here testing frozen '0.4 backport' (MTE + MTG) of May 22nd?
19:27 Krock Helpful for modders? https://i.imgur.com/3wdz4uv.png
19:29 Tmanyo joined #minetest-hub
19:29 Krock paramat, yes. I played a few games on a multiplayer server. however, it's limited to one server :/
19:59 paramat rubenwardy does KGM's CTF cheat indicate anything that should be added to CSM flavors?
20:09 EvergreenTree joined #minetest-hub
20:29 ssieb joined #minetest-hub
20:41 Tmanyo joined #minetest-hub
21:18 Jordach joined #minetest-hub
21:19 Krock Oh yes. Getting used to Inkscape slowly now http://dev.minetest.net/images/a/aa/player_object_look_horizontal_vertical_yaw.png
21:20 sniper570 joined #minetest-hub
21:21 benrob0329 joined #minetest-hub
21:22 IhrFussel "one day i will hack this server and ban you and your mods and unban my siblings"
21:23 Krock gg ez gl
21:33 lisac_ And so begins the generation long war
21:35 benrob0329 the War of Test
21:35 benrob0329 (coming this fall)
21:49 Gael-de-Sailly joined #minetest-hub
21:51 EvergreenTree joined #minetest-hub
21:58 rdococ benrob0329: The War of Test 3: The Cold PVP Match: When two games, capitalism_game and communism_game, collide
22:09 tumeninodes joined #minetest-hub
23:07 Fixer Every time I see test in anything, I want to throw up
23:15 paramat test-redo
23:19 Fixer i did not test may 22 0.4.17 at all
23:30 paramat joined #minetest-hub

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