Time |
Nick |
Message |
00:57 |
|
ThomasMonroe joined #minetest-dev |
01:06 |
|
torgdor joined #minetest-dev |
01:21 |
|
Puka joined #minetest-dev |
01:49 |
|
Anastasis left #minetest-dev |
02:19 |
|
AntumDeluge joined #minetest-dev |
02:30 |
|
Lone-Star joined #minetest-dev |
03:27 |
|
YuGiOhJCJ joined #minetest-dev |
04:03 |
|
torgdor joined #minetest-dev |
04:05 |
|
YuGiOhJCJ joined #minetest-dev |
04:48 |
|
lhofhansl joined #minetest-dev |
04:48 |
lhofhansl |
Going to merge #6723 later tonight. Made one small change to ensure alpha is set on all vertices of a mesh. |
04:48 |
ShadowBot |
https://github.com/minetest/minetest/issues/6723 -- Allow Irrlicht caching of animated meshes by lhofhansl |
05:06 |
lhofhansl |
Still could use a review of #6721 (yes, I sound like broken record) :) |
05:06 |
ShadowBot |
https://github.com/minetest/minetest/issues/6721 -- Limit active object step time budget by lhofhansl |
05:27 |
|
compunerd joined #minetest-dev |
06:07 |
|
Hunterz joined #minetest-dev |
06:29 |
lhofhansl |
Merged 6723 |
06:37 |
|
Fritigern joined #minetest-dev |
06:59 |
|
Fritigern joined #minetest-dev |
07:03 |
|
nerzhul joined #minetest-dev |
07:16 |
|
geospeck joined #minetest-dev |
07:27 |
basicer |
lhofhansl; it looks good to me for what thats worth. |
07:30 |
basicer |
Also I can't wait to try out the mesh caching patch you made on Pi, I think its going to be a huge perf win as mobs were a huge performance downfall last time I tested. |
07:36 |
lhofhansl |
basicer: Cool. Please let me know how it goes. I used to play around with nssm, but then it was so slow and laggy that I gave up on it. Now it's playable, at least on my machine. |
07:37 |
nerzhul |
!tell paramat i will re-do your CSM disable mod PR to include also the CSM sent mods if you agree |
07:37 |
ShadowBot |
nerzhul: O.K. |
07:39 |
lhofhansl |
6721 is last in the set of three of PRs to do that. |
07:41 |
|
Puka joined #minetest-dev |
08:35 |
|
ChimneySwift joined #minetest-dev |
08:35 |
|
ensonic joined #minetest-dev |
08:47 |
|
Darcidride joined #minetest-dev |
08:59 |
|
YuGiOhJCJ joined #minetest-dev |
09:15 |
|
nerzhul joined #minetest-dev |
09:18 |
nerzhul |
nore, there is already rate limits server side |
09:18 |
nerzhul |
i added it in 0.4.16 or 0.4.15 |
09:18 |
nerzhul |
they just need to configure it |
09:18 |
nerzhul |
it's 8 messages on 10 sec by default |
09:22 |
nerzhul |
nore: https://github.com/minetest/minetest/blob/master/src/defaultsettings.cpp#L340 |
09:23 |
nore |
nerzhul: ah, interesting |
09:24 |
nerzhul |
nore there is max_size, limit for 10 secs, and auto kick when too many message on 10 secs |
09:24 |
nerzhul |
https://github.com/minetest/minetest/blob/f470cb7270560a26afff0a0eadfc69070236c109/builtin/settingtypes.txt#L1032 |
10:29 |
|
nerzhul joined #minetest-dev |
11:16 |
|
Fixer joined #minetest-dev |
12:42 |
|
Jordach joined #minetest-dev |
12:50 |
|
Fritigern joined #minetest-dev |
12:51 |
|
CBugDCoder joined #minetest-dev |
13:05 |
|
ThomasMonroe joined #minetest-dev |
13:20 |
|
Taoki joined #minetest-dev |
13:30 |
nerzhul |
sfan5, approved #6741 |
13:30 |
ShadowBot |
https://github.com/minetest/minetest/issues/6741 -- Auth handler: Player deletion & Iterator by sfan5 |
13:39 |
|
lisac joined #minetest-dev |
13:42 |
|
Fritigern joined #minetest-dev |
13:45 |
sfan5 |
nerzhul: thanks |
14:31 |
|
antims joined #minetest-dev |
14:50 |
Wayward_One |
for the third time in a row, on a different machine, compiling with "-DRUN_IN_PLACE=1" still creates a .minetest folder.. |
15:17 |
|
Jordach joined #minetest-dev |
15:31 |
|
Jordach joined #minetest-dev |
15:51 |
|
ensonic joined #minetest-dev |
16:48 |
|
Hunterz joined #minetest-dev |
16:59 |
|
Raven262 joined #minetest-dev |
17:11 |
|
Darcidride joined #minetest-dev |
17:34 |
|
Krock joined #minetest-dev |
17:55 |
|
Raven262 joined #minetest-dev |
18:03 |
|
nerzhul joined #minetest-dev |
18:06 |
|
Raven262 joined #minetest-dev |
18:12 |
Krock |
sofar, #6745 , reverting the revision scheme changes. According to the changes, this will revert the version of backport-0.4 to 0.4.16 stable, which isn't quite what backport-0.4 is |
18:12 |
ShadowBot |
https://github.com/minetest/minetest/issues/6745 -- Inventory: Restrict access from too far away by sofar |
18:13 |
Krock |
but that only seems to be a left-over from the current stable branch.. |
18:13 |
sofar |
wrong branch? |
18:16 |
Krock |
backport-0.4 is based on the stable one, which makes backporting this commit logical - but which isn't correct, as the backport branch is a in-development state, pretty much |
18:16 |
sofar |
you've lost me |
18:16 |
Krock |
ok |
18:16 |
sofar |
frankly, I was lost when I made the PR :) |
18:17 |
Krock |
In general the PR looks good. backports what's necessary with some salt in it |
18:17 |
|
ensonic joined #minetest-dev |
18:18 |
Krock |
rubenwardy, "it's probably better to backport and fixes before this". what exactly do you mean? Delay this PR in favour of other bugfixes? |
18:18 |
rubenwardy |
no |
18:18 |
rubenwardy |
like the changelog |
18:18 |
rubenwardy |
if there's fixes in master before that commit, it's best to add those before that commit |
18:18 |
rubenwardy |
so they're not lost |
18:19 |
Krock |
alright I see. Not quite sure if that happened with the previous commits too but is indeed helpful to not miss a commit |
18:21 |
Krock |
the render engine rewrite also seems missing |
19:23 |
|
troller joined #minetest-dev |
19:26 |
|
lisac joined #minetest-dev |
19:49 |
sfan5 |
rubenwardy: are you fine with forcepushing the `backport-0.4` branch? |
19:49 |
sfan5 |
(the only acceptable answer is yes, there's severe complications otherwise) |
19:49 |
rubenwardy |
sure |
19:49 |
rubenwardy |
what's the reason though? |
19:50 |
sfan5 |
need to remove a commit & add a few older ones |
20:04 |
Krock |
"the only acceptable answer is yes". sfan5, when why do you even ask? :P |
20:04 |
Krock |
*then |
20:04 |
sfan5 |
the git guidelines are unclear on whether they apply to all branches (and they usually do) |
20:05 |
sfan5 |
so just to prevent anyone from complaining about rule violations later |
20:05 |
Krock |
that branch is new, not officially announced or used yet. so force pushing sounds fine |
20:23 |
rubenwardy |
> goes under 120 PRs |
20:23 |
rubenwardy |
> more openend |
20:23 |
rubenwardy |
such is mt dev |
20:23 |
rubenwardy |
at least most of our PRs were opened this year now |
20:24 |
rubenwardy |
!math calc 35/121 |
20:24 |
ShadowBot |
rubenwardy: 0.2892561983471074 |
20:24 |
rubenwardy |
like 71% are from this year |
21:11 |
Fixer |
and some of big ones just rott |
21:13 |
|
lisac joined #minetest-dev |
21:16 |
|
nerzhul joined #minetest-dev |
21:45 |
|
compunerd joined #minetest-dev |
21:48 |
|
Fritigern joined #minetest-dev |
22:00 |
|
Kray joined #minetest-dev |
22:12 |
|
MoNTE48 joined #minetest-dev |
22:27 |
|
Megaf joined #minetest-dev |
22:50 |
|
Megaf joined #minetest-dev |
23:57 |
|
troller joined #minetest-dev |