<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/misc.lua, branch 5.3.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2014-05-07T21:14:23+00:00</updated>
<entry>
<title>Organize builtin into subdirectories</title>
<updated>2014-05-07T21:14:23+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-04-27T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1cd512913e4d4ad1fb43d4b6e3d7971bb6c67528'/>
<id>urn:sha1:1cd512913e4d4ad1fb43d4b6e3d7971bb6c67528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add proper lua api deprecated handling</title>
<updated>2014-04-29T20:49:04+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-04-29T15:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b5acec0a3c5701c53854ff7afdf4008863e6e8df'/>
<id>urn:sha1:b5acec0a3c5701c53854ff7afdf4008863e6e8df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checks for nil in minetest.after</title>
<updated>2014-04-13T21:54:00+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-04-13T21:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=dcafad2f736aa9b7174bdf7313735d89b981e0c6'/>
<id>urn:sha1:dcafad2f736aa9b7174bdf7313735d89b981e0c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add forceloading</title>
<updated>2014-01-11T16:54:00+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2014-01-11T16:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=84b94eb19804484b689cec441e175628fd10335f'/>
<id>urn:sha1:84b94eb19804484b689cec441e175628fd10335f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue #1009 (minetest.get_connected_players() returns non-existing players)</title>
<updated>2013-11-17T20:15:59+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-11-17T07:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86ef7147b60868f86d38d55a1dcf6271d68427ce'/>
<id>urn:sha1:86ef7147b60868f86d38d55a1dcf6271d68427ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic protection support to builtin</title>
<updated>2013-11-02T18:01:10+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-08-02T20:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=06a5eceb81f8f5006814e567790166a0d7693972'/>
<id>urn:sha1:06a5eceb81f8f5006814e567790166a0d7693972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimized minetest.get_connected_players()</title>
<updated>2013-10-01T13:03:03+00:00</updated>
<author>
<name>fairiestoy</name>
<email>johannesvk@web.de</email>
</author>
<published>2013-09-11T14:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2170c9958a455c228459c795857ec1a890cd05c5'/>
<id>urn:sha1:2170c9958a455c228459c795857ec1a890cd05c5</id>
<content type='text'>
Instead of collecting all objects within a huge radius (which could be
a big value), just register each player that connects and give back the
current hold list.
</content>
</entry>
<entry>
<title>Fix formspec escaping, add escaping to info.txt for texture packs.</title>
<updated>2013-08-15T20:12:51+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2013-08-14T18:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7921fe2cd1b284b35c28419fdf78873af456fded'/>
<id>urn:sha1:7921fe2cd1b284b35c28419fdf78873af456fded</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move math.hypot() to misc_helpers.lua and fix zero-division error</title>
<updated>2013-07-08T01:47:38+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-07-07T16:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a75afb85ca6338da847172bbed3cc776d3aced20'/>
<id>urn:sha1:a75afb85ca6338da847172bbed3cc776d3aced20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add vector helpers</title>
<updated>2013-07-07T05:49:11+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-07-07T05:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ae8ff4b8e2da35265ebbbe7afe99ed29e61efa7d'/>
<id>urn:sha1:ae8ff4b8e2da35265ebbbe7afe99ed29e61efa7d</id>
<content type='text'>
</content>
</entry>
</feed>
