<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/common/tests, branch dual_wielding</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=dual_wielding</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=dual_wielding'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2023-01-10T14:25:48+00:00</updated>
<entry>
<title>Error when string.split is given empty separator (#13132)</title>
<updated>2023-01-10T14:25:48+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2023-01-10T14:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ab1fe80150a8031fb702b9ff776db2db4dea89a4'/>
<id>urn:sha1:ab1fe80150a8031fb702b9ff776db2db4dea89a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement vector and node conversion in Lua (#12609)</title>
<updated>2022-10-18T22:01:44+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2022-10-18T22:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b38ffdec279bcded98e34f5116c8d676aa9f73a7'/>
<id>urn:sha1:b38ffdec279bcded98e34f5116c8d676aa9f73a7</id>
<content type='text'>
Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</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>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>
</feed>
