<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/cpp_api, 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-02-23T21:24:12+00:00</updated>
<entry>
<title>Script API: Document ObjectRef handling in a comment</title>
<updated>2020-02-23T21:24:12+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-02-12T13:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4da057cc49082192bbc45689d80dec3410e41f27'/>
<id>urn:sha1:4da057cc49082192bbc45689d80dec3410e41f27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CSM] Expose more env functions</title>
<updated>2019-11-11T13:06:48+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-11-08T23:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b57dc70769873e00ca7a7642862eb209a5528ce2'/>
<id>urn:sha1:b57dc70769873e00ca7a7642862eb209a5528ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call on_secondary_use when object is right-clicked</title>
<updated>2019-11-10T12:12:31+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-11-09T23:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4d668f32a6d9a0d895a2385dec994d43bd084410'/>
<id>urn:sha1:4d668f32a6d9a0d895a2385dec994d43bd084410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load client mods into memory before execution.</title>
<updated>2019-11-09T15:08:38+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-11-08T19:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=82a2e02323615473fc3039508b4c4529591e27d9'/>
<id>urn:sha1:82a2e02323615473fc3039508b4c4529591e27d9</id>
<content type='text'>
Preperation for server-sent CSM which will eventually need this.
</content>
</entry>
<entry>
<title>Refactor loading of Lua code with mod security</title>
<updated>2019-11-09T15:08:38+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-11-08T17:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5ab546f99bf3f438a8d19a3582798b5ab98476d6'/>
<id>urn:sha1:5ab546f99bf3f438a8d19a3582798b5ab98476d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CSM: Fix itemstack:get_meta() 'metadata' indexing error</title>
<updated>2019-09-14T17:42:30+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2019-06-26T17:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b0baa698a495cc990ce5d9c22763957f1138aed3'/>
<id>urn:sha1:b0baa698a495cc990ce5d9c22763957f1138aed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load CSM environment after the restrictions are known</title>
<updated>2019-09-14T17:42:25+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2019-06-25T19:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=23677be951b4dc2b9cc174ceb92f0e0b8e8eb867'/>
<id>urn:sha1:23677be951b4dc2b9cc174ceb92f0e0b8e8eb867</id>
<content type='text'>
Safety-guards for CSM callbacks to abort on a bad implementation
Only run callbacks when the mods are loaded (and with it: builtin)

Duplication checks inside constructors
</content>
</entry>
<entry>
<title>Merge pull request #8776 from osjc/FixGetNode</title>
<updated>2019-08-10T17:45:44+00:00</updated>
<author>
<name>Jozef Behran</name>
<email>jozuejozef@gmail.com</email>
</author>
<published>2019-08-10T17:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86d7f84b899a507e979f1845f2057cce6f84e743'/>
<id>urn:sha1:86d7f84b899a507e979f1845f2057cce6f84e743</id>
<content type='text'>
Finish getNode cleanup</content>
</entry>
<entry>
<title>Allow customizing chat message format (#8529)</title>
<updated>2019-08-08T16:04:46+00:00</updated>
<author>
<name>ANAND</name>
<email>ClobberXD@gmail.com</email>
</author>
<published>2019-08-08T16:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d1c27c7e8037e9f438741ee5f7d3b6bda22d22a0'/>
<id>urn:sha1:d1c27c7e8037e9f438741ee5f7d3b6bda22d22a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the clamping of hp/breath when their maximums change to read_object_properties(). (#8689)</title>
<updated>2019-07-30T15:29:45+00:00</updated>
<author>
<name>Beha</name>
<email>shacknetisp@mail.com</email>
</author>
<published>2019-07-30T15:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b8aaef704d3e29c43edc3312a3c5e25516d9c864'/>
<id>urn:sha1:b8aaef704d3e29c43edc3312a3c5e25516d9c864</id>
<content type='text'>
This prevents set_properties() calls that have nothing to do with hp_max or breath_max overriding the saved hp before another mod has the chance to set a player's intended hp_max (such as in on_joinplayer).</content>
</entry>
</feed>
