Page 1 of 2

Minetest 0.4.6 released!

Posted: Wed Apr 03, 2013 21:09
by PilzAdam
Hello everyone!
We have a new release: Minetest 0.4.6! Many nice things were added to the default game. Or should I say games? Yes, we have 3 official games now: (the old) "minetest_game", "Survival" and "Build". Also with the new system were games can load mods from "common" its a lot easier to create your own game.
Some of the features that were added to the default games are new ores (like copper and gold), lavacooling near water, obsidian and diamonds. See the changelog for a complete list.
Also the engine has developed: dungeons and jungles are added back, the mapgen speed was increased a lot and many bugs were fixed. Again, see the changelog for a complete list.
Umm... I think thats enough for now. Have fun playing it!

Download (Windows build): http://minetest.ru/builds/minetest-0.4.6.zip
Source: https://github.com/minetest
Changelog: http://dev.minetest.net/Changelog#0.4.5_.E2.86.92_0.4.6

freebsd port will probably be updated in the next week.

Posted: Wed Apr 03, 2013 21:16
by Likwid H-Craft
YEAH ABOUT TIME!

was the minetest.net runing on xyz server? or is that the forum?
Anyways now I can make my city more complex :) thank you Adam :) And maybe some time in the, falling days I will, start making builds but I will need you make them run like, how they are when finish don't have the files everywhere and have the bin, since I don't know how I will do that.

Posted: Wed Apr 03, 2013 21:22
by 0gb.us
Maybe it would make more sense to label that as "Download for WIndows", as it's the Windows version, not every version.

Posted: Wed Apr 03, 2013 21:28
by jojoa1997
Yay 0gb can update to the current game on his server

Posted: Wed Apr 03, 2013 21:35
by 0gb.us
jojoa1997 wrote:Yay 0gb can update to the current game on his server
minetest/minetest is compiled.
minetest/common is installed.
0gb-us/0gb.us_game still needs some work done before updating.

I need to make fire less devastating, in addition to adding some fixes related to the new lava/obsidian mechanics.

Edit; never mind, I'll do a partial update for you. It should give you what you're after, but be careful with fire and lava.

Posted: Wed Apr 03, 2013 21:41
by Likwid H-Craft
Hey Adam what is that thing we can make, boats you sayed the Vox thing.

Posted: Wed Apr 03, 2013 21:49
by PilzAdam
Hybrid Dog wrote:What happened to the minimal game?
Oh, yea, thats still there.

Posted: Wed Apr 03, 2013 22:03
by Likwid H-Craft
ADAM WHY THE mg_flags not making my, map flat?

Posted: Wed Apr 03, 2013 22:25
by ungali
sorry, I compiled the latest git version, but it still gives a version number of 0.4.5 on linux.

Posted: Wed Apr 03, 2013 22:45
by PilzAdam
Likwid H-Craft wrote:ADAM WHY THE mg_flags not making my, map flat?
Because you do something wrong :-)
Make sure the line is in minetest.conf and not minetest.conf.example and that there is no # at the beginning of the line.
Also make sure that you have create a new map after setting it and that minetest wasnt running when you edited the file.

Posted: Wed Apr 03, 2013 22:49
by VanessaE
Then you didn't actually compile the latest git. I run Linux and my build shows 0.4.6, and was updated less than an hour ago.

Posted: Wed Apr 03, 2013 22:52
by Likwid H-Craft
I found my problem it, was the wrong spot I was using the old one, not new one.

Edit:Ok now how do I make it have just dirt_with_grass flat Adam?

Never Mind about How change the flat I know how now :)

Posted: Wed Apr 03, 2013 22:53
by ungali
whoops. I must have messed up at some point. worked on the second try.

Posted: Wed Apr 03, 2013 23:19
by Likwid H-Craft
Ok so I replaced everything with stone on mapgen.lua and made ores spawn around dirt(That, will never happen since dirt is now stone) and I tested it out works but now the map has this:
Image
What is that? I can't think on what it can be, in a flat map.

And I didn't do it if you say you may, have place the stone like that.

Edit:900 Post!

Found my Problem I added something I should not have.

Posted: Wed Apr 03, 2013 23:42
by Inocudom
The server list doesn't work in this build, but the build works well otherwise.

Posted: Thu Apr 04, 2013 01:06
by 0gb.us
Inocudom wrote:The server list doesn't work in this build, but the build works well otherwise.
From what I hear from PilzAdam, that's because Windows uses non-standard line endings. Windows uses \r\n, where most operating systems (as far as I know, ALL operating systems besides Windows and Mac OS versions older than X) use \n. It makes it difficult for the server list file to be read by the game.

Posted: Thu Apr 04, 2013 01:27
by jojoa1997
have it check for windows. if so then have it use \r\n

Posted: Thu Apr 04, 2013 01:30
by Inocudom
0gb.us wrote:
Inocudom wrote:The server list doesn't work in this build, but the build works well otherwise.
From what I hear from PilzAdam, that's because Windows uses non-standard line endings. Windows uses \r\n, where most operating systems (as far as I know, ALL operating systems besides Windows and Mac OS versions older than X) use \n. It makes it difficult for the server list file to be read by the game.
This I know, but even the list of available servers does not show (the server list that uses cURL.)

Posted: Thu Apr 04, 2013 06:01
by webdesigner97
Wow, that was a fast release! Downloading it now ;)

Posted: Thu Apr 04, 2013 15:58
by xavier108
Wow

Posted: Thu Apr 04, 2013 16:48
by 0gb.us
jojoa1997 wrote:have it check for windows. if so then have it use \r\n
Better idea: Have it check for Windows, and if so, have it instal an operating system that actually works.

Posted: Thu Apr 04, 2013 16:55
by jojoa1997
Or you can get rid of a grudge

Posted: Thu Apr 04, 2013 17:01
by 0gb.us
Here is a perfect example of Windows making things difficult. It's not a grudge. Windows is legitimately a problem.

Posted: Thu Apr 04, 2013 18:55
by jojoa1997
0gb's new signature "I HATE WINDOWS"

Posted: Thu Apr 04, 2013 21:24
by onpon4
I encountered two annoyances compiling this version on GNU/Linux:

First, on the download page, there are no direct links to common, survival, or build. I had to go to GitHub to download them. If the readme is telling the truth about common being necessary for minetest_game to work, that's a pretty big deal. On this note, why isn't there just a source download that has everything in it? I really don't see the point in making people have to download them separately, and it's even worse when there are four separate things to download now.

Second, when I did "sudo make install", survival and build did not get copied from the games folder of the source directory to /usr/local/share/minetest/games. I had to do this manually.