Time |
Nick |
Message |
00:38 |
|
timcu joined #minetest |
00:40 |
|
Boingo joined #minetest |
01:01 |
|
Hawk777 joined #minetest |
02:06 |
|
MDude joined #minetest |
02:38 |
|
Conradish006 joined #minetest |
03:10 |
|
NathanS21 joined #minetest |
03:17 |
|
Hawk777 joined #minetest |
04:28 |
|
AndDT joined #minetest |
04:52 |
|
Splyncryth joined #minetest |
05:00 |
|
MTDiscord joined #minetest |
05:18 |
|
jingkaimori joined #minetest |
05:25 |
|
YuGiOhJCJ joined #minetest |
06:03 |
|
Splyncryth joined #minetest |
07:31 |
|
milkt joined #minetest |
07:32 |
|
aheinecke joined #minetest |
07:35 |
|
FeXoR joined #minetest |
07:44 |
|
gera joined #minetest |
08:00 |
|
ShadowNinja joined #minetest |
08:06 |
|
olliy joined #minetest |
08:17 |
|
calcul0n_ joined #minetest |
08:25 |
|
YannB64 joined #minetest |
09:12 |
|
calcul0n__ joined #minetest |
09:57 |
|
Flabb joined #minetest |
10:18 |
|
randomgry joined #minetest |
10:20 |
|
YannB64 joined #minetest |
10:31 |
|
Jhalman joined #minetest |
10:45 |
|
olliy joined #minetest |
10:57 |
|
dalz joined #minetest |
11:48 |
tango_ |
I really like to build high rather than deep. the problem is that it really shows how inefficient MT at juggling a largish number of blocks 8-/ |
12:03 |
tango_ |
Calinou: also I got no answer to this https://github.com/minetest-mods/moreblocks/issues/162 should I assume people don't care and I can do whatever I want? 8-D |
12:19 |
|
MTDiscord joined #minetest |
12:22 |
|
MTDiscord joined #minetest |
12:24 |
|
Sharavaka joined #minetest |
12:36 |
|
Fixer joined #minetest |
12:37 |
|
Wuzzy joined #minetest |
12:45 |
|
dalz joined #minetest |
12:59 |
MinetestBot |
[git] appgurueu -> minetest/minetest: Fix item tooltip background color not working 09d7fbd https://git.io/JLyFF (2020-12-28T12:57:45Z) |
12:59 |
MinetestBot |
[git] Zughy -> minetest/minetest: Display Minetest header when menu_last_game value isn't available any… 55dba1b https://git.io/JLyFb (2020-12-28T12:56:58Z) |
13:05 |
tango_ |
is there a minetest utility function to deep-copy a table? |
13:06 |
sfan5 |
table.copy? |
13:06 |
sfan5 |
nvm that's not deepcopy |
13:06 |
tango_ |
8-/ |
13:07 |
sfan5 |
actually |
13:07 |
sfan5 |
it is https://github.com/minetest/minetest/blob/master/builtin/common/misc_helpers.lua#L477-L486 |
13:07 |
tango_ |
uh nice |
13:08 |
|
turtleman joined #minetest |
13:16 |
|
lisac joined #minetest |
13:46 |
tango_ |
oh man, recipes have to be “re-reversed” to be fed back 8-/ |
13:46 |
tango_ |
this is annoying |
14:04 |
|
Taoki joined #minetest |
14:10 |
|
Verticen joined #minetest |
14:57 |
|
SwissalpS joined #minetest |
14:58 |
MinetestBot |
[git] randomMesh -> minetest/minetest_game: Fix boat floating in the air when water being drained away (#2788) 1ade894 https://git.io/JLSU6 (2020-12-28T14:56:04Z) |
15:02 |
Ingar |
whatever floats your boat |
15:23 |
MTDiscord |
<Flamore> Ba dum tss |
15:38 |
|
IvanGorinich joined #minetest |
15:38 |
IvanGorinich |
Hi |
15:48 |
|
erlehmann joined #minetest |
15:52 |
|
kamdard joined #minetest |
16:08 |
|
search_social joined #minetest |
16:26 |
|
xSmurf joined #minetest |
16:35 |
iamweasel |
привет, горыныч! |
16:36 |
|
AspireMint joined #minetest |
17:10 |
|
Talkless joined #minetest |
17:36 |
|
YannB64 joined #minetest |
17:42 |
|
majochup joined #minetest |
17:51 |
|
YannB65 joined #minetest |
18:04 |
|
Wuzzy joined #minetest |
18:14 |
|
Hawk777 joined #minetest |
18:22 |
|
fleeky_ joined #minetest |
18:28 |
|
fluxflux joined #minetest |
18:38 |
|
homthack joined #minetest |
18:40 |
|
sec^nd joined #minetest |
18:40 |
|
est31 joined #minetest |
18:43 |
|
milkt joined #minetest |
18:57 |
|
est31 joined #minetest |
18:58 |
|
YannB65 joined #minetest |
19:07 |
MinetestBot |
[git] Tyler-2 -> minetest/serverlist: doc: Support use of Apache (#40) 578a7bc https://git.io/JLSZI (2020-12-28T19:06:19Z) |
19:07 |
|
Jhalman joined #minetest |
19:08 |
|
I_am_6r1d joined #minetest |
19:37 |
|
dalz joined #minetest |
19:37 |
|
dalz joined #minetest |
19:37 |
|
olliy joined #minetest |
20:27 |
AspireMint |
Hello, how do i know if player has creative inventory? In new MT there is nice fn minetest.is_creative_enabled(name), but im using 5.2. Is checking for privs "creative" enough? Or is there better way to do it? |
20:28 |
Krock |
creative.is_creative_enabled_for |
20:28 |
Krock |
or similar |
20:29 |
Krock |
if you're not depending on the "creative" mod, then the only option is to check the priv |
20:29 |
Krock |
^ AspireMint |
20:29 |
AspireMint |
ok, thank you! |
20:35 |
Krock |
!next |
20:35 |
MinetestBot |
Another satisfied customer. Next! |
20:59 |
|
fluxflux joined #minetest |
22:27 |
AspireMint |
Uhh, is this bug: in api.lua preserve_metadata = function(pos, oldnode, oldmeta, drops) says that oldmeta is "NodeMetaRef". But i get table, i can't call oldmeta:get_int("foobar") |
22:29 |
|
YannB64 joined #minetest |
22:31 |
AspireMint |
oops, wrong api.lua file... it can be different in older MT version... |
22:35 |
AspireMint |
nope, doesnt work in 5.2 and 5.3, it is still table, not meta as expected |
22:41 |
|
freshreplicant[m joined #minetest |
22:53 |
|
Verticen joined #minetest |
22:56 |
|
absurb joined #minetest |
23:09 |
|
I_am_6r1d joined #minetest |
23:47 |
|
ghoti joined #minetest |