Page 10 of 10

Re: Minetest 5.0.0 is on the road

Posted: Mon Oct 08, 2018 15:01
by Glory!
paramat wrote:There's no release date, it will be released when it's ready. There are only a few blocking issues left, but also, development has been very quiet recently, so progress is slow. I was hoping for before winter solstice but it may be early next year.
I'm glad to hear there is a small number of show-stoppers, this feels like waiting for Haiku R1B1 all over again, except now I have to update a mod I'm working on. At least I did a register function and I have code only once, and absolutely nothing has changed about entities, right? Pic related.
Image

Re: Minetest 5.0.0 is on the road

Posted: Mon Oct 15, 2018 02:44
by GreyGeek
I'm 77 and since grad school in 1968, I've spent 40 years of my life programming. It's better to do it right than to do it over.

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 06:47
by nrz
Hello, just an update to that old post, I was absent, but I'm here now.

I've asked if we can trigger a feature freeze asap, this weekend for example. It will be 1 month feature freeze, at least, to have the most testing we can and community feedback.

This can be extended. Depending on when the freeze starts, we can expect a release before the end of january 2019

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 15:42
by Andrey01
nrz wrote:Hello, just an update to that old post, I was absent, but I'm here now.

I've asked if we can trigger a feature freeze asap, this weekend for example. It will be 1 month feature freeze, at least, to have the most testing we can and community feedback.

This can be extended. Depending on when the freeze starts, we can expect a release before the end of january 2019
Wow, i`m glad you`ll release it eventually soon! So we will be awaiting it during January.

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 16:02
by Skulls
Need testers?

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 16:29
by rubenwardy
Skulls wrote:Need testers?
Always. It's as simple as using 5.0.0-dev, and reporting any issues you find with backtraces and instructions on reproducing

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 16:41
by Skulls
Any particular build? Github tickets work for reporting?

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 20:29
by Glory!
Nope. The developers would really like if you tested with the latest commit and included the commit number when reporting too.

Re: Minetest 5.0.0 is on the road

Posted: Fri Dec 07, 2018 22:45
by Skulls
Glory! wrote:Nope. The developers would really like if you tested with the latest commit and included the commit number when reporting too.
No artifacts on the Travis, oh my.

Re: Minetest 5.0.0 is on the road

Posted: Sat Dec 08, 2018 01:07
by rubenwardy
Skulls wrote:
Glory! wrote:Nope. The developers would really like if you tested with the latest commit and included the commit number when reporting too.
No artifacts on the Travis, oh my.
They'll be on gitlab

Re: Minetest 5.0.0 is on the road

Posted: Sun Dec 09, 2018 08:35
by wziard
I get a lot of these:

Code: Select all

2018-12-09 09:29:47: WARNING[Server]: ScriptApiBase::objectrefGetOrCreate(): Pushing ObjectRef to removed/deactivated object, this is probably a bug.
In my 5.0.0-dev server. But as it is not the latest HEAD, and I actually don't really know which commit it's built from I didn't report them yet.

I'll try to update my server, but since I need to help ~10 kids to update/recompile their clients because the network protocol changed it'll have to wait for a free week-end.

I the error persists on the new HEAD I'll try to look into it. In the mean time, could this be a bug in minetest core or is it in a mod?

Re: Minetest 5.0.0 is on the road

Posted: Sun Dec 09, 2018 09:47
by Krock
wziard wrote:I the error persists on the new HEAD I'll try to look into it. In the mean time, could this be a bug in minetest core or is it in a mod?
It will. This warning is caused by a mod which tries to access an ObjectRef which was already removed from the world such as: unloaded entities in mapblocks or players who left the world.

Re: Minetest 5.0.0 is on the road

Posted: Sun Dec 09, 2018 10:31
by wziard
Ah, so a mod it is. I'll try to find out which one then :-).

It would maybe be a good idea if the error message was a bit more descriptive and maybe name the mod. I'll look into it.

Re: Minetest 5.0.0 is on the road

Posted: Mon Dec 10, 2018 12:43
by orwell
Uh, this is a warning now? I save some ObjectRefs in tables in advtrains to remove them on certain occasions(if not already unloaded) and don't lose the reference, and use a call to getyaw() to identify whether still active
is there a new supposed way to check objectrefs for validity?

Re: Minetest 5.0.0 is on the road

Posted: Tue Dec 11, 2018 16:02
by nrz
you can find per commit build for windows and Linux on our official gitlab mirror:

https://gitlab.com/minetest/minetest/pipelines/

Re: Minetest 5.0.0 is on the road

Posted: Wed Dec 12, 2018 06:12
by jas
For those like me who were confused, the download button is all the way to the right, and they call them "artifacts."

Re: Minetest 5.0.0 is on the road

Posted: Mon Dec 17, 2018 22:49
by zargulthewizard
jas wrote:For those like me who were confused, the download button is all the way to the right, and they call them "artifacts."
Downloads are artifacts so true LOL

Re: Minetest 5.0.0 is on the road

Posted: Mon Dec 31, 2018 01:07
by unknownentity
I hope this is the right topic for my concern if not feel free to move my post to another.

Is it possible for you developers to add a new command for the in-game console in 5.0.0 that clear the chat and the older commands?
Something like

Code: Select all

reset
in a GNU / Linux terminal.
That would bring more oversight.

Greetings.
=-)

Re: Minetest 5.0.0 is on the road

Posted: Mon Dec 31, 2018 04:44
by v-rob
unknownentity wrote:I hope this is the right topic for my concern if not feel free to move my post to another.

Is it possible for you developers to add a new command for the in-game console in 5.0.0 that clear the chat and the older commands?
Something like

Code: Select all

reset
in a GNU / Linux terminal.
That would bring more oversight.

Greetings.
=-)
I was thinking of the same thing myself. That would be very useful.

Re: Minetest 5.0.0 is on the road

Posted: Thu Jan 03, 2019 00:14
by MCL
nrz wrote: if you use Windows XP, Microsoft told you to update years ago.
This may trigger several Windows fanboys
Image

Re: Minetest 5.0.0 is on the road

Posted: Sat Jan 05, 2019 20:24
by nrz