<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/util/travis, 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>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>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>Disable clang-tidy when no C/C++ files has been modified.</title>
<updated>2018-06-10T16:33:33+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-06-10T16:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fb4e4f048ea8c53d20465ee17fddbfc0ae946b74'/>
<id>urn:sha1:fb4e4f048ea8c53d20465ee17fddbfc0ae946b74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[clang-tidy] Promote some performance-* as a coding error (#7194)</title>
<updated>2018-04-04T18:49:42+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-04-04T18:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=077f231111082272359a916c3e41049aaf699151'/>
<id>urn:sha1:077f231111082272359a916c3e41049aaf699151</id>
<content type='text'>
* Promote performance-type-promotion-in-math-fn as a coding error
* Promote performance-faster-string-find too (which is not problematic currently)
* Same for performance-implicit-cast-in-loop
* Fix remaining tidy points
</content>
</entry>
<entry>
<title>Optimize entity-entity collision (#6587)</title>
<updated>2018-04-03T06:23:46+00:00</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2018-04-03T06:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=528908a4c3dd190cb7a6007df1e3fcd8e4604bfa'/>
<id>urn:sha1:528908a4c3dd190cb7a6007df1e3fcd8e4604bfa</id>
<content type='text'>
* Add IrrLicht type aliases
* Add hash for IrrLicht vector
* Add object map
</content>
</entry>
</feed>
