<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/game, branch 0.4.17</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-06-03T15:32:00+00:00</updated>
<entry>
<title>Builtin auth handler: Speed up file writing (#7252)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2018-04-19T16:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=14d20f58275e15fa9e81a82f3db475b0d5c22a2d'/>
<id>urn:sha1:14d20f58275e15fa9e81a82f3db475b0d5c22a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core.rotate_node: Do not trigger after_place_node (#6900)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2018-03-29T19:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fe41725e5027e90787f18088be82839760cccbb5'/>
<id>urn:sha1:fe41725e5027e90787f18088be82839760cccbb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>/shutdown can't do countdown when using reconnect and/or shutdown message (#7055)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>dopik</name>
<email>33575686+dopik@users.noreply.github.com</email>
</author>
<published>2018-02-19T07:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f8cc92c190f01c9fc9debddb6f9090ac7b754af8'/>
<id>urn:sha1:f8cc92c190f01c9fc9debddb6f9090ac7b754af8</id>
<content type='text'>
Delay was converted from the param string and not the delay value, thus never using the actual given delay value when used in combination with other string values in the param, in this case reconnect and the shutdown messsage.
</content>
</entry>
<entry>
<title>Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>you</name>
<email>ovvv@web.de</email>
</author>
<published>2018-02-18T09:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2a4fbbbff8f555df9984fbff054fe91b1a471d8f'/>
<id>urn:sha1:2a4fbbbff8f555df9984fbff054fe91b1a471d8f</id>
<content type='text'>
minetest.override_item still passes to core
</content>
</entry>
<entry>
<title>Item entity: Delete in 'ignore' nodes</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2018-02-10T04:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d346a817be6882b9779e6564f9c902f55cfc951'/>
<id>urn:sha1:6d346a817be6882b9779e6564f9c902f55cfc951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Falling.lua: Delete falling node entities on contact with 'ignore'</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2018-02-06T00:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=529f00a2403cdd185b1eb5902de8947d03bb3413'/>
<id>urn:sha1:529f00a2403cdd185b1eb5902de8947d03bb3413</id>
<content type='text'>
Prevents falling node entities entering the ignore at a world edge and
resting on unloaded nodes 16 nodes below, unreachable, undiggable and
still being processed by 'on step' because they don't revert to nodes.
</content>
</entry>
<entry>
<title>Add minetest.is_player (#7013)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>you</name>
<email>ovvv@web.de</email>
</author>
<published>2018-02-05T14:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=880a25c92182bd10e8a80930909cf505e851ea65'/>
<id>urn:sha1:880a25c92182bd10e8a80930909cf505e851ea65</id>
<content type='text'>
* Add minetest.is_player

* First use for is_player
</content>
</entry>
<entry>
<title>Builtin: Fix handle_node_drops crash with nil digger</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2017-12-12T18:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8a849e893a4eedb2dd9db8e26f2dab23ac4f3c55'/>
<id>urn:sha1:8a849e893a4eedb2dd9db8e26f2dab23ac4f3c55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make use of safe file writing in auth handler (fixes #6576)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2017-11-07T10:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0fe3e7574de0b82b080932e446caed1f2cb3b85c'/>
<id>urn:sha1:0fe3e7574de0b82b080932e446caed1f2cb3b85c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix default item callbacks to work with nil users (#5819)</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>raymoo</name>
<email>raymoo@users.noreply.github.com</email>
</author>
<published>2017-10-28T08:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7b8288d605260a92693a93a85134555a8c975bb9'/>
<id>urn:sha1:7b8288d605260a92693a93a85134555a8c975bb9</id>
<content type='text'>
* Fix default item callbacks to work with nil users

* item.lua: Handle node drops for invalid players

The if-condition for the dropping loop is the same as `inv`, which means that the 2nd possible definition of `give_item` is never used.
Remove redundant `local _, dropped_item`
</content>
</entry>
</feed>
