Minetest logo

IRC log for #minetest, 2021-10-05

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

All times shown according to UTC.

Time Nick Message
00:00 AliasAlreadyTake joined #minetest
00:09 Boingo joined #minetest
00:11 sparky4 joined #minetest
00:18 Pexin joined #minetest
00:23 grouinos joined #minetest
01:28 IceDragon joined #minetest
01:42 Conradish006 joined #minetest
01:46 olliy joined #minetest
01:56 soylentbomb joined #minetest
02:28 queria joined #minetest
02:34 queria joined #minetest
02:41 asdflkj_sh is it possible to map placing blocks to a keyboard key, or better left click + alt?
02:43 asdflkj_sh I've been playing minetest on a laptop with the trackpad and am wondering if it would be playable with an old single-button https://en.wikipedia.org/wiki/Apple_USB_Mouse I found
02:45 MTDiscord <MisterE> I dont think so. However, you could write a python script to change your keybindings for your system (record and simulate key and mouse events)
02:46 asdflkj_sh I might just resort to sxhkd/xbindkey and xdotool (no need to write python)
02:47 MTDiscord <MisterE> yeah tahtd work I only know about python scripting for it
02:47 MTDiscord <MisterE> I have a modding issue: I want to serialize a table that contains a list of ItemStacks... im trying to save the data from a detached inventory across server restarts, and im saving it in a subtable of a datastructure that I am already saving to modstorage anyways. It keeps giving me the error "cant serialize userdata"
02:52 MTDiscord <MisterE> how do I serialize userdata?
02:56 MTDiscord <MisterE> its an itemstack im trying to save... I could store them as strings...
02:57 MTDiscord <MisterE> but I need to store the meta also
02:59 MTDiscord <MisterE> does itemstack:to_table() save the metadata?
03:08 grouinos joined #minetest
03:17 MTDiscord <MisterE> Ill be afk for bed but will come back to read later so please help when you can
03:22 hendursaga joined #minetest
04:00 MTDiscord joined #minetest
05:01 riff-IRC joined #minetest
05:15 Verticen joined #minetest
05:15 grouinos joined #minetest
06:01 delta23_ joined #minetest
06:23 ShadowBot joined #minetest
06:24 ShadowNinja joined #minetest
06:40 Verticen joined #minetest
06:48 TomTom joined #minetest
06:53 grouinos joined #minetest
07:12 delta23_ joined #minetest
07:28 mazes_83 joined #minetest
07:44 CWz joined #minetest
08:06 hendursa1 joined #minetest
08:08 sagax joined #minetest
08:23 reductum joined #minetest
08:24 Taoki joined #minetest
08:24 z812 joined #minetest
08:24 peterz joined #minetest
08:24 ssieb joined #minetest
08:24 cation joined #minetest
08:24 asdflkj_sh joined #minetest
08:24 search_social joined #minetest
08:24 Krock joined #minetest
08:24 clavi joined #minetest
08:24 celeron55 joined #minetest
08:24 Edgy1 joined #minetest
08:25 cation joined #minetest
09:03 jluc joined #minetest
09:23 specing joined #minetest
09:43 reductum joined #minetest
09:44 Gustavo6046 joined #minetest
10:16 mazes_83 for model[ in formspec, which version introduces animation_speed ?
10:38 calcul0n__ joined #minetest
11:09 AristotIe joined #minetest
11:10 AristotIe joined #minetest
11:20 absurb joined #minetest
11:33 calcul0n_ joined #minetest
11:54 Elouin left #minetest
12:20 proller joined #minetest
12:34 delta23 joined #minetest
12:37 MinetestBot [git] Wuzzy2 -> minetest/minetest: Add get_server_max_lag() (#11671) 4fca601 https://git.io/JVZJe (2021-10-05T12:35:55Z)
12:39 MinetestBot [git] TurkeyMcMac -> minetest/minetest: Make MetaDataRef:get return nil instead of nothing (#11666) 5aa95fe https://git.io/JVZLq (2021-10-05T12:38:33Z)
13:07 kamdard joined #minetest
13:13 GNUHacker joined #minetest
13:14 olliy1or joined #minetest
13:37 kamdard joined #minetest
14:30 Fixer joined #minetest
14:46 bingfengzs joined #minetest
14:51 macaw joined #minetest
14:55 Conradish006 joined #minetest
15:01 proller joined #minetest
15:04 calcul0n joined #minetest
15:05 bingfengzs joined #minetest
15:17 Gustavo6046_ joined #minetest
15:27 Conradish006 joined #minetest
15:53 Extex joined #minetest
16:17 grouinos joined #minetest
16:51 Flabb joined #minetest
16:56 Extex joined #minetest
16:58 MTDiscord <MisterE> Can anyone help with my problem:I have a modding issue: I want to serialize a table that contains a list of ItemStacks... im trying to save the data from a detached inventory across server restarts, and im saving it in a subtable of a datastructure that I am already saving to modstorage anyways. It keeps giving me the error "cant serialize userdata"
16:58 MTDiscord <MisterE> its an itemstack im trying to save... I could store them as strings...
16:58 MTDiscord <MisterE> but I need to store the meta also
16:59 MTDiscord <MisterE> does itemstack:to_table() save the metadata?
17:03 Talkless joined #minetest
17:04 jonadab Maybe look at what the digtron crate does, particularly with digtron storage inventories?
17:05 hendursa1 joined #minetest
17:06 sfan5 you need to turn itemstacks into strings first
17:10 jonadab Or wait, also look at what Unified Inventory does with players' bags.
17:32 Verticen joined #minetest
17:40 AristotIe joined #minetest
17:58 Sven_vB joined #minetest
18:12 hendursaga joined #minetest
18:39 sys4 joined #minetest
19:04 jess joined #minetest
19:13 proller joined #minetest
19:28 absurb joined #minetest
19:51 YuGiOhJCJ joined #minetest
19:54 MinetestBot [git] Wuzzy2 -> minetest/minetest: Fix crash when calling remove/kick/ban_player on start (#11672) bc71622 https://git.io/JVaR7 (2021-10-05T19:53:47Z)
19:54 MinetestBot [git] lhofhansl -> minetest/minetest: Reduce shadow jitter (#11668) b4b9bee https://git.io/JVaRF (2021-10-05T19:54:01Z)
19:56 MinetestBot [git] HybridDog -> minetest/minetest: List only jpg and png as screenshot format options (#11675) 53e126a https://git.io/JVa2q (2021-10-05T19:54:13Z)
20:00 Flabb joined #minetest
20:09 reductum joined #minetest
20:25 proller joined #minetest
20:27 Fixer_ joined #minetest
20:53 queria joined #minetest
21:24 specing_ joined #minetest
21:25 grouinos joined #minetest
22:00 Sven_vB joined #minetest
22:10 dabbill_ joined #minetest
22:16 MTDiscord <MisterE> Ok thx. I guess turning an itemstack into a string keeps the metadata?
22:17 sfan5 yes
22:34 macaw joined #minetest
22:38 AristotIe joined #minetest
23:12 MTDiscord <MisterE> Great that makes things easy
23:29 olliy joined #minetest
23:46 dabbill joined #minetest
23:49 Extex joined #minetest
23:59 Alias2 joined #minetest

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