Time |
Nick |
Message |
00:23 |
|
v-rob joined #minetest-dev |
01:05 |
|
YuGiOhJCJ joined #minetest-dev |
01:33 |
MTDiscord |
<bastrabun> chirp https://dev.minetest.net/Changelog#5.7.0_.E2.86.92_5.8.0 still has "WIP. Draft of the changes for 5.8.0. (29 October 2023 or later) Newest changes are appended to the end of their relevant section. " in it. I assume with the release it shouldn't be WIP anymore? runs away |
02:27 |
|
v-rob joined #minetest-dev |
04:10 |
|
v-rob joined #minetest-dev |
05:00 |
|
MTDiscord joined #minetest-dev |
07:08 |
|
v-rob joined #minetest-dev |
07:09 |
|
calcul0n_ joined #minetest-dev |
08:56 |
|
imi joined #minetest-dev |
10:57 |
MTDiscord |
<jordan4ibanez> I have been testing 14068 and due to some strange bug in the collision code you can randomly get equality bumped into the top of whatever you're standing on making it impossible to place a node that you should be able to |
10:59 |
MTDiscord |
<jordan4ibanez> Would you like for me to remove 0.01f off the top of the node's collision boxes as a duct tape solution for now with a highlighted message? // removeme: if the collision detection system is ever fixed |
12:01 |
MTDiscord |
<.niklp> are there any plans to tag a new mtg realease? |
12:16 |
|
vampirefrog joined #minetest-dev |
12:20 |
rubenwardy |
yeah that should be done soon |
12:20 |
rubenwardy |
should probably update the README.md first |
13:18 |
|
appguru joined #minetest-dev |
14:19 |
|
grorp joined #minetest-dev |
14:41 |
|
proller joined #minetest-dev |
15:30 |
|
grorp1 joined #minetest-dev |
17:02 |
|
pgimeno joined #minetest-dev |
17:17 |
|
v-rob joined #minetest-dev |
17:24 |
srifqi |
regarding updating MTG's README, how about copying from MTG's description from ContentDB (with some changes)? |
17:52 |
|
fluxionary joined #minetest-dev |
18:55 |
|
appguru joined #minetest-dev |
19:00 |
|
v-rob joined #minetest-dev |
19:11 |
celeron55 |
nice to get featured here. looks like people in the comments are wondering about the ppa and flatpak not being updated yet https://www.gamingonlinux.com/2023/12/minetest-580-is-out-now-with-improved-settings-minetest-game-no-longer-default/ |
19:12 |
Krock |
> the popular free |
19:12 |
Krock |
uuuh .. is it? |
19:12 |
|
v-rob joined #minetest-dev |
19:13 |
celeron55 |
i'd re-word that as "popular enough libre" |
19:13 |
celeron55 |
but i'll take it |
19:24 |
pgimeno |
/topic |
19:25 |
celeron55 |
the ppa and flatpak comments are on topic |
19:28 |
srifqi |
should we remove feature freeze message from this channel's topic? |
19:29 |
celeron55 |
the commits that end the feature freeze were made so yes the topic needs to be changed. i should be able to do that... |
19:30 |
|
Topic for #minetest-dev is now Minetest core development and maintenance. Chit-chat goes to #minetest. https://dev.minetest.net/ https://irc.minetest.net/ https://github.com/minetest |
19:30 |
srifqi |
nice! thank you |
19:30 |
MTDiscord |
<warr1024> If we're unfrozen then 14054 is ready whenever 😄 |
19:42 |
|
Desour joined #minetest-dev |
19:58 |
|
jonadab joined #minetest-dev |
19:58 |
MTDiscord |
<greenxenith> who is in charge of updating the ppa? |
19:59 |
Krock |
well not me at least. https://dev.minetest.net/Releasing_Minetest#Update_Launchpad_stable_build_to_get_Ubuntu_builds_for_the_new_version |
20:01 |
MTDiscord |
<greenxenith> Haha fun |
20:01 |
MTDiscord |
<greenxenith> You and others should probably be given access |
20:01 |
MTDiscord |
<luatic> ruben updated the ppa |
20:02 |
MTDiscord |
<luatic> the stable one at least |
20:02 |
MTDiscord |
<luatic> last i checked daily was still broken |
20:04 |
celeron55 |
i can hand out access if someone would like to take a look |
20:05 |
celeron55 |
launchpad has got a bit of a learning curve if you've never used it. my experience with it is that every time i've looked at it i've already completely forgotten how it works |
20:28 |
rubenwardy |
I have already updated the PPA, should work |
20:29 |
rubenwardy |
Note that bionic (16.04) is no longer supported as the GCC version is too low |
20:29 |
rubenwardy |
also EoL |
20:29 |
rubenwardy |
*xenial |
20:56 |
proller |
time for schedule merging https://github.com/minetest/minetest/pull/12142 for next release? |
21:02 |
MTDiscord |
<mistere_123> proller, sorry, but pretty sure no. Next release is 5.9; you are looking/waiting for the 6.0 whenever that comes. |
21:04 |
MTDiscord |
<mistere_123> Also, while you wait, you might consider refactoring the 3-part PR into a single PR... iirc, the fact that it was in 3 steps was an issue if not a blocker. I am hoping it will get merged eventually (for 6.0) |
21:06 |
proller |
3 part contains 1 and 2, need merge only 3 |
21:08 |
MTDiscord |
<mistere_123> Ok, then perhaps part 1 and 2 should be closed, and part 3 should be renamed? |
21:09 |
MTDiscord |
<mistere_123> And if "not finished, has bugs" still applies... then that could be worked on? |
21:09 |
MTDiscord |
<mistere_123> A better description can go in to part 3 regardless |
21:10 |
proller |
i use parts for easier updating to current version and finding bugs. btw all pr parts now closed... |
21:14 |
proller |
i know only one bug when 32bit enabled (maybe in sneaking code) . but it should be merged in compatible 16bit mode (where no known bugs exists) |
21:16 |
MTDiscord |
<mistere_123> I'm just saying that to make it easier to merge, you can document everything. |
21:20 |
proller |
i can document, discuss, fix, etc when somebody will be ready to work with this prs (work != just close) |
21:25 |
MTDiscord |
<josiah_wi> Congrats on the 5.8.0 release! |
21:39 |
|
MTDiscord joined #minetest-dev |
21:57 |
|
appguru joined #minetest-dev |
22:12 |
|
YuGiOhJCJ joined #minetest-dev |
22:28 |
|
v-rob joined #minetest-dev |
23:32 |
|
panwolfram joined #minetest-dev |