Minetest logo

IRC log for #minetest, 2021-11-14

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

All times shown according to UTC.

Time Nick Message
00:04 zehka[m] joined #minetest
00:19 moongaia joined #minetest
01:11 cheapie Well, I guess this thing has the dubious distinction of being one of the probably very few Luacontroller-powered devices that takes almost 15 seconds to start up: https://cheapiesystems.com/media/mtpaint-startup.webm
01:22 cheapie The program isn't even all that long (332 lines in the LuaC), there are just an awful lot of draw calls to build up the UI so they have to be split into groups. It could probably be made to go through said groups faster.
01:24 cheapie The only part of that that isn't drawn that way is the toolbar - the toolbar is sent over as a single pre-drawn (and hard-coded) image, and all the GPU does to that is highlight the selected tool.
02:25 sparky4_ joined #minetest
03:15 wing joined #minetest
03:28 queria^clone joined #minetest
03:33 queria^clone joined #minetest
03:57 * cheapie leaves https://cheapiesystems.com/media/DGL5440.pdf here
04:26 kamdard_ joined #minetest
04:44 Hawk777 joined #minetest
05:00 MTDiscord joined #minetest
05:07 sparky4 joined #minetest
06:01 riff-IRC joined #minetest
06:04 Verticen joined #minetest
07:08 MTDiscord <SolarShrine> advanced mesecons devices got a good chuckle out of me
07:13 definitelya joined #minetest
07:23 independent56 joined #minetest
07:42 CWz joined #minetest
08:08 independent56 Does a digiline detecting tube give advance warning on itemstrings or just the presence of an item?
08:09 Hawk777 In the most recent version, IIRC, it sends a table with various information, including both the itemstack as a string and also broken out information as separate table entries (name, quantity, etc.).
08:12 independent56 So it's a luatube with digiline_send($name, event) basically?
08:12 independent56 Can i have a link to the docs
08:14 independent56 joined #minetest
08:15 independent56 (Why do i keep ommiting a question mark?)
08:22 Hawk777 I don’t seem to see any documentation for the digiline tube. However I believe this <https://gitlab.com/VanessaE/pipeworks/-/blob/master/signal_tubes.lua#L92> is the line of code that sends the relevant message.
08:23 Hawk777 ItemStack’s to_table method is sadly also rather underdocumented <https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L6328>, not showing what keys or values are in the table, but it’s easy enough to just print out the table to see what would be in there.
08:28 specing joined #minetest
08:34 independent56 cool, thanks
08:58 grouinos joined #minetest
09:55 Fixer joined #minetest
10:16 Guest2 joined #minetest
10:27 independent56 https://imgur.com/a/ZbScBBY What does my hike path across the museum inspire within you? "Humans > Mapgen"? "Humans < Effort"?
10:28 independent56 to me it's inspiring - an almost-blank slate to write on
10:29 independent56 https://imgur.com/a/MGvwYHi I have the perfect sequel - an escape to Mapgen, away from the artifical hellhole
10:32 moongaia joined #minetest
10:41 independent56 Does it inspire pure, primal terror?
10:50 proller joined #minetest
10:54 Guest2 joined #minetest
10:56 Guest2 joined #minetest
11:11 Talkless joined #minetest
11:32 AristotIe joined #minetest
11:35 jvalleroy joined #minetest
11:36 jvalleroy joined #minetest
11:43 independent56 I'm faking good friendsusing an alt account to tease a new player :p
11:54 moongaia joined #minetest
12:04 calcul0n__ joined #minetest
12:04 sparky4 joined #minetest
12:06 wing joined #minetest
12:14 TomTom joined #minetest
12:21 wing joined #minetest
12:37 YuGiOhJCJ joined #minetest
13:20 YuGiOhJCJ joined #minetest
13:21 Guest2 joined #minetest
14:00 grouinos joined #minetest
14:18 sfan5 ?
14:27 GNUHacker joined #minetest
14:28 MTDiscord <j45> That is so mean D:
14:38 olliy joined #minetest
15:06 Guest2 joined #minetest
15:20 johs1 joined #minetest
15:26 Talkless joined #minetest
15:29 kamdard_ joined #minetest
15:39 TomTom joined #minetest
15:54 Extex joined #minetest
16:35 Guest24 joined #minetest
16:36 Guest24 i'm trying to figure out how elepower implements power so i can do it myself but i can't tell what's going on with the elepower_papi folder
16:37 Guest24 i want to make my own power library but i don't know where exactly to start
16:38 Verticen joined #minetest
16:41 lhofhansl joined #minetest
17:04 Taoki joined #minetest
17:16 Verticen joined #minetest
17:16 hlqkj joined #minetest
17:20 grouinos joined #minetest
17:24 GNUHacker joined #minetest
17:33 olliy joined #minetest
17:51 Hawk777 joined #minetest
17:57 absurb joined #minetest
18:00 cheapie joined #minetest
18:40 specing joined #minetest
18:59 erlehmann joined #minetest
19:00 fluxionary joined #minetest
19:03 adam_mc joined #minetest
19:41 TheQntmMechanic joined #minetest
19:45 longerstaff13 joined #minetest
20:11 wolfshappen joined #minetest
20:25 specing joined #minetest
20:27 Wuzzy joined #minetest
20:32 definitelya joined #minetest
20:32 appguru joined #minetest
20:36 independent56 joined #minetest
20:37 independent56 Hello. I can put stuff in carts automatically (stop the cart, drop item, start the cart), but how do i remove items from carts automatically?
20:38 independent56 heck, to stop it is easy, just put an end of the line, then press a meseconsbutton to send it off again
20:44 independent56 I suspect it involves vacumm tubes and destroying the cart... but how?
20:44 Hawk777 Do you even need to break the cart? Do vacuum tubes not suck up loose items inside carts?
20:44 specing independent56: CSM?
20:45 independent56 Hawk777 Good idea!
20:45 independent56 I've been trying to test this, but darn mods won't allow me to run unified inventory and pipeworks together
20:45 independent56 I'll go on my server, and test it
20:45 Hawk777 Huh. I hav eboth.
20:45 independent56 But it's hard on a mobile hotspot.
20:57 independent56 Now it works fine, yay! i love cart cargo systems
21:24 independent56 Now i can build a cross-server cargo network... when demand is appropiate.
21:53 AspireMint joined #minetest
22:02 Alias joined #minetest
22:02 cheapie Well, MT Paint has working save/load support now: https://cheapiesystems.com/media/mtpaint-saveload.webm
22:02 cheapie With the proper scripts it's also possible to convert images to its format, and then write them to an EEPROM in game and load them: https://cheapiesystems.com/media/images/screenshot_20211114_155626.png
22:03 cheapie And... just because I can: https://cheapiesystems.com/media/images/screenshot_20211114_160107.png
22:04 grouinos joined #minetest
22:05 lhofhansl joined #minetest
22:18 absurb joined #minetest
22:21 sfan5 impressive
22:22 AspireMint left #minetest
22:24 cheapie That's all digilines-based too, FWIW (Luacontroller, digiscreen, and some digistuff and digiline_routing parts), not just a mod implementing the whole thing or whatever.
22:24 cheapie 425 lines in the Luacontroller, most of the "heavy lifting" is being done by one of the digistuff GPUs.
22:55 jadzia joined #minetest
23:00 Sven_vB joined #minetest
23:11 proller joined #minetest
23:55 sfan5 joined #minetest

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