<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git, branch 0.4.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2012-07-21T20:14:23+00:00</updated>
<entry>
<title>Version 0.4.1</title>
<updated>2012-07-21T20:14:23+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-21T20:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e3ddbe8c6b70d260f89dfdb0aa7ecb7dab0a12f6'/>
<id>urn:sha1:e3ddbe8c6b70d260f89dfdb0aa7ecb7dab0a12f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix signedness warning in base64.cpp</title>
<updated>2012-07-21T19:10:29+00:00</updated>
<author>
<name>Andreas Zwinkau</name>
<email>qznc@go.to</email>
</author>
<published>2012-07-04T05:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d085139057e84c677853a57a2613638378e8fdfa'/>
<id>urn:sha1:d085139057e84c677853a57a2613638378e8fdfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wctomb use</title>
<updated>2012-07-21T19:09:17+00:00</updated>
<author>
<name>Andreas Zwinkau</name>
<email>qznc@go.to</email>
</author>
<published>2012-07-03T21:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=28e7443f9bcc1fac186394847c1b788e39daed5e'/>
<id>urn:sha1:28e7443f9bcc1fac186394847c1b788e39daed5e</id>
<content type='text'>
wctomb(NULL, _) returns "nonzero if the encoding has nontrivial shift state, or zero if the encoding is stateless."

I assume the intentation was to get the size of the target buffer.
Use MB_CUR_MAX for this.
</content>
</entry>
<entry>
<title>Remove mbtowc warnings</title>
<updated>2012-07-21T19:08:20+00:00</updated>
<author>
<name>Andreas Zwinkau</name>
<email>qznc@go.to</email>
</author>
<published>2012-07-03T21:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e79ad21aebfe1dc4227ae1f8dd3a2f1c0b5ba193'/>
<id>urn:sha1:e79ad21aebfe1dc4227ae1f8dd3a2f1c0b5ba193</id>
<content type='text'>
As mbtowc(_, _, 1) reads at most one char, everything other than a
return value of 1 is an error. Since the input strings are static,
an assert protects against future changes.

Likewise, wctomb should currently never encounter a character, which
actually needs a multibyte representation.
</content>
</entry>
<entry>
<title>Actually fix facedir-rotated nodes placed using minetest.env:place_node()</title>
<updated>2012-07-21T18:23:15+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-21T18:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0b612539318a688ad24b66392bf39aedf8a01f62'/>
<id>urn:sha1:0b612539318a688ad24b66392bf39aedf8a01f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hovering after mining a block underneath you while sneaking</title>
<updated>2012-07-21T17:56:56+00:00</updated>
<author>
<name>Matthew I</name>
<email>matttpt@gmail.com</email>
</author>
<published>2012-06-26T18:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a2738dec591e9a399e613b9161a7e3ea98674180'/>
<id>urn:sha1:a2738dec591e9a399e613b9161a7e3ea98674180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rotate facedir-rotated top and bottom textures too, and re-implement nodebox side rotation</title>
<updated>2012-07-21T17:23:32+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-21T17:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1788709e2d9cfa8de36742ed21aec877d48c64d7'/>
<id>urn:sha1:1788709e2d9cfa8de36742ed21aec877d48c64d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Facedir rotation of nodebox textures</title>
<updated>2012-07-21T15:59:12+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-21T15:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=47d30d12cb550666cc3776c3ed381c318f294ba9'/>
<id>urn:sha1:47d30d12cb550666cc3776c3ed381c318f294ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check whether node is known before reading definition in __builtin:item:on_step()</title>
<updated>2012-07-21T13:36:14+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-21T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=43df78102c0a95001443979827d747cfe5bd2e37'/>
<id>urn:sha1:43df78102c0a95001443979827d747cfe5bd2e37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix signed overflow in getPointedThing</title>
<updated>2012-07-21T13:13:51+00:00</updated>
<author>
<name>Bad-Command</name>
<email>Corey.Edmunds@gmail.com</email>
</author>
<published>2012-07-04T19:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cc10eec6c6fd6252450f7d3af098e3936e43d3d9'/>
<id>urn:sha1:cc10eec6c6fd6252450f7d3af098e3936e43d3d9</id>
<content type='text'>
</content>
</entry>
</feed>
