172 Commits

Author SHA1 Message Date
Maksim Gamarnik
c68470bb41 build2 2016-02-24 04:27:46 +02:00
Maksim Gamarnik
76ef29709c v. 1.1.2-pre | build1 2016-02-23 06:40:14 +02:00
Maksim Gamarnik
28b7c8dca7 test 2016-02-23 02:31:19 +02:00
Maksim Gamarnik
40b3667bd2 Merge remote-tracking branch 'upstream/master' 2016-02-23 00:38:30 +02:00
est31
3768c36612 Android: hardcode leveldb revision
Newest leveldb commit breaks build.
With no fix in sight, there is no other way
than to fall back to the last working leveldb
revision, and hardcode it.

Workaround for upstream bug

https://github.com/google/leveldb/issues/340
2016-02-22 17:46:16 +01:00
Maksim Gamarnik
c39593de06 Doc fix 2016-02-20 01:36:36 +02:00
Maksim Gamarnik
096d10b876 ver. 1.1.2
Fix license, remove npc, fix creative inventory, mobs spawning fix, doc
improve
2016-02-19 00:31:22 +02:00
Maksim Gamarnik
54195a9c9a Fix 2016-02-17 20:34:20 +02:00
Maksim Gamarnik
a6268d597d Android: final optimization! 2016-02-17 10:16:41 +02:00
Maksim Gamarnik
1aa03f9875 Android: SPEEEEED! 2016-02-17 07:13:12 +02:00
Maksim Gamarnik
f411a48aac Optimization, scaling and game control improve 2016-02-16 16:31:14 +02:00
Maksim Gamarnik
e950895a31 RC1 2016-02-12 06:35:36 +02:00
Maksim Gamarnik
d7dfec8609 Not Minetest, MultiCraft!
Change Minetest on MultiCraft. =)
2016-02-12 05:52:43 +02:00
Maksim Gamarnik
0aca038b17 Revert2 2016-02-12 05:10:44 +02:00
Maksim Gamarnik
22dc96641f Revert ogg/vorbis patch 2016-02-12 04:43:50 +02:00
Maksim Gamarnik
fad4fcce57 revert 2016-02-12 04:35:46 +02:00
Maksim Gamarnik
0d81225b52 Merge pull request #22 from grigoriis/freetype
Android: vorbis with ogg
2016-02-11 22:04:09 +02:00
ubulem
8d8fb9dd3a New algorithm. Transliteration 2016-02-11 16:26:38 +03:00
grigoriis
3f3001b93f vorbis with ogg 2016-02-11 14:56:22 +02:00
grigoriis
23ba105bc5 fix description 2016-02-10 17:14:27 +02:00
grigoriis
3bc61694d5 -png -harfbuzz 2016-02-10 17:09:54 +02:00
grigoriis
9e911fff48 vorbis OK 2016-02-09 22:18:41 +02:00
grigoriis
04def08823 add ogg, vorbis 2016-02-09 21:26:55 +02:00
grigoriis
82d44d8d3f success openal 2016-02-09 16:29:53 +02:00
grigoriis
45bd07e963 openal with patch 2016-02-09 15:22:04 +02:00
grigoriis
b3227b1268 Freetype 2016-02-09 14:58:21 +02:00
Maksim Gamarnik
2386589773 Android performance
Thanks http://blog.alexrp.com/2014/02/18/android-hard-float-support/

1
2016-02-09 06:51:01 +02:00
Maksim Gamarnik
1c7bc9a947 Update Makefile
Add ARMv8 (not working now!)
2016-02-08 23:42:41 +02:00
Maksim Gamarnik
4c92192351 Very big update! MultiCraft 1.1 | Part 1/3
Joystick.
environment.cpp improve (thanks @Bremaweb)
Improving the management interface.
The new font.
Settings to improve performance.
Improvements ellementov size on larger phones.
A lot of small fixes and improvements.
2016-02-07 03:11:12 +02:00
Maksim Gamarnik
d6a951e29c Fix OpenAl, -O3 optimisation, fix LevelDB disabling 2016-02-04 13:27:56 +02:00
Maksim Gamarnik
b521d87631 Pre-release 2016-02-01 18:11:26 +02:00
Maksim Gamarnik
2520ca3ed1 Merge branch 'master' of https://github.com/minetest/minetest 2016-01-31 20:57:03 +02:00
est31
7576642868 Fix compilation warning if compiling for android with c++11 2016-01-23 06:26:58 +01:00
Duane Robertson
ab1e7d3f8e Add Valleys mapgen. 2016-01-14 05:04:29 +00:00
ubulem
e9830976ca MultiCraft instead SnowCraft in strings 2015-12-30 18:25:01 +03:00
berkut
ea4fb46dbf Bunch of actual files 2015-12-29 23:10:33 +03:00
berkut
e605a009c5 old files removed 2015-12-29 23:08:30 +03:00
Maksim Gamarnik
1fcb1f2fcc MultiCraft 1.0.2 2015-12-27 22:55:32 +02:00
Sapier
62bf090411 Android: shorten initial progress bar text way more simple 2015-12-23 21:01:35 +01:00
est31
64072e9590 Android: Tell make about sub-makes to speed up build
Before, sub-makes called by make were called without make knowing they
were sub-makes. This however led make's jobserver not do its tasks,
and the build process ended up with inefficient parralelisation. This
commit fixes this by applying the two ways the make manual tells
about: putting + to the start of the line (used when ndk-build is
invoked), and exchanging "make" with "$(MAKE)".

Before, make complained with messages like:

make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

This complaint can now only been seen for openssl. openssl has issues
if make gets exchanged with $(MAKE): if exchanged, above error message
is multiplied for various subdirs of the openssl source tree.

On a 4 core box, "make -j 4" build time from "make clean_all" cleaned
source tree could be improved from 15:34 minutes to 10:45 minutes.
This means a speedup of 45%.
2015-12-23 06:17:42 +01:00
ShadowNinja
a46a13343c Android: Fix extra files being copied to the APK
dcb91cf0c0c9a20622feeb4e5e8104ffbc9fa8ec hacked around the biggest issue
this caused, but wasted a lot of CPU time and disk space  It also still
included a lot of other unwanted files.  This removes all of `doc/` except
the license, and also removes the server list.
2015-12-20 12:48:55 +01:00
Sapier
253cbc03d3 Android: Remove unused build target curl_binary 2015-12-17 23:00:51 +01:00
Sapier
cdc83647c1 Android: Don't put html docs to apk 2015-12-17 23:00:43 +01:00
Sapier
ab3375353d Android: Remove non freetype fonts from apk 2015-12-17 23:00:31 +01:00
Maksim Gamarnik
8a23d39647 Fix 2015-12-15 14:05:18 +02:00
est31
84d7c1d243 Fix android build
Fix android build since commit

696148e29889b2923f926b27f76979454676506d "Fix Event implementation"

by @ShadowNinja.

Fixes #3444. Thanks @kwolekr for pointing out the fix.
2015-12-11 11:24:26 +01:00
Maksim Gamarnik
a31fbaa334 Merge and Fix 2015-12-11 11:18:54 +02:00
Maksim Gamarnik
b3726345ff Merge last minetest commits 2015-11-27 12:57:52 +02:00
Maksim Gamarnik
96325da676 Update 1 2015-11-27 12:03:23 +02:00
est31
f4010f89c6 Android: hardcode irrlicht revision, update other dependencies
Recent irrlicht revisions break the build, hardcode the revision to a working one
until upstream publishes a working version. See issue #3366 for
a discussion about this.

Also update dependencies to current versions.
2015-11-16 17:33:01 +01:00