<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, branch 0.4.9</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2013-12-31T20:00:49+00:00</updated>
<entry>
<title>Fix exception caused by destroying sockets on Server shutdown</title>
<updated>2013-12-31T20:00:49+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-12-25T04:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=25b1cca4150a9f78b05b98afee71a97fd052df71'/>
<id>urn:sha1:25b1cca4150a9f78b05b98afee71a97fd052df71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix enum element name in Lua HUD code (position vs. pos)</title>
<updated>2013-12-31T05:13:54+00:00</updated>
<author>
<name>kaeza</name>
<email>kaeza@users.sf.net</email>
</author>
<published>2013-12-21T03:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=767b2e7b175db54ec29bd270280b857586b1e836'/>
<id>urn:sha1:767b2e7b175db54ec29bd270280b857586b1e836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize world before creating BanManager and RollbackManager</title>
<updated>2013-12-30T19:29:33+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-30T19:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2902a29c2d5cc54f1a5623613e91ddecc7fee2a2'/>
<id>urn:sha1:2902a29c2d5cc54f1a5623613e91ddecc7fee2a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix InventoryList reading order</title>
<updated>2013-12-30T19:00:05+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-12-30T19:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=829426c71456f9980f42ebd5435c5eee6615dd6f'/>
<id>urn:sha1:829426c71456f9980f42ebd5435c5eee6615dd6f</id>
<content type='text'>
Lua does not guarantee that the indexes of a table will be in numerical order.
</content>
</entry>
<entry>
<title>Remove FPS from window title</title>
<updated>2013-12-25T02:52:44+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-12-25T02:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4b31a38ae9b2d2019ddf75d09c1fdfd67f512067'/>
<id>urn:sha1:4b31a38ae9b2d2019ddf75d09c1fdfd67f512067</id>
<content type='text'>
This doubles performance on some window managers (WTF?!)
</content>
</entry>
<entry>
<title>Make SHA1::addBytes(..., 0) a no-op instead of an assertion failure</title>
<updated>2013-12-24T23:29:00+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-12-24T23:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bf9f50bc0eff2e9231c55a2bfd5f97c27e6de4dd'/>
<id>urn:sha1:bf9f50bc0eff2e9231c55a2bfd5f97c27e6de4dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVAL</title>
<updated>2013-12-24T18:28:09+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-12-24T18:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3aa28bc7a2014dcefd9f24517ff32223bec32a35'/>
<id>urn:sha1:3aa28bc7a2014dcefd9f24517ff32223bec32a35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix particle code ignoring return value of std::vector::erase(). Wat.</title>
<updated>2013-12-23T14:11:53+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-12-23T14:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a5377251e213803f61752594b7b52d31ac410bb2'/>
<id>urn:sha1:a5377251e213803f61752594b7b52d31ac410bb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix to get_all_craft_recipes.</title>
<updated>2013-12-21T22:03:51+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-12-21T22:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7ae0b90ff7d724e02b71da21b98e5895dc1b1767'/>
<id>urn:sha1:7ae0b90ff7d724e02b71da21b98e5895dc1b1767</id>
<content type='text'>
Indexes for empty slots shall not be skipped.
</content>
</entry>
<entry>
<title>Check for denied access in itemdef/nodedef/media fetch loop</title>
<updated>2013-12-19T20:47:08+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-12-19T20:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a50db0e824eba8e0e265099df256cafc333113d7'/>
<id>urn:sha1:a50db0e824eba8e0e265099df256cafc333113d7</id>
<content type='text'>
</content>
</entry>
</feed>
