<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin, branch 0.4.15</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-12-22T22:14:17+00:00</updated>
<entry>
<title>Final update to credits before release</title>
<updated>2016-12-22T22:14:17+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2016-12-22T21:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5114329ada6ef3ccac7d964790868eb505484a96'/>
<id>urn:sha1:5114329ada6ef3ccac7d964790868eb505484a96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Builtin/../falling.lua: Avoid crash when object pos over limit</title>
<updated>2016-12-21T13:30:10+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2016-12-21T07:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5e4d6468a3110d8879e80e51490c0717ce64d75c'/>
<id>urn:sha1:5e4d6468a3110d8879e80e51490c0717ce64d75c</id>
<content type='text'>
If the object pos is over limit, 'add entity' will not add an entity,
causing 'obj' to be nil.
</content>
</entry>
<entry>
<title>Disable mod security by default (closes #4944)</title>
<updated>2016-12-21T13:13:10+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-21T13:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=09f1a0c1ff8b5d73443603d85fccc3eb25cf4650'/>
<id>urn:sha1:09f1a0c1ff8b5d73443603d85fccc3eb25cf4650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mapgen: Make mgv7 the default in UI</title>
<updated>2016-12-16T12:31:38+00:00</updated>
<author>
<name>Auke Kok</name>
<email>sofar@foo-projects.org</email>
</author>
<published>2016-12-16T04:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=78bf7c46e5fe8845e9a9f65b98db32b0ff398ad3'/>
<id>urn:sha1:78bf7c46e5fe8845e9a9f65b98db32b0ff398ad3</id>
<content type='text'>
The actual menu default comes from defaultsettings.cpp.
</content>
</entry>
<entry>
<title>Cavegen: Wider tunnels in mgflat, mgfractal, mgvalleys</title>
<updated>2016-12-14T06:28:45+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2016-12-13T04:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f8408398f56b19ea277cb5921f0843ba06002574'/>
<id>urn:sha1:f8408398f56b19ea277cb5921f0843ba06002574</id>
<content type='text'>
As mgv7 is now the default mapgen i re-checked its tunnel width on request,
discovered they needed to be wider, and have made this change.
This commit widens the identical 3D noise tunnels in the other mapgens in
exactly the same way.
</content>
</entry>
<entry>
<title>Mgv7: Change default cave width to 0.09</title>
<updated>2016-12-13T03:32:51+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-12T16:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d94bfabcc71efac20210746430a2b9e401425b1'/>
<id>urn:sha1:0d94bfabcc71efac20210746430a2b9e401425b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mod dependency lists: Should have platform-independent line breaking</title>
<updated>2016-12-12T07:22:47+00:00</updated>
<author>
<name>Bernardo Sulzbach</name>
<email>mafagafogigante@gmail.com</email>
</author>
<published>2016-12-12T02:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d9675d3d922a2c8f521102c9386d14c694fda365'/>
<id>urn:sha1:d9675d3d922a2c8f521102c9386d14c694fda365</id>
<content type='text'>
This fixes a bug existing in modmgr.lua as reported by @Wuzzy2 which
caused the mod dependency list to glitch if input was using a line
terminator different than the OS default.

The C++ code does not need any changes as it already trims CR
occurrences on platforms on which the line termination sequence is LF.

Taken into account the size of the depends.txt files used, this should
not introduce a noticeable performance regression.

Fixes #4720
</content>
</entry>
<entry>
<title>Setting limits: Fix message text in advanced settings tab</title>
<updated>2016-12-12T07:21:46+00:00</updated>
<author>
<name>Rogier</name>
<email>rogier777@gmail.com</email>
</author>
<published>2016-12-11T19:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c98ae2a91f2a9eb8dad011e71a04fd8ee2c2d767'/>
<id>urn:sha1:c98ae2a91f2a9eb8dad011e71a04fd8ee2c2d767</id>
<content type='text'>
It would complain that the value should be higher than the lower
bound, when it should be higher than or equal to the lower bound.

Similar issue for the upper bound.
</content>
</entry>
<entry>
<title>View range: Set maximum to 4000 nodes</title>
<updated>2016-12-12T07:20:50+00:00</updated>
<author>
<name>Rogier</name>
<email>rogier777@gmail.com</email>
</author>
<published>2016-12-10T23:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=02112f84e2102182816ffa48d5444a7321730936'/>
<id>urn:sha1:02112f84e2102182816ffa48d5444a7321730936</id>
<content type='text'>
The network protocol does not support larger than 255 mapblocks.
</content>
</entry>
<entry>
<title>Update credits (#4827)</title>
<updated>2016-12-07T13:45:29+00:00</updated>
<author>
<name>Zeno-</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2016-12-07T13:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bbe8386a667e4fe719502bd838211f37c5448efa'/>
<id>urn:sha1:bbe8386a667e4fe719502bd838211f37c5448efa</id>
<content type='text'>
Update credits</content>
</entry>
</feed>
