<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/common, branch 5.0.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-11-01T20:07:01+00:00</updated>
<entry>
<title>Fix string.split returning an empty table if string starts with sepearator (#7827)</title>
<updated>2018-11-01T20:07:01+00:00</updated>
<author>
<name>Pierre-Yves Rollo</name>
<email>dev@pyrollo.com</email>
</author>
<published>2018-11-01T20:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0e306c084284aeafb3d5cde0cfec11a85a11cb9c'/>
<id>urn:sha1:0e306c084284aeafb3d5cde0cfec11a85a11cb9c</id>
<content type='text'>
Calling string.split(":A:B:C:D", ":") returns an empty array.
This is due to first empty string not making repeat loop decreasing max_split which has a 0 value when reaching until.
Changing max_splits default value from -1 to -2 fixes that issue.</content>
</entry>
<entry>
<title>Builtin//misc_helpers: Various fixes (#7737)</title>
<updated>2018-09-23T20:06:51+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2018-09-23T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4a2a11262b0821d0bcddd25161f5eb8b172b23fd'/>
<id>urn:sha1:4a2a11262b0821d0bcddd25161f5eb8b172b23fd</id>
<content type='text'>
Remove unused variable 'seplen'.
Fix 'cparam2'-&gt;'param2'.
Do not initialise variable 'p' twice.</content>
</entry>
<entry>
<title>Pointed_thing_to_face_pos: Avoid crash when player is inside a node (#7342)</title>
<updated>2018-05-16T19:49:46+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2018-05-16T19:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=45e48295d203b653041404a75c6e2744b78ced45'/>
<id>urn:sha1:45e48295d203b653041404a75c6e2744b78ced45</id>
<content type='text'>
Avoid crash in some situations when player is inside a node, causing
'above' to equal 'under'.
In this situation return 'under' which is the node position very close
to the face position that would normally be returned.</content>
</entry>
<entry>
<title>Add online content repository</title>
<updated>2018-04-19T19:14:53+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-04-17T13:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=87ad4d8e7f25210cd28d9f2b372aa00aa3dab929'/>
<id>urn:sha1:87ad4d8e7f25210cd28d9f2b372aa00aa3dab929</id>
<content type='text'>
Replaces mods and texture pack tabs with a single content tab
</content>
</entry>
<entry>
<title>core.rotate_node: Do not trigger after_place_node (#6900)</title>
<updated>2018-03-29T19:44:13+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2018-03-29T19:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8f827ee6800974ee451f0e82ac5eafdff63b835e'/>
<id>urn:sha1:8f827ee6800974ee451f0e82ac5eafdff63b835e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow dumping userdata (#7012)</title>
<updated>2018-02-08T18:17:06+00:00</updated>
<author>
<name>you</name>
<email>ovvv@web.de</email>
</author>
<published>2018-02-08T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a6bb2c4ea8cfcfeeb6f78129663a3c3237891ce2'/>
<id>urn:sha1:a6bb2c4ea8cfcfeeb6f78129663a3c3237891ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vector functions: Fix vector.direction() function, improve documentation (#6801)</title>
<updated>2017-12-21T19:57:42+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2017-12-21T19:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d04c41ad80650822be0ff3d18f253a0dbd570116'/>
<id>urn:sha1:d04c41ad80650822be0ff3d18f253a0dbd570116</id>
<content type='text'>
vector.direction() now returns a normalised vector with direction p1 to p2.</content>
</entry>
<entry>
<title>Give subgames the ability to disallow specific mapgens (#6792)</title>
<updated>2017-12-16T16:02:08+00:00</updated>
<author>
<name>Ezhh</name>
<email>owlecho@live.com</email>
</author>
<published>2017-12-16T16:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=649eef9e4fe4ef6a59ca9f59c900c6e0900cfb3a'/>
<id>urn:sha1:649eef9e4fe4ef6a59ca9f59c900c6e0900cfb3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pointed thing to face pos: Use 'eye height' object property (#6754)</title>
<updated>2017-12-09T13:30:26+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2017-12-09T13:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=da298a26ff3a412dda0caadddbfa4a92276daea3'/>
<id>urn:sha1:da298a26ff3a412dda0caadddbfa4a92276daea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core.rotate_node: Run callbacks like with any regular placed node (#6648)</title>
<updated>2017-11-21T19:21:52+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2017-11-21T19:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f7733f41ea36e7d4531fea61a4cd4b679514d263'/>
<id>urn:sha1:f7733f41ea36e7d4531fea61a4cd4b679514d263</id>
<content type='text'>
</content>
</entry>
</feed>
