<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/cpp_api, branch serversoundpack</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=serversoundpack</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=serversoundpack'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-01-31T18:49:51+00:00</updated>
<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>Remove dead code (#10845)</title>
<updated>2021-01-22T15:09:26+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-01-22T15:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4c76239818f5159314f30883f98b977d30aaa26c'/>
<id>urn:sha1:4c76239818f5159314f30883f98b977d30aaa26c</id>
<content type='text'>
</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>
<entry>
<title>Add on_deactivate callback for luaentities (#10723)</title>
<updated>2021-01-02T14:14:29+00:00</updated>
<author>
<name>hecks</name>
<email>42101236+hecktest@users.noreply.github.com</email>
</author>
<published>2021-01-02T14:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=dd5a732fa90550066bb96305b64b6648903cc822'/>
<id>urn:sha1:dd5a732fa90550066bb96305b64b6648903cc822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some minor code issues all over the place</title>
<updated>2020-12-24T12:44:54+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-12-23T21:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=74762470b2aa11a5271b846549ff14b86c1705d2'/>
<id>urn:sha1:74762470b2aa11a5271b846549ff14b86c1705d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CSMs on arm64 (#10553)</title>
<updated>2020-10-25T17:01:39+00:00</updated>
<author>
<name>luk3yx</name>
<email>luk3yx@users.noreply.github.com</email>
</author>
<published>2020-10-25T17:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=61a196378ff91411af3245504c5861da026b3b25'/>
<id>urn:sha1:61a196378ff91411af3245504c5861da026b3b25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Lua panic when error() message is not a string</title>
<updated>2020-06-07T16:14:40+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2020-06-06T18:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=09f9e465e760cb8fd791222405a9e5e68a676ba0'/>
<id>urn:sha1:09f9e465e760cb8fd791222405a9e5e68a676ba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Value copy / allocation optimizations mostly in server, SAO and serialize code</title>
<updated>2020-05-27T19:58:40+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-05-26T15:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=471e567657dfd75a994a1b54d7a23cf4541a6bed'/>
<id>urn:sha1:471e567657dfd75a994a1b54d7a23cf4541a6bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)</title>
<updated>2020-05-23T11:25:29+00:00</updated>
<author>
<name>sorcerykid</name>
<email>rkrause@inbox.com</email>
</author>
<published>2020-05-23T11:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=15ba75e4cf1d1b8ceaa9d8ce33dcfdd7dbe80741'/>
<id>urn:sha1:15ba75e4cf1d1b8ceaa9d8ce33dcfdd7dbe80741</id>
<content type='text'>
    Replace on_auth_fail callback with more versatile on_authplayer
    Better clarify account login process in Lua API documentation
    Change initial timestamp for newly registered accounts to -1
</content>
</entry>
</feed>
