<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script, branch 0.4.9</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2013-12-31T05:13:54+00:00</updated>
<entry>
<title>Fix enum element name in Lua HUD code (position vs. pos)</title>
<updated>2013-12-31T05:13:54+00:00</updated>
<author>
<name>kaeza</name>
<email>kaeza@users.sf.net</email>
</author>
<published>2013-12-21T03:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=767b2e7b175db54ec29bd270280b857586b1e836'/>
<id>urn:sha1:767b2e7b175db54ec29bd270280b857586b1e836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix InventoryList reading order</title>
<updated>2013-12-30T19:00:05+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-30T19:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=829426c71456f9980f42ebd5435c5eee6615dd6f'/>
<id>urn:sha1:829426c71456f9980f42ebd5435c5eee6615dd6f</id>
<content type='text'>
Lua does not guarantee that the indexes of a table will be in numerical order.
</content>
</entry>
<entry>
<title>Bugfix to get_all_craft_recipes.</title>
<updated>2013-12-21T22:03:51+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-12-21T22:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7ae0b90ff7d724e02b71da21b98e5895dc1b1767'/>
<id>urn:sha1:7ae0b90ff7d724e02b71da21b98e5895dc1b1767</id>
<content type='text'>
Indexes for empty slots shall not be skipped.
</content>
</entry>
<entry>
<title>Don't throw a error when writing JSON fails</title>
<updated>2013-12-18T23:18:43+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-18T23:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e1f9ba435f8c0cca90f2d3df36e9aa82763e1da0'/>
<id>urn:sha1:e1f9ba435f8c0cca90f2d3df36e9aa82763e1da0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log guilty node name when allow_metadata_inventory_move/put/take fails</title>
<updated>2013-12-18T22:04:13+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-12-18T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ba8fa0bd42b5a4a0e3658a5e784ee6a885dcc891'/>
<id>urn:sha1:ba8fa0bd42b5a4a0e3658a5e784ee6a885dcc891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 'minetest.write_json'</title>
<updated>2013-12-18T21:46:53+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-18T21:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1ed90c90c304c6cc9cfddb722e4d15a1221d0177'/>
<id>urn:sha1:1ed90c90c304c6cc9cfddb722e4d15a1221d0177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle LuaErrors in Lua -&gt; C++ calls on LuaJIT</title>
<updated>2013-12-18T21:35:55+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-18T21:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=49cec3f78240ed6310a9b5dd05ce09a79ed5a12e'/>
<id>urn:sha1:49cec3f78240ed6310a9b5dd05ce09a79ed5a12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add map feature generation notify Lua API</title>
<updated>2013-12-14T06:52:24+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-12-14T06:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c3708b456e90bccf19e7c82c54a93c8cb7c8896c'/>
<id>urn:sha1:c3708b456e90bccf19e7c82c54a93c8cb7c8896c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make line_of_sight return blocking node position</title>
<updated>2013-12-12T21:11:00+00:00</updated>
<author>
<name>stujones11</name>
<email>stujones11@server.fake</email>
</author>
<published>2013-12-11T20:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d9ef072305b92b020ebe473765118cca0e23608a'/>
<id>urn:sha1:d9ef072305b92b020ebe473765118cca0e23608a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 'on_prejoinplayer' callback</title>
<updated>2013-12-12T18:42:14+00:00</updated>
<author>
<name>kaeza</name>
<email>kaeza@users.sf.net</email>
</author>
<published>2013-12-12T06:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=33de69a173a3646d8f5b9bf91b3e48d76cd40ae6'/>
<id>urn:sha1:33de69a173a3646d8f5b9bf91b3e48d76cd40ae6</id>
<content type='text'>
</content>
</entry>
</feed>
