<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, branch 0.4.11</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.11</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.11'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2014-12-24T22:23:07+00:00</updated>
<entry>
<title>Fix fs::GetRecursiveSubPaths trying to get directory lists for files</title>
<updated>2014-12-24T22:23:07+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-12-23T20:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=33eed6eb84078b51c7ba24a774d7f56ec2bc951d'/>
<id>urn:sha1:33eed6eb84078b51c7ba24a774d7f56ec2bc951d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Large increase in performance</title>
<updated>2014-12-24T13:13:24+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2014-12-21T15:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8621e6de5dc031b547739ab3ff8dc1575a284d1b'/>
<id>urn:sha1:8621e6de5dc031b547739ab3ff8dc1575a284d1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence misc. warnings</title>
<updated>2014-12-23T06:09:50+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2014-12-23T06:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=565959db860ddfbfdb996a6d4e796abd5cf08d22'/>
<id>urn:sha1:565959db860ddfbfdb996a6d4e796abd5cf08d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make limiting of the reflow liquids queue size optional</title>
<updated>2014-12-23T05:47:06+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2014-12-22T23:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7b93408884336345dbe8779aaabcf46a51a3d257'/>
<id>urn:sha1:7b93408884336345dbe8779aaabcf46a51a3d257</id>
<content type='text'>
If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting
Additionally, liquid_loop_max now defaults to 100000
</content>
</entry>
<entry>
<title>Temporarily fix always bright wieldhand with shaders enabled</title>
<updated>2014-12-23T03:37:11+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2014-12-23T03:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=249749dd8c06fc7902da648d7ab0986be203888e'/>
<id>urn:sha1:249749dd8c06fc7902da648d7ab0986be203888e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix weird (and wrong) comment in test.cpp</title>
<updated>2014-12-21T12:20:42+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2014-12-21T12:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7109e8f9fd9e7f92396946dea3f109fe147d31f2'/>
<id>urn:sha1:7109e8f9fd9e7f92396946dea3f109fe147d31f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add hacky fix for underwater grass, to fix mgv7 user's biomes</title>
<updated>2014-12-20T19:50:13+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2014-12-20T05:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=173e1f6014dd975bdb737dfeecb87bfdf60b3cce'/>
<id>urn:sha1:173e1f6014dd975bdb737dfeecb87bfdf60b3cce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change TileSpec::frames to be std::vector not std::map</title>
<updated>2014-12-20T16:41:17+00:00</updated>
<author>
<name>unknown</name>
<email>gregory.currie@gmail.com</email>
</author>
<published>2014-12-18T12:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1e8e700ee645fa642e868c79c2717c82d3509f55'/>
<id>urn:sha1:1e8e700ee645fa642e868c79c2717c82d3509f55</id>
<content type='text'>
Signed-off-by: Craig Robbins &lt;kde.psych@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix visual_scale for plantlike nodes (again)</title>
<updated>2014-12-19T02:25:32+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2014-12-19T02:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d55f43977080435c6e67a2851fb343dc65e153c'/>
<id>urn:sha1:0d55f43977080435c6e67a2851fb343dc65e153c</id>
<content type='text'>
fixes #1989

move the plant to the bottom of its node properly, without affecting its scale.  See isue #1989
</content>
</entry>
<entry>
<title>Fix visual_scale for NDT_PLANTLIKE being set too small</title>
<updated>2014-12-18T10:28:14+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2014-12-18T05:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=815876e7097fcd1e317ecfd867db807681f9cb1a'/>
<id>urn:sha1:815876e7097fcd1e317ecfd867db807681f9cb1a</id>
<content type='text'>
</content>
</entry>
</feed>
