<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/util, 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>Attend to LINT sillyness (#8276)</title>
<updated>2019-02-23T02:41:36+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-02-23T02:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=20fb04d9fb73a9000180cd16f50bfe2646b29e2e'/>
<id>urn:sha1:20fb04d9fb73a9000180cd16f50bfe2646b29e2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fake LINT check success (#8092)</title>
<updated>2019-01-12T15:15:42+00:00</updated>
<author>
<name>Jozef Behran</name>
<email>jozuejozef@gmail.com</email>
</author>
<published>2019-01-12T15:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=03cc93f48957a5dee04c56ff8c5b05d647e77d2d'/>
<id>urn:sha1:03cc93f48957a5dee04c56ff8c5b05d647e77d2d</id>
<content type='text'>
The code 'if [ -z ${something} ]; then ... fi' means "if
${something} is an empty string, yell at the command line
about 'binary operator expected' and ignore the body of the
if statement, if ${something} is not an empty string,
the condition is false so ignore the body of the if
statement" which clearly isn't what the author wanted. Fix
it by adding a few quotes around the offending ${something}.</content>
</entry>
<entry>
<title>Fix dissector script to work with newer versions of Wireshark (#7957)</title>
<updated>2018-12-10T13:47:35+00:00</updated>
<author>
<name>meme</name>
<email>meme@users.noreply.github.com</email>
</author>
<published>2018-12-10T13:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f7cccd4df3163464a4fc3bcca4636c93126bbe7f'/>
<id>urn:sha1:f7cccd4df3163464a4fc3bcca4636c93126bbe7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move client-specific files to 'src/client' (#7902)</title>
<updated>2018-11-28T19:01:49+00:00</updated>
<author>
<name>Quentin Bazin</name>
<email>quent42340@gmail.com</email>
</author>
<published>2018-11-28T19:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5f1cd555cd9d1c64426e173b30b5b792d211c835'/>
<id>urn:sha1:5f1cd555cd9d1c64426e173b30b5b792d211c835</id>
<content type='text'>
Update Android.mk
Remove 'src/client' from include_directories
</content>
</entry>
<entry>
<title>Make non-formspec modal menus respect gui scale (#7850)</title>
<updated>2018-11-26T21:55:24+00:00</updated>
<author>
<name>stujones11</name>
<email>stujones111@gmail.com</email>
</author>
<published>2018-11-26T21:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9519d57017cfa28eb4f2fbf3c780f826017bbb00'/>
<id>urn:sha1:9519d57017cfa28eb4f2fbf3c780f826017bbb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add release information to appdata file (#7771)</title>
<updated>2018-10-16T19:04:06+00:00</updated>
<author>
<name>Carles Pastor Badosa</name>
<email>cpbadosa@gmail.com</email>
</author>
<published>2018-10-16T19:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=226bf8b87052619d387fe0e40f90a4723dd714a7'/>
<id>urn:sha1:226bf8b87052619d387fe0e40f90a4723dd714a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert 6587 - Optimize entity-entity collision (#7539)</title>
<updated>2018-07-08T20:30:55+00:00</updated>
<author>
<name>lhofhansl</name>
<email>lhofhansl@yahoo.com</email>
</author>
<published>2018-07-08T20:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=94cd2bfeac073bf0ff0c384e4921c90f281747b0'/>
<id>urn:sha1:94cd2bfeac073bf0ff0c384e4921c90f281747b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix release script</title>
<updated>2018-06-14T17:40:23+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-06-14T17:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=09eea421a9481eba94e89508152f672cebc0ce9b'/>
<id>urn:sha1:09eea421a9481eba94e89508152f672cebc0ce9b</id>
<content type='text'>
client_lua_api.md -&gt; client_lua_api.txt</content>
</entry>
</feed>
