<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/build/android/jni, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-04-28T16:28:42+00:00</updated>
<entry>
<title>Upgrade Android build to Gradle build system</title>
<updated>2016-04-28T16:28:42+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-04-13T18:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e41673820ffe200df78b1ec185ccb9d9ca962ae1'/>
<id>urn:sha1:e41673820ffe200df78b1ec185ccb9d9ca962ae1</id>
<content type='text'>
The old Ant build system has been deprecated for a while and new development is focused on Gradle.
I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory.
I left the JNI files in the root directory.
</content>
</entry>
<entry>
<title>Move AreaStore to util</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-30T03:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0079887b645e0ee441bd2cfcd7874a1148fdd656'/>
<id>urn:sha1:0079887b645e0ee441bd2cfcd7874a1148fdd656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Android dependencies, -O3 optimization, remove old ARMv5 config</title>
<updated>2016-03-05T04:52:45+00:00</updated>
<author>
<name>Maksim Gamarnik</name>
<email>MoNTE48@mail.ua</email>
</author>
<published>2016-02-05T18:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=096a01ffef032a11239bd97e548a9ebb3c6add4a'/>
<id>urn:sha1:096a01ffef032a11239bd97e548a9ebb3c6add4a</id>
<content type='text'>
* Update OpenSSL (thanks @sapier, i use his patch!), Curl and SQLite3.
* Remove old arm config. Almost all phones that use ARMv5 have 1 core and 256-512 RAM, it's about 2-5 FPS.
* Do -O3 optimization for libs and remove -fexpensive-optimizations for Minetest (-O3 includes this! Read gcc docs).
* OpenSSL fix - thanks @sapier, again.
</content>
</entry>
<entry>
<title>Fix android build</title>
<updated>2016-02-23T00:48:52+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-02-23T00:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f3f4af3fb9148d30480ffa1c9f4cf55e879c51c0'/>
<id>urn:sha1:f3f4af3fb9148d30480ffa1c9f4cf55e879c51c0</id>
<content type='text'>
Android had a linker error since commit:

31e0667a4a53a238d0321194b57b083bd74c0a5b "Add Lua interface to HTTPFetchRequest"

Fixes #3766. Thanks to @MoNTE48 for reporting the bug.
</content>
</entry>
<entry>
<title>Add Valleys mapgen.</title>
<updated>2016-01-14T05:04:29+00:00</updated>
<author>
<name>Duane Robertson</name>
<email>duane@duanerobertson.com</email>
</author>
<published>2016-01-14T03:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3c6b2ffb10e053ad0b585347275034c4d889530d'/>
<id>urn:sha1:3c6b2ffb10e053ad0b585347275034c4d889530d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix android build</title>
<updated>2015-12-11T10:24:26+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-12-11T10:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6133b2bc4518d0b7cf5836fef0d7317f677bf8e0'/>
<id>urn:sha1:6133b2bc4518d0b7cf5836fef0d7317f677bf8e0</id>
<content type='text'>
Fix android build since commit

696148e29889b2923f926b27f76979454676506d "Fix Event implementation"

by @ShadowNinja.

Fixes #3444. Thanks @kwolekr for pointing out the fix.
</content>
</entry>
<entry>
<title>Mapgen: Add flat mapgen in hidden form</title>
<updated>2015-11-11T09:37:54+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2015-10-30T02:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=76c9abe4c89f6c8170b82558182837259efdd2ea'/>
<id>urn:sha1:76c9abe4c89f6c8170b82558182837259efdd2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android/Mapgen: Add fractal mapgen file to android makefiles</title>
<updated>2015-10-06T21:32:13+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2015-10-06T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d152b55971a57f76211f3db07e864cac015edff2'/>
<id>urn:sha1:d152b55971a57f76211f3db07e864cac015edff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Android build of threading sources</title>
<updated>2015-08-24T15:20:53+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-08-24T15:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=32e4f4b32d7633a5f17c9e0e0733141ebb1257f8'/>
<id>urn:sha1:32e4f4b32d7633a5f17c9e0e0733141ebb1257f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up threading</title>
<updated>2015-08-24T02:04:06+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-04-07T10:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e4bff8be94c0db4f94e63ad448d0eeb869ccdbbd'/>
<id>urn:sha1:e4bff8be94c0db4f94e63ad448d0eeb869ccdbbd</id>
<content type='text'>
  * Rename everything.
    * Strip J prefix.
    * Change UpperCamelCase functions to lowerCamelCase.
  * Remove global (!) semaphore count mutex on OSX.
  * Remove semaphore count getter (unused, unsafe, depended on internal
    API functions on Windows, and used a hack on OSX).
  * Add `Atomic&lt;type&gt;`.
  * Make `Thread` handle thread names.
  * Add support for C++11 multi-threading.
  * Combine pthread and win32 sources.
  * Remove `ThreadStarted` (unused, unneeded).
  * Move some includes from the headers to the sources.
  * Move all of `Event` into its header (allows inlining with no new includes).
  * Make `Event` use `Semaphore` (except on Windows).
  * Move some porting functions into `Thread`.
  * Integrate logging with `Thread`.
  * Add threading test.
</content>
</entry>
</feed>
