<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script, branch clamp</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=clamp</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=clamp'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2022-05-30T16:17:28+00:00</updated>
<entry>
<title>Invalid float vector dimension range: clamp and warn instead of crash</title>
<updated>2022-05-30T16:17:28+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2022-05-30T16:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1fad16fce06207eda5861559f4b6c908ee048712'/>
<id>urn:sha1:1fad16fce06207eda5861559f4b6c908ee048712</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix use-after-free in node meta cleanup</title>
<updated>2022-05-29T14:30:13+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-29T14:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9fc018ded10225589d2559d24a5db739e891fb31'/>
<id>urn:sha1:9fc018ded10225589d2559d24a5db739e891fb31</id>
<content type='text'>
bug introduced in 8908a9101608d3343023b470743ef63f1c44b0b7
</content>
</entry>
<entry>
<title>Reject registering node with empty name</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-26T20:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a9a207685a9d55e4fcdd97f5065383e2ec18e114'/>
<id>urn:sha1:a9a207685a9d55e4fcdd97f5065383e2ec18e114</id>
<content type='text'>
fixes #10769
</content>
</entry>
<entry>
<title>Remove debug.get/setmetatable from security whitelist</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>stefan</name>
<email>stefan@temp</email>
</author>
<published>2022-05-25T09:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bb671c308930dc4cb8d67e8eed3664a23499bd95'/>
<id>urn:sha1:bb671c308930dc4cb8d67e8eed3664a23499bd95</id>
<content type='text'>
fixes #12216
</content>
</entry>
<entry>
<title>Get rid of node metadata when it becomes empty</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-26T13:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8908a9101608d3343023b470743ef63f1c44b0b7'/>
<id>urn:sha1:8908a9101608d3343023b470743ef63f1c44b0b7</id>
<content type='text'>
fixes #8943
</content>
</entry>
<entry>
<title>Add API function to invoke player respawn</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-25T17:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f195db2d140a7b4f2f2fbc438680c9d5e23a0d6d'/>
<id>urn:sha1:f195db2d140a7b4f2f2fbc438680c9d5e23a0d6d</id>
<content type='text'>
closes #12272
</content>
</entry>
<entry>
<title>Protect a few more settings from being set from mods</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-25T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=da71e86633d0b27cd02d7aac9fdac625d141ca13'/>
<id>urn:sha1:da71e86633d0b27cd02d7aac9fdac625d141ca13</id>
<content type='text'>
Of those settings main_menu_script has concrete security impact, the rest are added out of abundance of caution.
</content>
</entry>
<entry>
<title>Reduce size of ContentFeatures structure</title>
<updated>2022-05-26T13:49:12+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-09T18:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8b74257bf3cbb54e78614ac6aaaba79adf75cc8e'/>
<id>urn:sha1:8b74257bf3cbb54e78614ac6aaaba79adf75cc8e</id>
<content type='text'>
On my system this is a reduction from 4664 to 3704 bytes.
This is not for the sake of saving RAM but ensuring
commonly used structures fit into caches better.
</content>
</entry>
<entry>
<title>Deprecate game.conf name, use title instead (#12030)</title>
<updated>2022-05-21T15:23:30+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2022-05-21T15:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4e9e230e34912d08ec0f0fc01d14ef80654c7cac'/>
<id>urn:sha1:4e9e230e34912d08ec0f0fc01d14ef80654c7cac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use native packer to transfer globals into async env(s)</title>
<updated>2022-05-10T20:37:42+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-09T16:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ec9f1575121e3b064b919bca7efddfa8b0fc4e65'/>
<id>urn:sha1:ec9f1575121e3b064b919bca7efddfa8b0fc4e65</id>
<content type='text'>
</content>
</entry>
</feed>
