Page 2 of 2

Re: Minetest 0.4.14

PostPosted: Wed May 18, 2016 15:36
by BrunoMine
Congratulations for the good work.
This version is incredible, with important fixes and improvements pleasant.

Re: Minetest 0.4.14

PostPosted: Wed May 18, 2016 20:12
by sofar
Ferk wrote:I'm not completely sure.. did the changes for the plant growing using timers make it for this release?


Nope: https://github.com/minetest/minetest_game/pull/870 - still open.

Re: Minetest 0.4.14

PostPosted: Thu May 19, 2016 10:21
by azekill_DIABLO
Napiophelios wrote:You Guys are awesome.
Image
minetest0414.png


thank you guys really

Re: Minetest 0.4.14

PostPosted: Fri May 20, 2016 08:00
by Dopium
Good to see the development is still going strong, great work guys. Still been around just havent posted on the formus in a long time . Great build and keep up the good work

Re: Minetest 0.4.14

PostPosted: Fri May 20, 2016 14:07
by Sick-D!!
Napiophelios wrote:You Guys are awesome.
Image
minetest0414.png


Awesome Work!

Re: Minetest 0.4.14

PostPosted: Sat May 21, 2016 16:44
by AiTechEye
It crashing next to always when i looking in full rage where its much to see.
Win64 build

i got a crash with this error today, im sure its about ram usage:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2016-05-21 16:22:53: ERROR[Emerge-0]: An unhandled exception occurred: std::bad_alloc
2016-05-21 16:22:53: ERROR[Emerge-0]: In thread 2784:
2016-05-21 16:22:53: ERROR[Emerge-0]: /home/stefan/mt-build/build/minetest/minetest/src/emerge.cpp:2d4: run: A fatal error occured: std::bad_alloc
2016-05-21 16:22:53: ERROR[Emerge-0]: Debug stacks:
2016-05-21 16:22:53: ERROR[Emerge-0]: DEBUG STACK FOR THREAD 858:
2016-05-21 16:22:53: ERROR[Emerge-0]: #0  run
2016-05-21 16:22:53: ERROR[Emerge-0]: DEBUG STACK FOR THREAD 16c0:
2016-05-21 16:22:53: ERROR[Emerge-0]: #0  run
2016-05-21 16:22:53: ERROR[Emerge-0]: #1  AsyncRunStep
2016-05-21 16:22:53: ERROR[Emerge-0]: #2  SendBlocks
2016-05-21 16:22:53: ERROR[Emerge-0]: DEBUG STACK FOR THREAD 21b4:
2016-05-21 16:22:53: ERROR[Emerge-0]: #0  run
2016-05-21 16:22:53: ERROR[Emerge-0]: DEBUG STACK FOR THREAD 2574:
2016-05-21 16:22:53: ERROR[Emerge-0]: #0  main
2016-05-21 16:22:53: ERROR[Emerge-0]: DEBUG STACK FOR THREAD 2784:
2016-05-21 16:22:53: ERROR[Emerge-0]: #0  run


but anyways: good work!

Re: Minetest 0.4.14

PostPosted: Sat May 21, 2016 20:20
by PlasmaHam
Good work devs! I like the update, I thought it would never come out.

Re: Minetest 0.4.14

PostPosted: Wed May 25, 2016 01:33
by wilkgr76
PlasmaHam wrote:Good work devs! I like the update, I thought it would never come out.

Didn't we all?

Ok, that's a bit unfair.

Great job, anyways!!

Re: Minetest 0.4.14

PostPosted: Wed May 25, 2016 12:30
by swordpaint12
Yes, finally! Just finished downloading. Now let's see what this can do!

Re: Minetest 0.4.14

PostPosted: Thu May 26, 2016 19:23
by TumeniNodes
I love the addition of tone mapping... it's really nice, and I love the way it..... (wait a second...., what the....??)
Ohhhhhhh crrrrap..... now I have to tweak my texture pack..... haha

Thank you all for the hard work

Re: Minetest 0.4.14

PostPosted: Sun Jun 05, 2016 18:50
by Fixerol
News

People who download and use daily minetest builds from Ubuntu/Mint ppa repository can now download debug symbols when backtrace is needed (for debugging with gdb).

To access it you need to edit your file in `Software Sources` to something like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
deb http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu YOUR_UBUNTU_VERSION_HERE main debug

After that do usual:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get update
sudo apt-get install minetest-dbgsym

Now you are ready to debug with gdb (if you are running server):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
gdb --args /usr/bin/minetest --server --verbose

or if you are running minetest client
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
gdb --args /usr/bin/minetest --verbose

then
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
(gdb) set logging on
(gdb) set logging file gdb-mt-debug.txt
(gdb) run

at program crash (or after ctrl+c) do:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
(gdb) bt full

copy results from console or debug.org file to pastebin or whatever you like (don't forget to press `return` multiple times to have all backtrace output from gdb), minetest's debug.txt can be useful too.

Re: Minetest 0.4.14

PostPosted: Thu Jul 14, 2016 10:58
by ARCHLINUX
Minetest is Realy better than minecraft.

Do you plan to add redstone mechanics, without mod ?

Re: Minetest 0.4.14

PostPosted: Thu Jul 14, 2016 16:28
by maikerumine
ARCHLINUX wrote:Minetest is Realy better than minecraft.

Do you plan to add redstone mechanics, without mod ?

Hey! Welcome! check out mesecons mod or rnd's basic_machines, and also technic, pipeworks... anything is possible with imagination.

Re: Minetest 0.4.14

PostPosted: Mon Jul 25, 2016 23:31
by Fixerol
Minetest 0.4.14 has something interesting for you builders: reworked dirt transform depending on neighbouring blocks, original commit message explains it more:
This changes how dirt blocks turn to dirt_with -grass, -dry_grass
or -snow.

Previously, dirt that was sunlit would turn to dirt_with_grass no
matter what, but this happened without any context, so you could
get green patches of dirt_with_grass in the middle of a savannah or
even desert.

Dirt no longer turns to covered dirt unless it's within 1 node from
another dirt_with_grass or dirt_with_dry_grass or dirt_with_snow.
This makes dirt_with_grass "growback" a lot slower, since it now only
happens on the edges, but it retains the context nicely now.

If there is any dirt with a grass or dry grass plant, or snow on top,
and enough light, we'll convert it sporadically to dirt_with_grass
or dirt_with_dry_grass or dirt_with_snow.

This allows us to plant grass of our choice in a large dirt patch,
or in a region where otherwise that type of grass is not present.


With this you can finally make dirt roads of various kinds that stay unaltered, here is my example of dirt road in savannah. Key part is not letting dirt touching other kinds of dirts or it will slowly transform.:

lJR6nLC.png
dirt road in savannah
lJR6nLC.png (439.8 KiB) Viewed 7259 times

Re: Minetest 0.4.14

PostPosted: Tue Jul 26, 2016 09:37
by azekill_DIABLO
very nice screenshot.

Re: Minetest 0.4.14

PostPosted: Tue Jul 26, 2016 12:32
by Fixerol
Also, IIRC if you have problems with broken doors on old worlds, there is known bug related to door lbm conversion - when at first it converts the world but later stops converting. Issue on github: https://github.com/minetest/minetest/issues/4050

Re: Minetest 0.4.14

PostPosted: Thu Aug 11, 2016 14:39
by ABJ
Nice release, I like a lot of new features here, also, how do I get the indev version?

Re: Minetest 0.4.14

PostPosted: Fri Aug 12, 2016 09:28
by azekill_DIABLO
go in builds and take the one that you like

Re: Minetest 0.4.14

PostPosted: Sun Oct 16, 2016 05:49
by milyorevel
when minetest 0.4.15 is release ?

Re: Minetest 0.4.14

PostPosted: Sun Oct 16, 2016 12:32
by LNJ
milyorevel wrote:when minetest 0.4.15 is release ?

It will (probably) be released on Christmas.
See: https://github.com/minetest/minetest/milestone/7

Re: Minetest 0.4.14

PostPosted: Sun Oct 16, 2016 13:40
by MineYoshi
LNJ wrote:
milyorevel wrote:when minetest 0.4.15 is release ?

It will (probably) be released on Christmas.

Then will it be likely a Christmas gift to the community?

Re: Minetest 0.4.14

PostPosted: Sun Oct 16, 2016 15:30
by azekill_DIABLO
Yeah for epic present!

Re: Minetest 0.4.14

PostPosted: Sun Oct 16, 2016 17:33
by kaeza
"It's done when it's done" is the deadline, as always.

Also, judging from previous releases, the "christmas gift" is either a seriously broken thing, or given around April next year (the "or" is not necessarily exclusive) :P