<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/common, branch mirror_hands</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=mirror_hands</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=mirror_hands'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2022-07-14T18:50:21+00:00</updated>
<entry>
<title>Deserialization: Restore backwards compat (#12519)</title>
<updated>2022-07-14T18:50:21+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-07-14T18:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ac4eb746fe9da775a8bffe825a868581c0353169'/>
<id>urn:sha1:ac4eb746fe9da775a8bffe825a868581c0353169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Serialization spec: Fix number fuzzing (#12496)</title>
<updated>2022-07-02T19:58:23+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-07-02T19:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5a562a597cb8d1b71c5e0c1247836fe21ebccc56'/>
<id>urn:sha1:5a562a597cb8d1b71c5e0c1247836fe21ebccc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize strict.lua (#12495)</title>
<updated>2022-07-02T18:58:15+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-07-02T18:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3e308584a3608406bb5c20ce4503a4bfa1b1d608'/>
<id>urn:sha1:3e308584a3608406bb5c20ce4503a4bfa1b1d608</id>
<content type='text'>
Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Builtin: Redo serialize.lua (#11427)</title>
<updated>2022-06-11T18:00:26+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-06-11T18:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3eafcab64ecaf8d00a9264b441e996825a6a31bd'/>
<id>urn:sha1:3eafcab64ecaf8d00a9264b441e996825a6a31bd</id>
<content type='text'>
Features:

* Support for arbitrary references, including self-referencing
* Short output, references "long" strings as a bonus
* Around the same speed, potentially slower if long, short keys are present
* Properly works with NaN and inf
</content>
</entry>
<entry>
<title>core.formspec_escape: Restore backwards compat</title>
<updated>2022-06-06T16:32:28+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-06-06T16:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=edc7df54801ab3bf30f96ac5aad6ce11a102f6b9'/>
<id>urn:sha1:edc7df54801ab3bf30f96ac5aad6ce11a102f6b9</id>
<content type='text'>
Support numbers as arguments by using `string.gsub(text, ...)` instead of `text:gsub(...)` which will coerce `text` to a string</content>
</entry>
<entry>
<title>Builtin: Optimize misc helpers (#12377)</title>
<updated>2022-05-27T19:40:38+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-05-27T19:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e8b2954586ebd9e35e3f9f7230ff6713b65c4967'/>
<id>urn:sha1:e8b2954586ebd9e35e3f9f7230ff6713b65c4967</id>
<content type='text'>
Also add formspec_escape unit test</content>
</entry>
<entry>
<title>Add relative numbers for commands by prepending ~ (#9588)</title>
<updated>2022-05-22T14:28:24+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy@disroot.org</email>
</author>
<published>2022-05-22T14:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ac5e8176b9a2b36520bcc78b9d486aea7742d554'/>
<id>urn:sha1:ac5e8176b9a2b36520bcc78b9d486aea7742d554</id>
<content type='text'>
* Add relative numbers for commands by prepending ~

* Some builtin code cleanup

* Disallow nan and inf in minetest.string_to_area

* Remove unused local variable teleportee (makes Luacheck happy)

* Clean up core.string_to_pos

* Make area parsing less permissive

* Rewrite tests as busted tests

* /time: Fix negative minutes not working

Co-authored-by: Lars Mueller &lt;appgurulars@gmx.de&gt;</content>
</entry>
<entry>
<title>Remove unused variable WARN_INIT</title>
<updated>2022-05-08T17:11:15+00:00</updated>
<author>
<name>Zughy</name>
<email>63455151+Zughy@users.noreply.github.com</email>
</author>
<published>2022-05-08T17:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6f0c966877f83f585c6b3fd26f8b70e5d22525b3'/>
<id>urn:sha1:6f0c966877f83f585c6b3fd26f8b70e5d22525b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add vector.combine (#11920)</title>
<updated>2022-05-04T11:44:14+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-05-04T11:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ae7664597ed15f9ac779a9bac0595ab4125457c4'/>
<id>urn:sha1:ae7664597ed15f9ac779a9bac0595ab4125457c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store vector metatable in registry</title>
<updated>2022-03-29T16:07:00+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2022-03-29T16:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=06d197cdd042392e1551e5e7244c61300a6bb4e3'/>
<id>urn:sha1:06d197cdd042392e1551e5e7244c61300a6bb4e3</id>
<content type='text'>
</content>
</entry>
</feed>
