<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/game, branch wield_animation</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-02-24T10:46:39+00:00</updated>
<entry>
<title>Restructure teleport command code (#9706)</title>
<updated>2021-02-24T10:46:39+00:00</updated>
<author>
<name>HybridDog</name>
<email>3192173+HybridDog@users.noreply.github.com</email>
</author>
<published>2021-02-24T10:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=92f4c68c0ce9dfcd6e1321325bab8d4bfcd626af'/>
<id>urn:sha1:92f4c68c0ce9dfcd6e1321325bab8d4bfcd626af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace deprecated call to add_player_velocity in builtin (#10968)</title>
<updated>2021-02-18T14:39:04+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>54945686+EliasFleckenstein03@users.noreply.github.com</email>
</author>
<published>2021-02-18T14:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b2ab5fd1615ac5f907e43992d0905a56cddf798f'/>
<id>urn:sha1:b2ab5fd1615ac5f907e43992d0905a56cddf798f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix short_description fallback order (#10943)</title>
<updated>2021-02-17T18:53:44+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-02-17T18:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a8f6befd398cb8f962f3bb1fab092d6355bfe015'/>
<id>urn:sha1:a8f6befd398cb8f962f3bb1fab092d6355bfe015</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace 'minetest.' with 'core.' in builtin</title>
<updated>2021-02-11T10:18:22+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-02-10T11:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4db7fb4a3be9de29460919ff2dc042e0812f31bd'/>
<id>urn:sha1:4db7fb4a3be9de29460919ff2dc042e0812f31bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise dynamic_add_media API to better accomodate future changes</title>
<updated>2021-02-01T22:00:13+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-01-30T13:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=40ad9767531beb6cf2e8bd918c9c9ed5f2749320'/>
<id>urn:sha1:40ad9767531beb6cf2e8bd918c9c9ed5f2749320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minetest.dig_node returning true when node isn't diggable (#10890)</title>
<updated>2021-01-31T18:49:51+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-01-31T18:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e0e0324a48130376ab3c9fef03b84ee25608242'/>
<id>urn:sha1:6e0e0324a48130376ab3c9fef03b84ee25608242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework use_texture_alpha to provide three opaque/clip/blend modes</title>
<updated>2021-01-29T16:34:41+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-01-17T00:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=83229921e5f378625d9ef63ede3dffbe778e1798'/>
<id>urn:sha1:83229921e5f378625d9ef63ede3dffbe778e1798</id>
<content type='text'>
The change that turns nodeboxes and meshes opaque when possible is kept,
as is the compatibility code that warns modders to adjust their nodedefs.
</content>
</entry>
<entry>
<title>Drop never documented 'alpha' property from nodedef</title>
<updated>2021-01-29T16:34:41+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-01-16T21:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=edd8c3c664ad005eb32e1968ce80091851ffb817'/>
<id>urn:sha1:edd8c3c664ad005eb32e1968ce80091851ffb817</id>
<content type='text'>
Includes minimal support code for practical reasons.
We'll need it for a slightly different purpose next commit.
</content>
</entry>
<entry>
<title>Removed some obsolete code (#10562)</title>
<updated>2021-01-21T18:17:09+00:00</updated>
<author>
<name>Zughy</name>
<email>63455151+Zughy@users.noreply.github.com</email>
</author>
<published>2021-01-21T18:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=45ccfe26fb6e0a130e4925ec362cccb1f045a829'/>
<id>urn:sha1:45ccfe26fb6e0a130e4925ec362cccb1f045a829</id>
<content type='text'>
Co-authored-by: Zughy &lt;4279489-marco_a@users.noreply.gitlab.com&gt;</content>
</entry>
<entry>
<title>Implement on_rightclickplayer callback (#10775)</title>
<updated>2021-01-11T17:03:31+00:00</updated>
<author>
<name>JDiaz</name>
<email>runspect@gmail.com</email>
</author>
<published>2021-01-11T17:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=08ee9794fbc0960a8aab1af21d34f40685809e75'/>
<id>urn:sha1:08ee9794fbc0960a8aab1af21d34f40685809e75</id>
<content type='text'>
Co-authored-by: rubenwardy &lt;rw@rubenwardy.com&gt;</content>
</entry>
</feed>
