7642 Commits

Author SHA1 Message Date
est31
e696267cba Merge 0.4.15 changes into stable-0.4
0.4.15 release!
2016-12-22 23:16:00 +01:00
sfan5
4e2d145369 Bump version to 0.4.15 2016-12-22 23:14:17 +01:00
sfan5
72415a324b Continue with 0.4.15-dev 2016-12-22 23:14:17 +01:00
Craig Robbins
46b7aa1bc0 Final update to credits before release 2016-12-22 23:14:17 +01:00
Nikolay
b5231f7ab4 Translated using Weblate (Russian)
Currently translated at 59.2% (544 of 918 strings)
2016-12-22 23:14:16 +01:00
Cold Meson 06
e83f3939ec Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (914 of 918 strings)
2016-12-22 23:14:15 +01:00
Bruno Borges
33b5c84619 Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.8% (871 of 918 strings)
2016-12-22 23:14:14 +01:00
Cold Meson 06
0fcc1079bc Translated using Weblate (Portuguese (Brazil))
Currently translated at 84.5% (776 of 918 strings)
2016-12-22 23:14:13 +01:00
Rogier
20affed23a Translated using Weblate (Dutch)
Currently translated at 85.2% (783 of 918 strings)
2016-12-22 23:14:12 +01:00
Wuzzy
486978b545 Translated using Weblate (German)
Currently translated at 100.0% (918 of 918 strings)
2016-12-22 23:14:09 +01:00
sfan5
f489ae7997 Android: Workarounds for Googles completely broken NDK 2016-12-22 22:17:54 +01:00
est31
9c1da08f3b Android: update curl and libgmp 2016-12-21 14:36:14 +01:00
paramat
4471a7f75a Builtin/../falling.lua: Avoid crash when object pos over limit
If the object pos is over limit, 'add entity' will not add an entity,
causing 'obj' to be nil.
2016-12-21 13:30:10 +00:00
est31
4e839d3434 Don't ship with broken languages (#4940) 2016-12-21 14:15:48 +01:00
sfan5
dd06993733 Disable mod security by default (closes #4944) 2016-12-21 14:13:10 +01:00
sfan5
cca7feaa6c Fix warning reported by clang (possible bug in Settings lua api) 2016-12-21 10:20:06 +01:00
sfan5
51e9f4fb87 Correct Swahili translations (#4939) 2016-12-21 06:37:25 +01:00
Maksim Gamarnik
da5568539e Revert "Only send middle click event on release when not double-tapping (Android) (#32)"
This reverts commit 3f7549abeb143a5801b66dd30765753ba936de0c.
2016-12-21 00:49:28 +02:00
Maksim Gamarnik
6f40cd87a8 Revert "Allow picking up items with a single touch (#29)"
This reverts commit b33e6dbcad3d15daf9f48ce1edb648be2ba91707.
2016-12-21 00:49:18 +02:00
sfan5
5d6a716bd0 Limit drawing rect of selected item to viewport size (fixes #4341) 2016-12-20 14:29:12 +01:00
ShadowNinja
43c24df7e7 Security: Fix resolving of some relative paths
Trying to resolve a path with RemoveRelativePathComponents that can't
be resolved without leaving leading parent components (e.g. "../worlds/foo"
or "bar/../../worlds/foo") will fail.  To work around this, we leave
the relative components and simply remove the trailing components one
at a time, and bail out when we find a parent component.  This will
still fail for paths like "worlds/foo/noexist/../auth.txt" (the path
before the last parent component must not exist), but this is fine
since you won't be able to open a file with a path like that anyways
(the O.S. will determine that the path doesn't exist.
Try `cat /a/../etc/passwd`).
2016-12-20 17:17:38 +10:00
ShadowNinja
835cc3f27f Fix RemoveRelatvePathComponents
This used to return "/foo" for "../foo" when it should return the enpty
string (i.e., error removing all relative components).
2016-12-20 17:17:38 +10:00
ShadowNinja
79c3da8546 Mod security: Allow read-only access to all mod paths 2016-12-20 06:34:04 +00:00
sfan5
fdbd5c7a56 iOS: pause game/status text from external code (#50)
* external game pausing

* external status text

* fix compilation on other platforms
2016-12-19 23:23:16 +02:00
sfan5
2ea8fe355a iOS: Versioned assets (#49) 2016-12-19 23:22:25 +02:00
Maksim Gamarnik
da108a77a3 iOS: 1.0.4 2016-12-19 23:20:21 +02:00
lhofhansl
0d793a3fe9 Fix occlusion culling, again (#4930) 2016-12-19 06:43:04 +01:00
lhofhansl
5f3354d634 Fix occlusing counting (#4922) 2016-12-18 22:25:42 +10:00
Dániel Juhász
675911971a Fix unnecessary block loading (#4847)
This commit makes the game load blocks only if they are not in the
memory.
2016-12-18 19:20:23 +10:00
Auke Kok
9014f4ff5a Mapgen: Make mgv7 the default in UI
The actual menu default comes from defaultsettings.cpp.
2016-12-16 12:31:38 +00:00
est31
5d2d426c20 Fix build with gettext enabled 2016-12-14 19:52:33 +01:00
paramat
261b30cbd0 Cavegen: Wider tunnels in mgflat, mgfractal, mgvalleys
As mgv7 is now the default mapgen i re-checked its tunnel width on request,
discovered they needed to be wider, and have made this change.
This commit widens the identical 3D noise tunnels in the other mapgens in
exactly the same way.
2016-12-14 06:28:45 +00:00
est31
dc946f583d Run updatepo.sh 2016-12-14 00:31:12 +01:00
est31
44c617daae Update minetest.conf.example and settings_translation_file.cpp 2016-12-14 00:30:39 +01:00
Fixer
c6193b0fcc Translated using Weblate (Ukrainian)
Currently translated at 38.1% (350 of 918 strings)
2016-12-14 00:30:39 +01:00
Wuzzy
f9ce636510 Translated using Weblate (German)
Currently translated at 98.9% (908 of 918 strings)
2016-12-14 00:30:39 +01:00
Jan Sbrz
36c1f9329e Translated using Weblate (German)
Currently translated at 94.7% (870 of 918 strings)
2016-12-14 00:30:39 +01:00
Zygi Mantus
0770ef39f9 Translated using Weblate (Lithuanian)
Currently translated at 26.2% (241 of 918 strings)
2016-12-14 00:30:39 +01:00
Andrey
8ab4ee07bc Translated using Weblate (Russian)
Currently translated at 56.3% (517 of 918 strings)
2016-12-14 00:30:39 +01:00
Maksim Gamarnik
cadd777976 Translated using Weblate (Russian)
Currently translated at 56.2% (516 of 918 strings)
2016-12-14 00:30:39 +01:00
Stas Kies
69a077d909 Translated using Weblate (Russian)
Currently translated at 56.1% (515 of 918 strings)
2016-12-14 00:30:39 +01:00
Alvin Hikmawan
9d9c342cf3 Translated using Weblate (Indonesian)
Currently translated at 69.4% (638 of 918 strings)
2016-12-14 00:30:39 +01:00
Muhammad Rifqi Priyo Susanto
a35ff9c9b0 Translated using Weblate (Indonesian)
Currently translated at 58.6% (538 of 918 strings)

This is a merger of 2 commits.
2016-12-14 00:30:39 +01:00
Alvin Hikmawan
e798cd6c59 Translated using Weblate (Indonesian)
Currently translated at 58.6% (538 of 918 strings)
2016-12-14 00:30:39 +01:00
Yana Agun Siswanto
c999b11238 Translated using Weblate (Indonesian)
Currently translated at 58.6% (538 of 918 strings)
2016-12-14 00:30:38 +01:00
Onyx Steinheim
a4a4806636 Translated using Weblate (French)
Currently translated at 100.0% (918 of 918 strings)
2016-12-14 00:30:38 +01:00
AcidNinja
8a81a4e8f2 Translated using Weblate (French)
Currently translated at 100.0% (918 of 918 strings)

This is a merger of 4 commits.
2016-12-14 00:30:38 +01:00
Onyx Steinheim
aa09f58c6a Translated using Weblate (French)
Currently translated at 97.7% (897 of 918 strings)
2016-12-14 00:30:38 +01:00
Jakub Mendel
0ed2bec926 Translated using Weblate (Polish)
Currently translated at 59.5% (547 of 918 strings)

This is a merger of 2 commits.
2016-12-14 00:30:26 +01:00
red-001
a11b6e53fd Translated using Weblate (Polish)
Currently translated at 41.6% (382 of 918 strings)
2016-12-14 00:30:26 +01:00