Time |
Nick |
Message |
00:14 |
pgimeno |
I mean, '/mods text' can show them in text, '/mods table' can show it as table, and '/mods' can be configurable |
00:18 |
MTDiscord |
<Jonathon> i wouldnt mind /mods being formspec (with text when player isnt detected) like /help, and then add /mods legacy and /help legacy for those who want text based |
01:01 |
pgimeno |
legacy? it's not legacy, it's text |
01:02 |
MTDiscord |
<Jonathon> it would be legacy if it moves to a formspec |
01:02 |
MTDiscord |
<Jonathon> anyways, could be text for the keyword, doesnt mater what it is tbh |
01:32 |
|
specing_ joined #minetest-dev |
03:03 |
|
dennisjenkins joined #minetest-dev |
04:00 |
|
MTDiscord joined #minetest-dev |
06:13 |
|
absurb_ joined #minetest-dev |
06:52 |
|
hlqkj joined #minetest-dev |
07:33 |
nerzhul_ |
sfan5: i will publish a MR in order to fix our Dockerfile to use: recent alpine version + irrlicht fork |
07:33 |
nerzhul_ |
it should work, i just did an error by using 2 different alpine version and jsoncpp lib broke, i'm fixing that and sending it |
07:38 |
|
search_social joined #minetest-dev |
07:46 |
nerzhul_ |
#11147 is ready |
07:46 |
ShadowBot |
https://github.com/minetest/minetest/issues/11147 -- use our irrlicht fork on docker server by nerzhul |
08:00 |
|
ShadowNinja joined #minetest-dev |
08:33 |
|
Fixer joined #minetest-dev |
09:56 |
|
calcul0n_ joined #minetest-dev |
09:58 |
|
proller joined #minetest-dev |
10:16 |
|
hlqkj joined #minetest-dev |
10:26 |
nerzhul_ |
sfan5, just fixed it |
10:49 |
|
calcul0n__ joined #minetest-dev |
11:35 |
sfan5 |
nerzhul_: forgot to push your changes? |
11:42 |
|
hlqkj joined #minetest-dev |
11:51 |
|
proller joined #minetest-dev |
12:03 |
nerzhul_ |
ah ? :D |
12:03 |
nerzhul_ |
ah oops it's good now |
12:04 |
nerzhul_ |
i pushed on gitlab not github |
12:10 |
sfan5 |
I'm wondering why github actions didn't run on the PR yet |
12:15 |
nerzhul_ |
because we didn't modify a cpp file ? xD |
12:15 |
sfan5 |
hm, true |
12:16 |
nerzhul_ |
i add a condition on that part on the docker build |
12:17 |
nerzhul_ |
#11147 tada :D |
12:17 |
ShadowBot |
https://github.com/minetest/minetest/issues/11147 -- use our irrlicht fork on docker server by nerzhul |
12:18 |
nerzhul_ |
i suggest to not squash in order to preserve each commit idea |
12:20 |
nerzhul_ |
if you are okay i will merge this afternoon after ci pass |
12:22 |
sfan5 |
sure |
12:40 |
nerzhul_ |
merging #11147 |
12:40 |
ShadowBot |
https://github.com/minetest/minetest/issues/11147 -- [NOSQUASH] use our irrlicht fork on docker server by nerzhul |
12:40 |
nerzhul_ |
one less tied to real irrlicht :) |
13:00 |
|
olliy joined #minetest-dev |
13:32 |
|
specing_ joined #minetest-dev |
13:42 |
|
expert975 joined #minetest-dev |
14:18 |
|
olliy joined #minetest-dev |
14:23 |
|
hlqkj joined #minetest-dev |
14:33 |
|
Wuzzy joined #minetest-dev |
14:48 |
sfan5 |
I think we should do a 5.4.1 |
15:01 |
MTDiscord |
<appguru> sounds reasonable |
15:17 |
nerzhul_ |
cricical fixes are required ? |
15:24 |
sfan5 |
not critical but there's a bug of "medium" fixes, I think those are important enough |
15:25 |
sfan5 |
s/bug/bunch/ |
15:42 |
MTDiscord |
<y5nw> Is it intended that the chat console is not a IGUIEditBox? I tried to make it accept the string input event except I am not sure where to add that |
15:50 |
|
absurb joined #minetest-dev |
15:50 |
sfan5 |
most of the things IGUIEditBox does don't fit it, so yes |
15:52 |
sfan5 |
receiving an event shouldn't be a problem, but if you only send text input events when the focused even is an edit box that'd be a problem |
15:54 |
sfan5 |
my idea was that you could have elements setting some device-global state on whether IME events should be delivered themselves |
15:55 |
sfan5 |
(so that edit boxed would enable it when focused and disable when unfocused) |
16:01 |
sfan5 |
s/focused even/focused element/ s/boxed/boxes/ |
16:12 |
|
Andrey01 joined #minetest-dev |
16:14 |
MTDiscord |
<y5nw> My current implementation makes CIrrDeviceLinux check whether the focused element takes IME input |
16:30 |
|
Taoki joined #minetest-dev |
16:58 |
|
ronoaldo joined #minetest-dev |
16:58 |
sfan5 |
merging game#2852 in 5 minutes, it's pretty trivial |
16:58 |
ShadowBot |
https://github.com/minetest/minetest_game/issues/2852 -- Add specific groups to different types of grass by An0n3m0us |
17:05 |
MTDiscord |
<appguru> what about grass = growthlevel? |
17:06 |
|
Taoki joined #minetest-dev |
17:10 |
sfan5 |
is that useful? |
17:10 |
sfan5 |
anyway I'm merging that PR after I've fixed the spaces -> tabs |
17:11 |
|
specing joined #minetest-dev |
17:47 |
|
proller joined #minetest-dev |
18:18 |
|
EvergreenTree joined #minetest-dev |
18:44 |
|
proller joined #minetest-dev |
19:47 |
|
GreenXenith joined #minetest-dev |
20:12 |
|
I_am_6r1d joined #minetest-dev |
20:14 |
|
Fixer_ joined #minetest-dev |
21:04 |
Wuzzy |
how is special_tiles used for liquid and flowingliquid drawtypes? |
22:37 |
|
x2048 joined #minetest-dev |
23:24 |
|
x2048 left #minetest-dev |