<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/games/devtest/mods, branch handswap_keybind</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=handswap_keybind</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=handswap_keybind'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2022-07-14T18:51:42+00:00</updated>
<entry>
<title>Fix regression &amp; replace more occurrences of vector.new with vector.copy (#12539)</title>
<updated>2022-07-14T18:51:42+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-07-14T18:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b204655081f495c9d45fdf7d49d203e910dafc7a'/>
<id>urn:sha1:b204655081f495c9d45fdf7d49d203e910dafc7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing item alias metatables to async environment (#12458)</title>
<updated>2022-07-03T23:06:42+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-07-03T23:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fc3460470aec8d73317d2b35edf195bfeec2852c'/>
<id>urn:sha1:fc3460470aec8d73317d2b35edf195bfeec2852c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)</title>
<updated>2022-07-03T12:52:26+00:00</updated>
<author>
<name>Vincent Robinson</name>
<email>robinsonvincent89@gmail.com</email>
</author>
<published>2022-07-03T12:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f7bcf7fa46a634653e50f9e580faf2a53ab50e88'/>
<id>urn:sha1:f7bcf7fa46a634653e50f9e580faf2a53ab50e88</id>
<content type='text'>
* FormSpec: 9-slice images and animated_images

* Add fgimg_middle; clean up code

* Address issues, add tests

* Fix stupid error; bump formspec version

* Re-add image[] elements without a size</content>
</entry>
<entry>
<title>DevTest: Add item meta editor (#12307)</title>
<updated>2022-07-02T18:58:00+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy@disroot.org</email>
</author>
<published>2022-07-02T18:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64'/>
<id>urn:sha1:9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unittests for entity lifecycle and callbacks</title>
<updated>2022-06-15T15:20:07+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-06-14T10:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=46e7b5135292ae7aa233577d1cc364d60fc932f8'/>
<id>urn:sha1:46e7b5135292ae7aa233577d1cc364d60fc932f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>on_deactivate: distinguish removal and unloading (#11931)</title>
<updated>2022-06-11T18:01:14+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-06-11T18:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e7d4ec6834282402c24fe432e0dcebe78b7fcd01'/>
<id>urn:sha1:e7d4ec6834282402c24fe432e0dcebe78b7fcd01</id>
<content type='text'>
Sometimes you need to be able to do removal-related cleanup, such as removing files from disk, or entries from a database. staticdata obviously isn't suitable for large data. The data shouldn't be removed if the entity is unloaded, only if it is removed.</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>DevTest: Add nodes and items for testing overlays (#12304)</title>
<updated>2022-05-27T19:39:36+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy@disroot.org</email>
</author>
<published>2022-05-27T19:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fe299e24d6ad5bb58e077ec372737b117ac6cf94'/>
<id>urn:sha1:fe299e24d6ad5bb58e077ec372737b117ac6cf94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DevTest: Fix broken PNG textures</title>
<updated>2022-05-17T18:06:15+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy@disroot.org</email>
</author>
<published>2022-05-17T18:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eabf05758e3ba5f6f4bb1b8d1d1f02179b84e410'/>
<id>urn:sha1:eabf05758e3ba5f6f4bb1b8d1d1f02179b84e410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support packing arbitrary graphs (#12289)</title>
<updated>2022-05-10T20:37:33+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2022-05-10T20:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7f58887ae33893c981fbdff23d4e1fa4a11c32e4'/>
<id>urn:sha1:7f58887ae33893c981fbdff23d4e1fa4a11c32e4</id>
<content type='text'>
</content>
</entry>
</feed>
