<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin, branch 0.4.5</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.5</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.5'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2013-03-03T15:35:29+00:00</updated>
<entry>
<title>Fix pickup of dropped items when the player only takes a part of them</title>
<updated>2013-03-03T15:35:29+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-03-03T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=55097e19850d175fe3c93a40ce7c6d50d2c60e8f'/>
<id>urn:sha1:55097e19850d175fe3c93a40ce7c6d50d2c60e8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop nodes as items when dugged and no room in inventory and dont remove dropped items when no room in inventory</title>
<updated>2013-02-21T15:58:50+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-01-12T19:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ef6b8bee07b9cefe7d463fabd199548d37ff2bee'/>
<id>urn:sha1:ef6b8bee07b9cefe7d463fabd199548d37ff2bee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dont drop tools on rightclick</title>
<updated>2013-02-19T19:16:55+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-02-19T19:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fc61c8809b9a1d47d9f117446764107a56cec956'/>
<id>urn:sha1:fc61c8809b9a1d47d9f117446764107a56cec956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set numeric locale for Lua</title>
<updated>2013-02-18T09:58:55+00:00</updated>
<author>
<name>Ilya Zhuravlev</name>
<email>zhuravlevilya@ya.ru</email>
</author>
<published>2013-02-18T09:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=214a8b4597728213065f1bf880f4357b723b5bea'/>
<id>urn:sha1:214a8b4597728213065f1bf880f4357b723b5bea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minetest.item_place_node() and minetest.item_drop() to always return an ItemStack</title>
<updated>2013-02-13T17:06:25+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-02-13T17:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86b906d015ccde4e8f576a4e61d7c4ae8842b45d'/>
<id>urn:sha1:86b906d015ccde4e8f576a4e61d7c4ae8842b45d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix to on_rightclick not able to change wielded_item</title>
<updated>2013-02-12T22:06:36+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-02-12T21:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b1019a88ba9c0822d60d3f4a74d745c69be8a79b'/>
<id>urn:sha1:b1019a88ba9c0822d60d3f4a74d745c69be8a79b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dont call on_rightclick() if sneak is pressed</title>
<updated>2013-01-27T20:58:46+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-01-27T20:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=28f5b55643080e07a89af5a2e21ffadf3781be19'/>
<id>urn:sha1:28f5b55643080e07a89af5a2e21ffadf3781be19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spread of items in falling code</title>
<updated>2013-01-12T19:55:45+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-01-12T19:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=443bbe6a785721bcaedf02f26c8a32d98ba63aec'/>
<id>urn:sha1:443bbe6a785721bcaedf02f26c8a32d98ba63aec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add on_rightclick(pos, node, clicker) callback for nodes</title>
<updated>2013-01-04T16:15:16+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-01-03T23:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5bc14e2fe45f12cdb69d302807d05985ee5552ee'/>
<id>urn:sha1:5bc14e2fe45f12cdb69d302807d05985ee5552ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ability to change the itemstack in placenode callbacks</title>
<updated>2012-12-17T18:49:18+00:00</updated>
<author>
<name>PilzAdam</name>
<email>adam-k@outlook.com</email>
</author>
<published>2012-12-17T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=29c17c14f1ef42f8080a44b1e3308f34de8b5df2'/>
<id>urn:sha1:29c17c14f1ef42f8080a44b1e3308f34de8b5df2</id>
<content type='text'>
</content>
</entry>
</feed>
