| Time |
Nick |
Message |
| 00:26 |
|
AliasAlreadyTake joined #minetest-dev |
| 00:55 |
|
fluxionary joined #minetest-dev |
| 01:10 |
|
jwmhjwmh joined #minetest-dev |
| 01:11 |
jwmhjwmh |
Could #11630 be considered for inclusion in 5.6.0? |
| 01:25 |
rubenwardy |
https://github.com/minetest/minetest/pull/11630 |
| 02:14 |
|
v-rob joined #minetest-dev |
| 02:37 |
|
Yad joined #minetest-dev |
| 02:42 |
|
Yad joined #minetest-dev |
| 02:44 |
|
bingfengzs joined #minetest-dev |
| 03:00 |
|
bingfengzs joined #minetest-dev |
| 03:10 |
|
bingfengzs joined #minetest-dev |
| 03:29 |
|
queria^clone joined #minetest-dev |
| 03:33 |
|
queria^clone joined #minetest-dev |
| 03:46 |
|
v-rob joined #minetest-dev |
| 04:07 |
|
YuGiOhJCJ joined #minetest-dev |
| 05:00 |
|
MTDiscord joined #minetest-dev |
| 06:10 |
|
ShadowBot joined #minetest-dev |
| 07:51 |
|
calcul0n_ joined #minetest-dev |
| 09:33 |
ROllerozxa |
How come hypertext[] doesn't work inside of the main menu tabview? It throws an "Attempted to use element list with m_client == nullptr." error and doesn't show up in the formspec. |
| 09:37 |
nrz |
ah |
| 09:38 |
ROllerozxa |
oh, looks like it does a check for if list[] works at guiFormSpecMenu.cpp:1689... which I assume doesn't work in the main menu, only in-game |
| 10:16 |
|
Fixer joined #minetest-dev |
| 10:25 |
|
proller joined #minetest-dev |
| 11:01 |
|
appguru joined #minetest-dev |
| 11:23 |
|
HuguesRoss joined #minetest-dev |
| 11:49 |
MTDiscord |
<luatic> The defaults for max objects per mapblock are way too low, and MT's handling is very poor |
| 11:49 |
MTDiscord |
<luatic> On Android, if you have 20+ items in a 16^3 mapblock, you will lose them all! |
| 11:49 |
MTDiscord |
<luatic> Desktop defaults are slightly saner (64+ items per mapblock), but should be massively increased as well |
| 11:50 |
MTDiscord |
<luatic> Especially because the engine just deleting entities sucks |
| 11:50 |
MTDiscord |
<luatic> I had increased that to something insane (4096) and stopped caring |
| 11:58 |
MTDiscord |
<luatic> #12055 |
| 11:58 |
ShadowBot |
https://github.com/minetest/minetest/issues/12055 -- Increase max objects per block defaults by appgurueu |
| 13:59 |
MTDiscord |
<luatic> sfan5: why does minetestmapper (1) clip according to alpha instead of weighted average and (2) do an average of squares? https://github.com/minetest/minetestmapper/blob/master/util/generate_colorstxt.py#L72-L74 |
| 14:00 |
sfan5 |
(1) idk (2) https://sighack.com/post/averaging-rgb-colors-the-right-way |
| 14:25 |
|
Taoki joined #minetest-dev |
| 17:57 |
|
Taoki joined #minetest-dev |
| 18:26 |
|
Alias joined #minetest-dev |
| 20:13 |
|
calcul0n joined #minetest-dev |
| 22:16 |
Pexin |
is there a "main" issue open for a robust sound API? |
| 22:18 |
rubenwardy |
what do you mean by that? |
| 22:19 |
Pexin |
I'm trying to search github.. there have been discussions in here about scripted sound problems and deficiencies |
| 22:19 |
Pexin |
particularly with positional sound |
| 22:19 |
Pexin |
I'm also looking at #3878 |
| 22:19 |
ShadowBot |
https://github.com/minetest/minetest/issues/3878 -- Tracker music support |
| 22:19 |
Pexin |
which is not directly related |
| 22:20 |
Pexin |
but seems like it would also benefit |
| 22:22 |
erlehmann |
Pexin i think tracker music is something orthogonal to a sound API. it's just file format support, unless you want to somehow access the instruments from the tracker file in minetest or something. |
| 22:23 |
Pexin |
ok i understand |
| 22:23 |
erlehmann |
if you want to figure out what could be useful, i suggest to look at the mumble csm |
| 22:23 |
erlehmann |
and figure out what of that is missing for non-players rn |
| 22:24 |
Pexin |
(we were having a discussion on a mt server about midi/mod/etc) |
| 22:24 |
erlehmann |
i only have stereo, so i can't help there |
| 22:24 |
Pexin |
(and player-provided media) |
| 23:48 |
|
proller joined #minetest-dev |
| 23:53 |
|
appguru joined #minetest-dev |