<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/client, branch 5.2.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.2.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2020-04-02T17:24:35+00:00</updated>
<entry>
<title>Fix texture distortion for flowing liquids (#9561)</title>
<updated>2020-04-02T17:24:35+00:00</updated>
<author>
<name>Elias Åström</name>
<email>eliast.croc@gmail.com</email>
</author>
<published>2020-04-02T17:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3d6b55d3e9b91e6afdbfdcea0268dfb88c69c1c2'/>
<id>urn:sha1:3d6b55d3e9b91e6afdbfdcea0268dfb88c69c1c2</id>
<content type='text'>
Previously textures of the side faces on flowing liquid nodes would
become distorted on different axis depending on the liquid level.  This
is because the nodes always had the same texture coordinates, even when
the generated face could have different sizes.  This solves that problem
by adjusting the texture coordinates for the vertices making up the top
of the faces, so the textures will not look compressed for smaller
faces.</content>
</entry>
<entry>
<title>Ignore near_plane setting on non-Android platforms (#8749)</title>
<updated>2020-03-28T20:53:55+00:00</updated>
<author>
<name>ANAND</name>
<email>ClobberXD@gmail.com</email>
</author>
<published>2020-03-28T20:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=13b228513e5bafafb78924cf301dae873d5d93f6'/>
<id>urn:sha1:13b228513e5bafafb78924cf301dae873d5d93f6</id>
<content type='text'>
Camera's near-plane will be hard-coded to 0.1 on all non-Android platforms. The upper-bound of this setting has been reduced to 0.25, as 0.5 is just way too high.</content>
</entry>
<entry>
<title>Fix crash on wielditem/item entities</title>
<updated>2020-03-28T11:56:48+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-03-28T11:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=04961491c197b4d1aecc1e40c6cb5e738860b31c'/>
<id>urn:sha1:04961491c197b4d1aecc1e40c6cb5e738860b31c</id>
<content type='text'>
bug was introduced in f3032a637c53f3c98fbbed1d3b691898aabe1687
</content>
</entry>
<entry>
<title>Fix incorrect light updates for wielditem and item visuals (#9540)</title>
<updated>2020-03-23T20:57:44+00:00</updated>
<author>
<name>Danila Shutov</name>
<email>dcbrwn2@gmail.com</email>
</author>
<published>2020-03-23T20:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f3032a637c53f3c98fbbed1d3b691898aabe1687'/>
<id>urn:sha1:f3032a637c53f3c98fbbed1d3b691898aabe1687</id>
<content type='text'>
An alternative to #9537</content>
</entry>
<entry>
<title>Add comments for translators (#9510)</title>
<updated>2020-03-20T08:41:07+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2020-03-20T08:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=625b1005939e76d6a5b2d241635be3b8a89eb128'/>
<id>urn:sha1:625b1005939e76d6a5b2d241635be3b8a89eb128</id>
<content type='text'>
* Add translator comments for "special" strings

* Add translator comments for some "tricky" strings</content>
</entry>
<entry>
<title>Fix entity lighting (#9514)</title>
<updated>2020-03-16T21:58:13+00:00</updated>
<author>
<name>Danila Shutov</name>
<email>dcbrwn2@gmail.com</email>
</author>
<published>2020-03-16T21:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5c1b72544a6158346b7d8608c895678fe7d5a19b'/>
<id>urn:sha1:5c1b72544a6158346b7d8608c895678fe7d5a19b</id>
<content type='text'>
fixes #9482</content>
</entry>
<entry>
<title>Improve arm physics (#9485)</title>
<updated>2020-03-08T17:21:55+00:00</updated>
<author>
<name>Jean-Patrick Guerrero</name>
<email>kilbith@users.noreply.github.com</email>
</author>
<published>2020-03-08T17:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c49575ef97c3c88864263d460ce4d90ecb0cba9e'/>
<id>urn:sha1:c49575ef97c3c88864263d460ce4d90ecb0cba9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix star visilibity and documentation (since 946c03c6)</title>
<updated>2020-03-08T15:13:36+00:00</updated>
<author>
<name>Jordan Snelling</name>
<email>jordach.snelling@gmail.com</email>
</author>
<published>2020-03-08T15:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b9a0626d8893324aa6be41607efbc131d23eee2d'/>
<id>urn:sha1:b9a0626d8893324aa6be41607efbc131d23eee2d</id>
<content type='text'>
Fix memory leak (unused allocation)
Fix star rendering
Rename sky color struct
Fix stars on android
Remove extraneous .data() from android star draw</content>
</entry>
<entry>
<title>set_sky improvements, set_sun, set_moon and set_stars</title>
<updated>2020-03-05T19:12:19+00:00</updated>
<author>
<name>Jordach</name>
<email>jordach.snelling@gmail.com</email>
</author>
<published>2019-08-21T20:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=946c03c69bfdde7dc91295692479f8e81bdf79e9'/>
<id>urn:sha1:946c03c69bfdde7dc91295692479f8e81bdf79e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow texture modifiers in hotbar textures. (#9271)</title>
<updated>2020-02-26T09:26:24+00:00</updated>
<author>
<name>Warr1024</name>
<email>warr1024@gmail.com</email>
</author>
<published>2020-02-26T09:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=244121b9643f91e1b8ffb4c37a255d7603da2116'/>
<id>urn:sha1:244121b9643f91e1b8ffb4c37a255d7603da2116</id>
<content type='text'>
</content>
</entry>
</feed>
