Time Nick Message 00:26 Guest3350 was there a mod to add dual wielding? 00:45 mazes_80 would be nice 00:48 mazes_80 I ask myself if it really would be useful to add metatable to allow 'hide' or 'alter/add' table properties, I think setmetable(protected_table, nil) would still be allowed 00:49 mazes_80 ping ElCeejo 00:52 mazes_80 ElCeejo: animalia/api/behaviors.lua:494: vector not initialized 01:48 lagash Out of curiosity, are there any mods out there that use some sort of SQL database? Perhaps one more heavyweight than, say, SQLite? 01:50 sofar insidethebox uses lsqlite3 01:50 sofar but that's a game, not a mod 01:50 sofar there's a few more mods that use lsqlite3 (sauth, sban) 01:51 lagash what about LuaSQL? 01:53 MTDiscord verbanna uses sqlite 01:53 MTDiscord so does sban 02:00 lagash they just use sqlite because there's no need for multiple mods accessing the same database, right? 02:01 lagash or more generally, more than one user/connection at once 03:23 rubenwardy lagash: mods run in the same process 03:24 rubenwardy so there's no problem with multiple mods using the same db 03:24 rubenwardy the reason they use databases is because other methods don't scale well enough 03:24 rubenwardy and they use sqlite because it's easy and portable 03:28 MTDiscord https://github.com/minetest/minetest/issues/3374 03:28 MTDiscord and https://github.com/minetest/minetest/issues/10371 which really should have stayed open over ^ 03:29 MTDiscord (in my opinion) 10:02 MinetestBot Wuzzy: Mar-05 15:03 UTC fyi: https://github.com/minetest-mirrors/hudbars/issues/1 12:19 MTDiscord Yea please transfer the MCL2 topic to cora 12:19 MTDiscord or where am i supposed to request it? 12:41 MTDiscord On the forums, I guess 13:24 MTDiscord meme clone LMAOO with the windows join sound 13:24 MTDiscord XD 13:30 ROllerozxa Carfalious: sir this is an IRC channel 13:31 MTDiscord okay 13:51 rubenwardy Fleckenstein: done 14:27 lagash rubenwardy: so, mods aren't multi-threaded, and each mod can have their own connection to the same SQLite DB? 14:27 rubenwardy they'd share a connection, one mod would expose a Lua API 15:18 MTDiscord multiple connections to the same DB won't work due to SQLite locking the DB? 15:39 lagash rubenwardy: and if the mods weren't coordinated prior..? 15:39 rubenwardy then they can't share the DB 15:40 rubenwardy to share the db, they need to work together 15:41 lagash and since it's SQLite, no need for a connection pool or anything? 18:17 Guest82 Hello, I installed Minetest on debian using the command line. It works but the text is too small to read. I tried xrandr to change my screen resolution but that didn't work. What other suggestions are there? I tried looking at the minetest wiki but I haven't found a useful article. 18:27 RhineDevil Guest82: are you using a terminal emulator or what 18:27 RhineDevil or are you talking about the GUI 18:31 Guest82 no i installed it by typing "sudo apt install minetest". I use KDE as my DE 18:36 nuala Guest82: are you talking about ingame text or command line text? 18:37 Guest82 The ingame text. The moment i started it for the first time everthing was small. 20:03 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Fix footsteps for players whose collision box min y != 0 (#12110) 13289c3ff https://github.com/minetest/minetest/commit/289c3ff37723402bab71e2849abe060403ef8f41 (152022-03-14T20:01:18Z) 20:03 MinetestBot 02[git] 04setupminimal -> 03minetest/minetest: Fix memory leak in EmergeManager 13e54f5e5 https://github.com/minetest/minetest/commit/e54f5e544f27860ba2fa6bfea1a4e1fa3f5d4941 (152022-03-14T20:01:36Z)