| Time |
Nick |
Message |
| 00:07 |
|
Cornelia joined #minetest-dev |
| 00:22 |
|
Cornelia joined #minetest-dev |
| 01:06 |
* sofar |
rebases #6804 |
| 01:06 |
ShadowBot |
https://github.com/minetest/minetest/issues/6804 -- Punchwear by sofar |
| 01:08 |
sofar |
huh, getting compile errors now |
| 01:09 |
sofar |
src/script/common/c_converter.cpp:386:11: error: ‘lua_objlen’ was not declared in this scope; did you mean ‘lua_len’? |
| 01:09 |
sofar |
386 | int n = lua_objlen(L, index); |
| 01:16 |
sofar |
maybe I'm missing luajit includes now |
| 01:28 |
* sofar |
throws hands up in the air... patch by hybriddig broke the rebase and my memory doesn't go far enough to comprehend |
| 01:36 |
paramat |
thanks anyway = |
| 01:36 |
paramat |
) |
| 02:09 |
|
Cornelia joined #minetest-dev |
| 02:45 |
|
paramat joined #minetest-dev |
| 03:13 |
|
T4im joined #minetest-dev |
| 03:13 |
|
IcyDiamond joined #minetest-dev |
| 03:14 |
|
kollaps[m] joined #minetest-dev |
| 03:15 |
|
Cornelia joined #minetest-dev |
| 03:16 |
|
rubenwardy joined #minetest-dev |
| 03:18 |
|
clavi joined #minetest-dev |
| 03:18 |
|
sofar joined #minetest-dev |
| 03:18 |
|
rdococ joined #minetest-dev |
| 03:18 |
|
Shara joined #minetest-dev |
| 03:18 |
|
Shara joined #minetest-dev |
| 07:10 |
|
Megaf joined #minetest-dev |
| 08:57 |
|
Krock joined #minetest-dev |
| 09:24 |
p_gimeno |
~tell mtda es2_info comes in package mesa-utils-extra |
| 09:24 |
ShadowBot |
p_gimeno: O.K. |
| 09:27 |
p_gimeno |
about getmetatable and sandboxing, the reasons stated in http://lua-users.org/wiki/SandBoxes do not justify disallowing getmetatable, you can save the string metatable before entering the sandbox and restore it afterwards. Mesecons Luacontroller does just that. |
| 09:33 |
p_gimeno |
https://github.com/minetest-mods/mesecons/blob/8baa789eb180c5a8944682c893478d7f9f874970/mesecons_luacontroller/init.lua#L600 |
| 09:37 |
p_gimeno |
it gets tricky when it lets Lua functions run within the sandbox, though - https://github.com/minetest-mods/mesecons/blob/8baa789eb180c5a8944682c893478d7f9f874970/mesecons_luacontroller/init.lua#L200 |
| 09:39 |
p_gimeno |
a possible solution is to use a getmetatable replacement that detects if type(arg)=="string" |
| 09:46 |
|
Wuzzy joined #minetest-dev |
| 10:29 |
|
ensonic joined #minetest-dev |
| 10:37 |
|
Krock joined #minetest-dev |
| 10:40 |
|
fwhcat joined #minetest-dev |
| 11:01 |
|
calcul0n joined #minetest-dev |
| 11:43 |
|
Fixer joined #minetest-dev |
| 11:52 |
Krock |
!tell paramat That error is not in relation to the PR. https://github.com/minetest/minetest/pull/6804#issuecomment-520193877 |
| 11:52 |
ShadowBot |
Krock: O.K. |
| 12:06 |
|
p_gimeno joined #minetest-dev |
| 12:55 |
|
SophyGUO joined #minetest-dev |
| 12:57 |
SophyGUO |
Hi all, I am a master student based in the University of Leeds (UK). I am working on a research investigating the relationship between OSS community culture, governance structure, etc. and innovation capability of the community. |
| 12:58 |
SophyGUO |
I found Minetest community is active and supportive. could you please help fill in a questionnaire? |
| 12:59 |
SophyGUO |
the link is https://leedsubs.eu.qualtrics.com/jfe/form/SV_cUPSObEbxQqEX1b |
| 12:59 |
SophyGUO |
this should take you 5-10 minutes to complete. Many thanks! |
| 13:08 |
Krock |
I feel like the topic sounds much more complicated than it actually should be |
| 13:08 |
Krock |
SophyGUO: you'll also have better chances for answers by posting that survey on the forums |
| 13:11 |
Krock |
also the non-english pages should either be fixed or removed. the placeholders look weird |
| 13:12 |
|
Lunatrius joined #minetest-dev |
| 13:12 |
SophyGUO |
Yes, it's a complicated topic, so more data is needed. already posted that on the forum as well. |
| 13:13 |
SophyGUO |
I only posted English version, I will check what goes wrong. |
| 13:14 |
SophyGUO |
Thanks a lot for your advice! |
| 13:16 |
Krock |
np |
| 13:17 |
|
calcul0n joined #minetest-dev |
| 13:57 |
|
Megaf joined #minetest-dev |
| 14:02 |
|
Cornelia joined #minetest-dev |
| 14:21 |
Krock |
+1 game#2437 will merge in 5 minutes |
| 14:21 |
ShadowBot |
https://github.com/minetest/minetest_game/issues/2437 -- furnace: Fix "output full" infotext by pauloue |
| 14:27 |
Krock |
mergign |
| 16:02 |
|
Cornelia joined #minetest-dev |
| 16:26 |
|
Cornelia joined #minetest-dev |
| 16:26 |
|
Megaf joined #minetest-dev |
| 16:51 |
|
Jordach joined #minetest-dev |
| 17:52 |
|
behalebabo joined #minetest-dev |
| 18:16 |
|
pauloue joined #minetest-dev |
| 18:18 |
Krock |
CGUITTFont is a hard piece to understand oof |
| 18:20 |
|
Cornelia joined #minetest-dev |
| 18:21 |
|
YuGiOhJCJ joined #minetest-dev |
| 18:40 |
|
Cornelia joined #minetest-dev |
| 19:20 |
|
proller joined #minetest-dev |
| 19:21 |
|
troller joined #minetest-dev |
| 19:39 |
|
ensonic joined #minetest-dev |
| 21:00 |
|
troller joined #minetest-dev |
| 21:06 |
|
T4im joined #minetest-dev |
| 21:08 |
|
Cornelia joined #minetest-dev |
| 21:22 |
|
T4im joined #minetest-dev |
| 21:37 |
|
pauloue joined #minetest-dev |
| 21:44 |
|
Cornelia joined #minetest-dev |
| 21:45 |
|
Ritchie joined #minetest-dev |
| 21:46 |
|
paramat joined #minetest-dev |
| 21:46 |
paramat |
ok thanks |
| 21:59 |
|
troller joined #minetest-dev |
| 22:10 |
|
pauloue joined #minetest-dev |
| 22:13 |
|
Cornelia joined #minetest-dev |
| 22:20 |
|
p_gimeno joined #minetest-dev |
| 23:00 |
|
Cornelia joined #minetest-dev |