<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/build/android/jni, branch 0.4.15</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-12-07T20:27:07+00:00</updated>
<entry>
<title>Android: fix build and update deps</title>
<updated>2016-12-07T20:27:07+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-12-07T20:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=24719c6908305c9505eafc372fb4cfbbbd2fcf70'/>
<id>urn:sha1:24719c6908305c9505eafc372fb4cfbbbd2fcf70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing remoteplayer.cpp to Android build</title>
<updated>2016-10-28T13:37:19+00:00</updated>
<author>
<name>Ner'zhul</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2016-10-28T13:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7252c803e0708bd8511a5b51333983aa24a76cb2'/>
<id>urn:sha1:7252c803e0708bd8511a5b51333983aa24a76cb2</id>
<content type='text'>
this should fix #4683</content>
</entry>
<entry>
<title>Fix for failure to find jsoncpp in android build (#4456)</title>
<updated>2016-08-19T18:23:30+00:00</updated>
<author>
<name>Rogier-5</name>
<email>rogier777@gmail.com</email>
</author>
<published>2016-08-19T18:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a4962240bdf7ddc221c477ada1c2a99c1aee3e2e'/>
<id>urn:sha1:a4962240bdf7ddc221c477ada1c2a99c1aee3e2e</id>
<content type='text'>
Commit 4503b5 did not update the android build script.</content>
</entry>
<entry>
<title>Add MapSettingsManager and new mapgen setting script API functions</title>
<updated>2016-07-03T19:38:36+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2016-06-24T22:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3c63c3044d5e4ca36c2649c530f31622581d90fd'/>
<id>urn:sha1:3c63c3044d5e4ca36c2649c530f31622581d90fd</id>
<content type='text'>
This commit refactors the majority of the Mapgen settings system.
- MapgenParams is now owned by MapSettingsManager, itself a part of ServerMap,
  instead of the EmergeManager.
- New Script API functions added:
    core.get_mapgen_setting
    core.get_mapgen_setting_noiseparams,
    core.set_mapgen_setting, and
    core.set_mapgen_setting_noiseparams.
- minetest.get/set_mapgen_params are deprecated by the above new functions.
- It is now possible to view and modify any arbitrary mapgen setting from a mod,
  rather than the base MapgenParams structure.
- MapgenSpecificParams has been removed.
</content>
</entry>
<entry>
<title>Fix android build</title>
<updated>2016-06-11T03:44:55+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-06-11T03:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=817fea6330b9fceb4070b3ee83283140929b3ddc'/>
<id>urn:sha1:817fea6330b9fceb4070b3ee83283140929b3ddc</id>
<content type='text'>
Thanks to @Wayward1 for reporting the bug.

Fixes #4212.
</content>
</entry>
<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>
</feed>
