<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/doc, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-05-15T12:49:15+00:00</updated>
<entry>
<title>Bump version to 0.4.14</title>
<updated>2016-05-15T12:49:15+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-05-15T12:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=854d9e3745304f5f420805818de99e5e6d1b2596'/>
<id>urn:sha1:854d9e3745304f5f420805818de99e5e6d1b2596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua_api.txt: Fix documentation for facedir rotation</title>
<updated>2016-05-10T01:21:53+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2016-05-09T22:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3f89bf4d7f241cebc118cccf2ac147ee6454216e'/>
<id>urn:sha1:3f89bf4d7f241cebc118cccf2ac147ee6454216e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add [resize texture modifier Resizes the texture to the given dimensions.</title>
<updated>2016-05-09T18:48:42+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2016-05-03T18:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=53e9587861fdf8c588f7e51eca522215167250b4'/>
<id>urn:sha1:53e9587861fdf8c588f7e51eca522215167250b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua_api.txt: Add warnings of l-system lighting bug</title>
<updated>2016-05-05T23:29:16+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2016-05-02T20:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a279426d126631e82f49f5b9d1d7bfb2c580396d'/>
<id>urn:sha1:a279426d126631e82f49f5b9d1d7bfb2c580396d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Builtin: Add basic_privs setting</title>
<updated>2016-04-28T06:19:07+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2016-04-09T15:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38'/>
<id>urn:sha1:17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tile.cpp: Automatically upscale lower resolution texture</title>
<updated>2016-04-25T05:39:32+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2016-04-21T19:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2'/>
<id>urn:sha1:31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hud: Fix offset being ignored by inventory bar</title>
<updated>2016-04-11T03:54:23+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2015-01-09T17:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eae33951ad8b13cb335fca8eaec73185959eb44e'/>
<id>urn:sha1:eae33951ad8b13cb335fca8eaec73185959eb44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document hpchange callback ordering thing (#3981)</title>
<updated>2016-04-10T11:52:18+00:00</updated>
<author>
<name>raymoo</name>
<email>raymoo@users.noreply.github.com</email>
</author>
<published>2016-04-10T11:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c566a8f2de162fa985aca53647efdc82a82c2d29'/>
<id>urn:sha1:c566a8f2de162fa985aca53647efdc82a82c2d29</id>
<content type='text'>
Document hpchange callback ordering thing

Callbacks registered by register_on_player_hpchange are ordered so that non-modifiers are called after modifiers are called. Credit to @TeTpaAka who mentioned this previously-undocumented feature in #3799.

See also commit

aa13baa30a45b0f834c23bd5c0407895eb8ec0ee "Add minetest.register_on_player_hpchange"</content>
</entry>
<entry>
<title>Clearer explanation of [colorize with alpha</title>
<updated>2016-04-07T07:55:17+00:00</updated>
<author>
<name>Samuel Sieb</name>
<email>samuel@sieb.net</email>
</author>
<published>2016-04-06T07:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ecdd5921a14a8e61ab1bd1338d61373ad96d5d3d'/>
<id>urn:sha1:ecdd5921a14a8e61ab1bd1338d61373ad96d5d3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to colorize to respect the destination alpha</title>
<updated>2016-04-03T08:24:28+00:00</updated>
<author>
<name>Samuel Sieb</name>
<email>samuel@sieb.net</email>
</author>
<published>2016-04-03T06:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=01ae43c48009f816f4649fae2f7f6997452aa6cf'/>
<id>urn:sha1:01ae43c48009f816f4649fae2f7f6997452aa6cf</id>
<content type='text'>
Also, rework the colorizing code to be more efficient.
</content>
</entry>
</feed>
