<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git, branch 0.3.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.3.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.3.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2011-11-09T10:07:40+00:00</updated>
<entry>
<title>Update changelog and call this 0.3.1</title>
<updated>2011-11-09T10:07:40+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-09T10:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bc0e5c0063d2af107f81853c5ff555c57d1a9e3a'/>
<id>urn:sha1:bc0e5c0063d2af107f81853c5ff555c57d1a9e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix water-glass and water-lava surfaces</title>
<updated>2011-11-08T14:17:38+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-08T14:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=045e32b6ecb99432beac3363685fb622e9ec3457'/>
<id>urn:sha1:045e32b6ecb99432beac3363685fb622e9ec3457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call this 0.3.dev-20111108</title>
<updated>2011-11-08T00:13:29+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-08T00:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fea55a9b87b47eb7cac19587923c5debde8336b7'/>
<id>urn:sha1:fea55a9b87b47eb7cac19587923c5debde8336b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset block usage timer on client only if it is very probably drawn</title>
<updated>2011-11-08T00:13:22+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-08T00:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=763da10c7b13a00fa1ed117a2693755af9284caf'/>
<id>urn:sha1:763da10c7b13a00fa1ed117a2693755af9284caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance.</title>
<updated>2011-11-07T09:21:42+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2011-11-07T03:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1c98ec94da18c97272e1b0a2c1e43baf0683a187'/>
<id>urn:sha1:1c98ec94da18c97272e1b0a2c1e43baf0683a187</id>
<content type='text'>
Conflicts:

	src/test.cpp
</content>
</entry>
<entry>
<title>utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interface, connection.h: use Buffer instead of SharedBuffer in command and event queues</title>
<updated>2011-11-07T09:19:56+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2011-11-07T01:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=28660b4c1af1b1b6ac2d3fda6984bda2a1199dc1'/>
<id>urn:sha1:28660b4c1af1b1b6ac2d3fda6984bda2a1199dc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new Connection test in test.cpp in case needed in the future (commented out), improve comments in test.cpp a bit</title>
<updated>2011-11-07T09:15:43+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-07T09:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fa72e65b59364d204db8bce59989673034e59988'/>
<id>urn:sha1:fa72e65b59364d204db8bce59989673034e59988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Infinite packet flood test for debugging the new network layer</title>
<updated>2011-11-06T23:20:58+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-06T23:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7d5d676eac56d2e34fd34ea7508594c6e50ae141'/>
<id>urn:sha1:7d5d676eac56d2e34fd34ea7508594c6e50ae141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Command-line signal handling for Windows</title>
<updated>2011-11-06T17:24:44+00:00</updated>
<author>
<name>Constantin Wenger</name>
<email>constantin.wenger@googlemail.com</email>
</author>
<published>2011-11-06T14:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=61f2cc45c275ce493ec7f53e6f22fb8cda89db31'/>
<id>urn:sha1:61f2cc45c275ce493ec7f53e6f22fb8cda89db31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make water invisible next to underwater glass</title>
<updated>2011-11-05T21:30:27+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-05T21:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c1d92d72e1af6d99c6fdbeec0900326dd9938fd2'/>
<id>urn:sha1:c1d92d72e1af6d99c6fdbeec0900326dd9938fd2</id>
<content type='text'>
</content>
</entry>
</feed>
