<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/games/minimal/mods/default/init.lua, 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>2013-11-30T17:37:56+00:00</updated>
<entry>
<title>Add minetest.swap_node</title>
<updated>2013-11-30T17:37:56+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2013-11-23T14:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d879a539cd19ddd1ee34afec2512fb2238de2822'/>
<id>urn:sha1:d879a539cd19ddd1ee34afec2512fb2238de2822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change default value of is_ground_content to true</title>
<updated>2013-11-30T07:37:10+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-11-30T07:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9a927476ca22a28d0640ef35d95964c3077532ab'/>
<id>urn:sha1:9a927476ca22a28d0640ef35d95964c3077532ab</id>
<content type='text'>
Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves
</content>
</entry>
<entry>
<title>Fix possible crash with grass ABM.</title>
<updated>2013-11-02T15:22:26+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2013-11-02T15:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d11c76b9f2ed111d933fe0df3cc5c87c8aff4f73'/>
<id>urn:sha1:d11c76b9f2ed111d933fe0df3cc5c87c8aff4f73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix grass adding/removing ABM.</title>
<updated>2013-11-02T12:49:22+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2013-11-02T12:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2bf9abade2c758fcebc37a589b65e894c898fc6e'/>
<id>urn:sha1:2bf9abade2c758fcebc37a589b65e894c898fc6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the sapling growing and grass adding/removing ABMs to Lua</title>
<updated>2013-11-02T09:50:11+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2013-11-02T09:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=69a59f1e419d8204cc90cfaa25ad690c9b3d9e16'/>
<id>urn:sha1:69a59f1e419d8204cc90cfaa25ad690c9b3d9e16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for different drowning damage and allow drowning in other nodetypes</title>
<updated>2013-08-06T15:49:39+00:00</updated>
<author>
<name>BlockMen</name>
<email>nmuelll@web.de</email>
</author>
<published>2013-08-01T16:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7b13d119ed917c137fc375eff790a7754fd93386'/>
<id>urn:sha1:7b13d119ed917c137fc375eff790a7754fd93386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move scriptapi to separate folder (by sapier)</title>
<updated>2013-05-24T22:51:02+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-05-24T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ab433775777c4f5055bcf4d2a1cffc506c4f9961'/>
<id>urn:sha1:ab433775777c4f5055bcf4d2a1cffc506c4f9961</id>
<content type='text'>
On the lua side, notably minetest.env:&lt;function&gt;(&lt;args&gt;) should now
be replaced by minetest.&lt;function&gt;(&lt;args&gt;).
The old way is and will stay supported for a long time.

Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
</content>
</entry>
<entry>
<title>Use the group "soil" for nodes that saplings grow on</title>
<updated>2013-05-20T11:43:13+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-04-14T07:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=127c48835573f9e7bd89137ecb2176c2a8e5f783'/>
<id>urn:sha1:127c48835573f9e7bd89137ecb2176c2a8e5f783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Mapgen V7, reorganize biomes</title>
<updated>2013-04-07T04:50:21+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-04-06T15:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8ec3fc35c656544a55f7f8ece9359c9e2b472e8f'/>
<id>urn:sha1:8ec3fc35c656544a55f7f8ece9359c9e2b472e8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add different place sound for nodes</title>
<updated>2013-03-29T19:14:18+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-03-25T22:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5e7e0347cdae0cab3b7d003fbd3b22c7f820e703'/>
<id>urn:sha1:5e7e0347cdae0cab3b7d003fbd3b22c7f820e703</id>
<content type='text'>
</content>
</entry>
</feed>
