<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/common/tests, 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-02T19:58:23+00:00</updated>
<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>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>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>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>
<entry>
<title>Fix vector.from_string returning a table without vector metatable</title>
<updated>2022-01-03T03:15:41+00:00</updated>
<author>
<name>Desour</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2022-01-02T16:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=196562870552b156265feb83043da2bc21bd6246'/>
<id>urn:sha1:196562870552b156265feb83043da2bc21bd6246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split vector.new into 3 constructors</title>
<updated>2021-09-10T21:16:16+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2021-09-10T21:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2cefe51d3b9bc4f3ae18854e171a06ea83e9cb25'/>
<id>urn:sha1:2cefe51d3b9bc4f3ae18854e171a06ea83e9cb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add metatables to lua vectors (#11039)</title>
<updated>2021-06-04T19:22:33+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2021-06-04T19:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8f085e02a107dd8092393935bfa1bba71d2546d2'/>
<id>urn:sha1:8f085e02a107dd8092393935bfa1bba71d2546d2</id>
<content type='text'>
Add backwards-compatible metatable functions for vectors.</content>
</entry>
<entry>
<title>Add vector.to_string and vector.from_string (#10323)</title>
<updated>2021-04-05T13:55:56+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2021-04-05T13:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=23325277659132e95b346307b591c944625bda16'/>
<id>urn:sha1:23325277659132e95b346307b591c944625bda16</id>
<content type='text'>
Writing vectors as strings is very common and should belong to `vector.*`. `minetest.pos_to_string` is also too long to write, implies that one should only use it for positions and leaves no spaces after the commas.</content>
</entry>
</feed>
