Ner'zhul
52a4b7d72e
Add gradle wrapper ( #4954 )
...
Gradle wrapper permit to use multiple gradle versions across OS versions
2016-12-24 12:30:18 +01:00
rubenwardy
4c57f7b440
Update Android build tools to latest version ( #4872 )
2016-12-24 08:34:19 +01:00
Rogier
18bdc18f75
Move PP() and PP2() macros to basic_macros.h
...
Instead of redefining them everywhere.
2016-12-24 00:32:50 +00:00
Lars Hofhansl
117a7ec57a
Process ABMs in a spherical volume instead of cubic
...
Increase active_block_range default to a 3 mapblock radius.
2016-12-24 00:28:39 +00:00
Lars Hofhansl
587e4b23f2
Shaders: Remove unnecessary 'if' statements
...
Pull if GENERATE_NORMALMAPS == 1 into the template to avoid evaluating
it for each fragment.
Remove if (fogDistance != 0.0).
2016-12-24 00:22:16 +00:00
Rogier
7bf89e4b5b
Make minetest abort on lua panic
...
Currently, lua does a regular exit() after a lua panic, which can make
a problem hard to debug. Invoking FATAL_ERROR() instead will print
some useful information, and abort() minetest, so that a debugger can
be used to analyze the situation.
2016-12-24 00:18:45 +00:00
sfan5
72415a324b
Continue with 0.4.15-dev
2016-12-22 23:14:17 +01:00
sfan5
4e2d145369
Bump version to 0.4.15
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
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
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