<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/build/android/jni, branch 0.4.13</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-07-29T13:59:06+00:00</updated>
<entry>
<title>Android: fix horrible libiconv build</title>
<updated>2015-07-29T13:59:06+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-29T09:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eb3aac20c879b9532cd3b678efb2126adcd07af7'/>
<id>urn:sha1:eb3aac20c879b9532cd3b678efb2126adcd07af7</id>
<content type='text'>
Before, our libiconv build was a joke. We first called configure for our own build host system,
then called make, before we executed a Android.mk script we provided as patch. The first "native make"
always failed, and the LIBICONV_LIB file setting in our Makefile didn't match the built one,
resulting in an always-rebuild of iconv.

This commit cleans up this total mess, removes the double-build, and the Android.mk, and properly calls
./configure with the according target platform, and uses a built toolchain.

As we have to deal with the android bug "NDK: Support for prebuild libs with full sonames"
https://code.google.com/p/android/issues/detail?id=55868
as the 2013 patch
https://lists.gnu.org/archive/html/libtool-patches/2013-06/msg00002.html
by Google's David Turner wasn't inside the 2011 libtool, we pass -avoid-version to
libtool.

Thanks to the proper build, wide_to_utf8 works for android now, removing us of the need to disable it.
</content>
</entry>
<entry>
<title>Add AreaStore data structure</title>
<updated>2015-07-27T04:42:56+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-11T00:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c30a2d68541b6ff451d92709478b4e37cac86447'/>
<id>urn:sha1:c30a2d68541b6ff451d92709478b4e37cac86447</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minimap feature</title>
<updated>2015-06-27T01:42:01+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>maciej.kasatkin@o2.pl</email>
</author>
<published>2015-06-22T02:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ffd16e3feca90c356c55898de2b9f3f5c6bc5c98'/>
<id>urn:sha1:ffd16e3feca90c356c55898de2b9f3f5c6bc5c98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add utf-8 conversion utilities and re-add intlGUIEditBox</title>
<updated>2015-06-13T17:49:55+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-06-09T22:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=572990dcd3f43386860b5b14015ad722fb96ea83'/>
<id>urn:sha1:572990dcd3f43386860b5b14015ad722fb96ea83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ObjDef/ObjDefManager out to objdef.cpp</title>
<updated>2015-05-19T02:30:25+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-19T02:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6c5a6967ecc162befc44f1adf15bcc9d11658ff7'/>
<id>urn:sha1:6c5a6967ecc162befc44f1adf15bcc9d11658ff7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mod security</title>
<updated>2015-05-16T22:32:31+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-09-06T00:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3a8c7888807e4483bbdb3edd81c9893f3e2f427d'/>
<id>urn:sha1:3a8c7888807e4483bbdb3edd81c9893f3e2f427d</id>
<content type='text'>
Due to compatibility concerns, this is temporarily disabled.
</content>
</entry>
<entry>
<title>Make early protocol auth mechanism generic, and add SRP</title>
<updated>2015-05-11T16:40:27+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-04-12T02:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=82e35edff52d88dcd64a9bfc9d2c4c93f1341b78'/>
<id>urn:sha1:82e35edff52d88dcd64a9bfc9d2c4c93f1341b78</id>
<content type='text'>
Adds everything needed for SRP (and everything works too),
but still deactivated, as protocol v25 init packets aren't final yet.
Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25
inside networkprotocol.h.
</content>
</entry>
<entry>
<title>Add LibGMP</title>
<updated>2015-05-11T15:48:33+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-04-12T04:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=181f7baa453c58d4070de7196fd74663110946a8'/>
<id>urn:sha1:181f7baa453c58d4070de7196fd74663110946a8</id>
<content type='text'>
Uses system provided libgmp if found, if not it falls back to mini-gmp.
</content>
</entry>
<entry>
<title>Tests: Add schematic unittests</title>
<updated>2015-05-08T04:55:42+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-08T04:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2dba29ebf20e95068872b758a9c16daeb4c74440'/>
<id>urn:sha1:2dba29ebf20e95068872b758a9c16daeb4c74440</id>
<content type='text'>
Improve schematic file-saving interface
Add ability to create temporary test files
</content>
</entry>
<entry>
<title>Tests: Add NodeResolver unittests</title>
<updated>2015-05-05T16:00:36+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-05T15:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b45df9d6a73d97671cbdd38d77e9b153a80fb458'/>
<id>urn:sha1:b45df9d6a73d97671cbdd38d77e9b153a80fb458</id>
<content type='text'>
Minor misc. NodeResolver cleanups
Prefix faux content type constants for testing with t_ to avoid
confusion or name collisions
</content>
</entry>
</feed>
