<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/common, branch 5.3.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2020-07-09T20:01:46+00:00</updated>
<entry>
<title>Quick workaround for crashing destructor on Mingw32</title>
<updated>2020-07-09T20:01:46+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-07-09T20:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=70df3d54f37c280f7afe60f6e964b8406577f39f'/>
<id>urn:sha1:70df3d54f37c280f7afe60f6e964b8406577f39f</id>
<content type='text'>
closes #10137
</content>
</entry>
<entry>
<title>Make shading of CAOs optional (#10033)</title>
<updated>2020-06-16T19:48:31+00:00</updated>
<author>
<name>Danila Shutov</name>
<email>dcbrwn2@gmail.com</email>
</author>
<published>2020-06-16T19:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3a6dfda358112e2fb5d6f887a1a1e936eacddadd'/>
<id>urn:sha1:3a6dfda358112e2fb5d6f887a1a1e936eacddadd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua API: Log incorrect parameter types as error (#9954)</title>
<updated>2020-06-01T17:02:15+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2020-06-01T17:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=42a9b45c21ad407689950e3a4c90cb3894142260'/>
<id>urn:sha1:42a9b45c21ad407689950e3a4c90cb3894142260</id>
<content type='text'>
Incorrect parameter types are logged as errors, taking coercion into account.
This is a workaround to ensure mod compatibility.
Duplicate warnings are ignored per server instance.</content>
</entry>
<entry>
<title>CSM: Fix crashing minetest.get_item_def()</title>
<updated>2020-05-20T18:15:09+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-05-20T18:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=732c8008f495bc344957bd0ccbd4010adb939207'/>
<id>urn:sha1:732c8008f495bc344957bd0ccbd4010adb939207</id>
<content type='text'>
fixes #9884
</content>
</entry>
<entry>
<title>Rework functionality of leveled nodes (#9852)</title>
<updated>2020-05-19T19:08:37+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2020-05-19T19:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c94d37827dd3a8be9dcc59bb693032ba7ea07922'/>
<id>urn:sha1:c94d37827dd3a8be9dcc59bb693032ba7ea07922</id>
<content type='text'>
Co-authored-by: sfan5 &lt;sfan5@live.de&gt;
Co-authored-by: SmallJoker &lt;SmallJoker@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Damage texture modifier (#9833)</title>
<updated>2020-05-11T19:41:36+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2020-05-11T19:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9ba24f89f5846de6a8f0d7e01c89acfee1254704'/>
<id>urn:sha1:9ba24f89f5846de6a8f0d7e01c89acfee1254704</id>
<content type='text'>
Adds a new object property "damage_texture_modifier"</content>
</entry>
<entry>
<title>Add support for statbar “off state” icons (#9462)</title>
<updated>2020-05-11T19:40:45+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2020-05-11T19:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e1372bd894d955300c40d69e5c882e9cc7d7523'/>
<id>urn:sha1:6e1372bd894d955300c40d69e5c882e9cc7d7523</id>
<content type='text'>
This adds support for optional “off state” icons for statbars. “off state icons” can be used to denote the lack of something, like missing hearts or bubbles.

Add "off state" textures to the builtin statbars.

Co-authored-by: SmallJoker &lt;mk939@ymail.com&gt;</content>
</entry>
<entry>
<title>Expose collided objects in moveresult</title>
<updated>2020-05-06T12:03:52+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-04-26T20:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b6b80f55c8a2bf4eae440108b3274f2f921e3a94'/>
<id>urn:sha1:b6b80f55c8a2bf4eae440108b3274f2f921e3a94</id>
<content type='text'>
closes #9787
</content>
</entry>
<entry>
<title>Rename moveresult speed to velocity</title>
<updated>2020-05-05T06:37:04+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2020-05-04T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1b6f40c35632ab5a2066822c8b5d4c09d469f49d'/>
<id>urn:sha1:1b6f40c35632ab5a2066822c8b5d4c09d469f49d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose collision information to LuaEntity on_step</title>
<updated>2020-04-27T18:45:46+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-04-14T12:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3475759d1adbd4a64c6250fd87981f783e64f69c'/>
<id>urn:sha1:3475759d1adbd4a64c6250fd87981f783e64f69c</id>
<content type='text'>
</content>
</entry>
</feed>
