<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/lua_api, 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-03-01T19:16:11+00:00</updated>
<entry>
<title>Fix particle spawners not visible since CSM spawner implementation (#8289)</title>
<updated>2019-03-01T19:16:11+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2019-03-01T19:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=170dd409cbf1856600ee5089a95c096dd668b75e'/>
<id>urn:sha1:170dd409cbf1856600ee5089a95c096dd668b75e</id>
<content type='text'>
* Drop the ID mapper, use a big u64 instead. This will permit to resync server ids properly with the manager code
* Modernize some code parts (std::unordered_map, auto)
* generate id on client part on U32_MAX + 1 ids, lower are for server ids</content>
</entry>
<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>Fix extract zip writing lowercase files (#8221)</title>
<updated>2019-02-14T20:03:45+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2019-02-14T20:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a8311ad57f78b6797d3de1c0abfe1cc29ad19675'/>
<id>urn:sha1:a8311ad57f78b6797d3de1c0abfe1cc29ad19675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistent HP and damage types (#8167)</title>
<updated>2019-02-10T23:03:26+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2019-02-10T23:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ffb17f1c9a203fea6de70159b461f52d104e05b9'/>
<id>urn:sha1:ffb17f1c9a203fea6de70159b461f52d104e05b9</id>
<content type='text'>
Remove deprecated HUDs and chat message handling.
Remove unused m_damage variable (compat break).
HP: s32 for setter/calculations, u16 for getter.</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>Fix pkgmgr game install with RUN_IN_PLACE=0 (#8113)</title>
<updated>2019-01-26T13:12:20+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-01-26T13:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ded522b2ee00b8f325b5f5fe216d67dd8a15f42a'/>
<id>urn:sha1:ded522b2ee00b8f325b5f5fe216d67dd8a15f42a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various bugs (Anticheat, Lua helpers) (#8013)</title>
<updated>2019-01-06T09:24:44+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2019-01-06T09:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a122ba0ef4af865d225adbe22a55b8001af04c61'/>
<id>urn:sha1:a122ba0ef4af865d225adbe22a55b8001af04c61</id>
<content type='text'>
* Fix various bugs (Anticheat, Lua helpers)

Anticheat: Use camera position instead of player position for shoot line calculations
Lua helpers: Increase 'i' to not overwrite earlier added table values

* Remove lag compensation

* * 1.5 for larger selection boxes
</content>
</entry>
<entry>
<title>Add minetest.load_area (#8023)</title>
<updated>2018-12-31T00:32:54+00:00</updated>
<author>
<name>HybridDog</name>
<email>ovvv@web.de</email>
</author>
<published>2018-12-31T00:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c6f784f43bca3328c6810c26c8bda2ea507c70e8'/>
<id>urn:sha1:c6f784f43bca3328c6810c26c8bda2ea507c70e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)</title>
<updated>2018-12-24T09:51:10+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-12-24T09:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a5197eaebc61ac6b555a640f36c0b427faef381d'/>
<id>urn:sha1:a5197eaebc61ac6b555a640f36c0b427faef381d</id>
<content type='text'>
* CSM: add requested CSM_RF_READ_PLAYERINFO

This new CSM limit permit to limit PLAYERINFO read from server.

It affects get_player_names call
</content>
</entry>
</feed>
