<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/touchscreengui.h, branch itemmeta_restrictions</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=itemmeta_restrictions</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=itemmeta_restrictions'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-11-08T22:56:20+00:00</updated>
<entry>
<title>Move files to subdirectories (#6599)</title>
<updated>2017-11-08T22:56:20+00:00</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2017-11-08T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f'/>
<id>urn:sha1:20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f</id>
<content type='text'>
* Move files around
</content>
</entry>
<entry>
<title>Fix Android node selection distance (#6187)</title>
<updated>2017-08-24T06:31:33+00:00</updated>
<author>
<name>Dániel Juhász</name>
<email>juhdanad@gmail.com</email>
</author>
<published>2017-08-24T06:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=01c319d7784c3db614a53745e5af62c43cf45c90'/>
<id>urn:sha1:01c319d7784c3db614a53745e5af62c43cf45c90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++ modernize: Pragma once (#6264)</title>
<updated>2017-08-17T20:19:39+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=921151d97a2fb2238ab514324fb95e2732248b96'/>
<id>urn:sha1:921151d97a2fb2238ab514324fb95e2732248b96</id>
<content type='text'>
* Migrate cpp headers to pragma once
</content>
</entry>
<entry>
<title>Cpp11 initializers: last src root changeset (#6022)</title>
<updated>2017-06-21T09:51:29+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-06-21T09:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1425c6def156840b359b90b4f32b9c7b8f005731'/>
<id>urn:sha1:1425c6def156840b359b90b4f32b9c7b8f005731</id>
<content type='text'>
* Cpp11 initializers: last src root changeset

Finish to migrate all src root folder files to C++11 constructor initializers
</content>
</entry>
<entry>
<title>Minetest for C++11 (CMakeLists + Travis)</title>
<updated>2017-06-04T07:57:08+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-05-26T15:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bf6569b57019d070246d947ed929cb2b5eb67faf'/>
<id>urn:sha1:bf6569b57019d070246d947ed929cb2b5eb67faf</id>
<content type='text'>
* Move GCC to GCC 6 &amp; GCC 7
* Move Clang to Clang 3.6 &amp; Clang 4.0
* LINT moves from Clang 3.9 to Clang 4.0
* Move XCode 7.3 to 8.0
* Use more travis tricks to install compilers instead of adding complexity to our build script
* Clang format fixes on checked files (compat Cpp11 instead of Cpp03)
* Mingw GCC update from 4.8.4 to 5.3 (Ubuntu Xenial)
* Drop mingw cmake generated files and add them to gitignore
</content>
</entry>
<entry>
<title>Clean up getTime helpers</title>
<updated>2017-04-28T18:43:18+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-03-06T19:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b662a4577d692329b9ca83525e6039f2ddcd1ac1'/>
<id>urn:sha1:b662a4577d692329b9ca83525e6039f2ddcd1ac1</id>
<content type='text'>
This increases size of the getTime return values to 64 bits.
It also removes the TimeGetter classes since the getTime functions
are now very precise.
</content>
</entry>
<entry>
<title>Clang-format fix for Android</title>
<updated>2017-04-10T07:40:06+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-04-10T07:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0bc306e3371c4fe2211876156bcbc8a5e2092e22'/>
<id>urn:sha1:0bc306e3371c4fe2211876156bcbc8a5e2092e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass clang-format on 14 trivial header files fixes</title>
<updated>2017-04-07T21:22:00+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-04-07T21:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4af99b75cf3ae43c365a4c1e90e85f8ec764cf62'/>
<id>urn:sha1:4af99b75cf3ae43c365a4c1e90e85f8ec764cf62</id>
<content type='text'>
Also remove them from whitelist
</content>
</entry>
<entry>
<title>Fix segfault on startup error on Android</title>
<updated>2016-12-12T13:22:26+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2016-12-11T22:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=540071002e949dfa7be3999a58be46d75d7631e9'/>
<id>urn:sha1:540071002e949dfa7be3999a58be46d75d7631e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix camera jumping on Android when panning past 0/360 mark</title>
<updated>2016-12-12T13:20:18+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2016-12-11T21:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0fdf24d64ab055a97e488eb3775cc7c721156d3c'/>
<id>urn:sha1:0fdf24d64ab055a97e488eb3775cc7c721156d3c</id>
<content type='text'>
</content>
</entry>
</feed>
