<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/doc, branch 5.0.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2019-02-26T07:53:53+00:00</updated>
<entry>
<title>Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)"</title>
<updated>2019-02-26T07:53:53+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-02-26T07:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=111f1dc9c5f336f5b4f12c15940dc4cc2cbe7f82'/>
<id>urn:sha1:111f1dc9c5f336f5b4f12c15940dc4cc2cbe7f82</id>
<content type='text'>
This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
</content>
</entry>
<entry>
<title>Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)</title>
<updated>2019-02-26T04:26:25+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-02-26T04:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=01cd63bd3bca0192dab2834faf414b022706a77e'/>
<id>urn:sha1:01cd63bd3bca0192dab2834faf414b022706a77e</id>
<content type='text'>
Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd
"[CSM] Add functions to create particles and particlespawners."</content>
</entry>
<entry>
<title>lua_api.txt, settingtypes.txt: Various improvements (#8252)</title>
<updated>2019-02-18T02:53:33+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-02-18T02:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e7ba366fc58c437640c7d603d28668b52ba79c7'/>
<id>urn:sha1:6e7ba366fc58c437640c7d603d28668b52ba79c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update many things in Lua API docs (#8236)</title>
<updated>2019-02-17T20:49:51+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2019-02-17T20:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=187519407be5ca51db007d638857917ba53f1b6d'/>
<id>urn:sha1:187519407be5ca51db007d638857917ba53f1b6d</id>
<content type='text'>
- minetest.get_hit_params
- minetest.get_dig_params
- table.indexof
- Scope of minetest.register_alias
- Vector function parameters
- More explanation of when `minetest.on_player_receive_fields` is called
- Syntax/semantics of the fields in `minetest.on_player_receive_fields`</content>
</entry>
<entry>
<title>lua_api.txt: Various additions and improvements (#8245)</title>
<updated>2019-02-17T02:52:53+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-02-17T02:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=00a22ec76ddd727a22088ecdb856f41aac241df5'/>
<id>urn:sha1:00a22ec76ddd727a22088ecdb856f41aac241df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)</title>
<updated>2019-02-07T21:26:06+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-02-07T21:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d5456da69de6d74206a8513fc53db38c7dd4bd22'/>
<id>urn:sha1:d5456da69de6d74206a8513fc53db38c7dd4bd22</id>
<content type='text'>
Store the rotation in the node as a 4x4 transformation matrix internally (through IDummyTransformationSceneNode), which allows more manipulations without losing precision or having gimbal lock issues.

Network rotation is still transmitted as Eulers, though, not as matrix. But it will stay this way in 5.0.</content>
</entry>
<entry>
<title>Update manpage (#8169)</title>
<updated>2019-02-03T23:11:32+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-02-03T23:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3c2fe3229efb62d1979f342fb8568f2dcf2d36ef'/>
<id>urn:sha1:3c2fe3229efb62d1979f342fb8568f2dcf2d36ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protocol Docs: Python check bump to Python 3</title>
<updated>2019-02-03T01:32:37+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2019-02-03T01:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=23ea02c79cde40a25fea9eb1c97d216d25f8590d'/>
<id>urn:sha1:23ea02c79cde40a25fea9eb1c97d216d25f8590d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Content store: Fix storage leak by storing screenshots in cache (#8137)</title>
<updated>2019-01-31T16:35:55+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2019-01-31T16:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=572ba83b3084e3d3abd294acb914746d29822a98'/>
<id>urn:sha1:572ba83b3084e3d3abd294acb914746d29822a98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove incorrect feature flag (#8086)</title>
<updated>2019-01-19T14:17:05+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-01-19T14:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=11b550e0245d8ce4e171d9cda5c6578143a59869'/>
<id>urn:sha1:11b550e0245d8ce4e171d9cda5c6578143a59869</id>
<content type='text'>
And document the versions that introduced the features.</content>
</entry>
</feed>
