<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, branch 0.4.3</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.3</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.3'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2012-09-04T22:17:44+00:00</updated>
<entry>
<title>Prevent world creation if the world already exists</title>
<updated>2012-09-04T22:17:44+00:00</updated>
<author>
<name>Matthew I</name>
<email>matttpt@gmail.com</email>
</author>
<published>2012-08-30T19:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c8895dd43b098d635ec0ae55fbbbfe5d1fe8bef9'/>
<id>urn:sha1:c8895dd43b098d635ec0ae55fbbbfe5d1fe8bef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce stricter world names using a blacklist</title>
<updated>2012-09-04T22:17:28+00:00</updated>
<author>
<name>Matthew I</name>
<email>matttpt@gmail.com</email>
</author>
<published>2012-09-02T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5dd1d354f86692e4c08cc78f3d9743557103449e'/>
<id>urn:sha1:5dd1d354f86692e4c08cc78f3d9743557103449e</id>
<content type='text'>
Blacklisted characters are: / \
</content>
</entry>
<entry>
<title>Add aux1_descends to key change menu</title>
<updated>2012-09-04T21:55:19+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-04T21:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a0da6bcf43d71d22b949ccf1e68153b51da53e39'/>
<id>urn:sha1:a0da6bcf43d71d22b949ccf1e68153b51da53e39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible InventoryList width field</title>
<updated>2012-09-04T21:39:43+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-04T21:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd'/>
<id>urn:sha1:1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "Unknown inventory identifier" deserialization errors, because they can break forward compatibility</title>
<updated>2012-09-04T20:02:56+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-04T20:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=60932d2bd76cbe006e297f36bc118b830ae969d3'/>
<id>urn:sha1:60932d2bd76cbe006e297f36bc118b830ae969d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize ClientMap rendering code for a bit more performance</title>
<updated>2012-09-04T19:41:03+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-04T06:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ee2d9d973a0397ce244f05d49083250956578780'/>
<id>urn:sha1:ee2d9d973a0397ce244f05d49083250956578780</id>
<content type='text'>
- Don't select blocks for drawing in every frame
- Sort meshbuffers by material before drawing
</content>
</entry>
<entry>
<title>Fix shift-descend to ladders from a floor</title>
<updated>2012-09-03T20:31:51+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-03T20:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0e6f7a21c60d162b3b7134882dc22dbd8acd014f'/>
<id>urn:sha1:0e6f7a21c60d162b3b7134882dc22dbd8acd014f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix moving stuff into a mismatched stack in a "infinite" inventory</title>
<updated>2012-09-02T20:01:42+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-02T20:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cc47ff7c4cd3a2ae1685f19c52da98164befcd0a'/>
<id>urn:sha1:cc47ff7c4cd3a2ae1685f19c52da98164befcd0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make inventory GUI do sane things when server-side inventory acts unusually</title>
<updated>2012-09-02T19:51:38+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-02T19:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e1a495ee306290b3bec2de9aa298aac1528e9243'/>
<id>urn:sha1:e1a495ee306290b3bec2de9aa298aac1528e9243</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug in moving a larger sized stack in inventory on top of another</title>
<updated>2012-09-02T17:24:45+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-02T17:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6495007924d8907ddfff14be09d38a4b1745b95a'/>
<id>urn:sha1:6495007924d8907ddfff14be09d38a4b1745b95a</id>
<content type='text'>
- You have 2 stacks: a with x items and b with y&lt;x items
- Take a with your mouse and place it on b
- Whole stack a moves to b
- (y * 2 - x) items move from b to a
- (x - y) items are left to the mouse cursor
</content>
</entry>
</feed>
