1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-03 16:30:24 +02:00
Commit Graph

6172 Commits

Author SHA1 Message Date
09f1a0c1ff Disable mod security by default (closes #4944) 2016-12-21 14:13:10 +01:00
cc7c31a5bc Fix warning reported by clang (possible bug in Settings lua api) 2016-12-21 10:20:06 +01:00
04f68a87ee Correct Swahili translations (#4939) 2016-12-21 06:37:25 +01:00
bdf8f85493 Limit drawing rect of selected item to viewport size (fixes #4341) 2016-12-20 14:29:12 +01:00
0f0502109e 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
f522e7351a 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
59f84ca0a0 Mod security: Allow read-only access to all mod paths 2016-12-20 06:34:04 +00:00
24edfb77af Fix occlusion culling, again (#4930) 2016-12-19 06:43:04 +01:00
e4f7ce1985 Fix occlusing counting (#4922) 2016-12-18 22:25:42 +10:00
6d4e7f223a 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
78bf7c46e5 Mapgen: Make mgv7 the default in UI
The actual menu default comes from defaultsettings.cpp.
2016-12-16 12:31:38 +00:00
0614da3aff Fix build with gettext enabled 2016-12-14 19:52:33 +01:00
f8408398f5 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
c67f2b2965 Run updatepo.sh 2016-12-14 00:31:12 +01:00
211d919b54 Update minetest.conf.example and settings_translation_file.cpp 2016-12-14 00:30:39 +01:00
646159159f Translated using Weblate (Ukrainian)
Currently translated at 38.1% (350 of 918 strings)
2016-12-14 00:30:39 +01:00
55cb5a1983 Translated using Weblate (German)
Currently translated at 98.9% (908 of 918 strings)
2016-12-14 00:30:39 +01:00
1c4bc0d46c Translated using Weblate (German)
Currently translated at 94.7% (870 of 918 strings)
2016-12-14 00:30:39 +01:00
b898ab6486 Translated using Weblate (Lithuanian)
Currently translated at 26.2% (241 of 918 strings)
2016-12-14 00:30:39 +01:00
eac6323e80 Translated using Weblate (Russian)
Currently translated at 56.3% (517 of 918 strings)
2016-12-14 00:30:39 +01:00
571ed96c8e Translated using Weblate (Russian)
Currently translated at 56.2% (516 of 918 strings)
2016-12-14 00:30:39 +01:00
3a0ded274e Translated using Weblate (Russian)
Currently translated at 56.1% (515 of 918 strings)
2016-12-14 00:30:39 +01:00
bb9fe6eb2b Translated using Weblate (Indonesian)
Currently translated at 69.4% (638 of 918 strings)
2016-12-14 00:30:39 +01:00
728909284a 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
47b1a118ef Translated using Weblate (Indonesian)
Currently translated at 58.6% (538 of 918 strings)
2016-12-14 00:30:39 +01:00
51210d317d Translated using Weblate (Indonesian)
Currently translated at 58.6% (538 of 918 strings)
2016-12-14 00:30:38 +01:00
f18cebdd07 Translated using Weblate (French)
Currently translated at 100.0% (918 of 918 strings)
2016-12-14 00:30:38 +01:00
68d24fb74b 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
3aabb6587d Translated using Weblate (French)
Currently translated at 97.7% (897 of 918 strings)
2016-12-14 00:30:38 +01:00
735581bad1 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
e36ae4ec0a Translated using Weblate (Polish)
Currently translated at 41.6% (382 of 918 strings)
2016-12-14 00:30:26 +01:00
66fe077d07 Translated using Weblate (Polish)
Currently translated at 41.2% (379 of 918 strings)
2016-12-14 00:30:26 +01:00
eb1d7cdb3d Translated using Weblate (Korean)
Currently translated at 53.8% (494 of 918 strings)

This is a merger of 2 commits.
2016-12-14 00:30:14 +01:00
faea229da7 Translated using Weblate (Korean)
Currently translated at 5.6% (52 of 918 strings)
2016-12-14 00:27:19 +01:00
8785827990 Translated using Weblate (Korean)
Currently translated at 5.6% (52 of 918 strings)
2016-12-14 00:27:19 +01:00
46ac92b1a1 Translated using Weblate (Korean)
Currently translated at 1.5% (14 of 918 strings)
2016-12-14 00:27:19 +01:00
428cebc25d Translated using Weblate (Korean)
Currently translated at 1.5% (14 of 918 strings)
2016-12-14 00:27:19 +01:00
a5ec1ddcac Translated using Weblate (Norwegian Bokmål)
Currently translated at 3.3% (31 of 918 strings)
2016-12-14 00:27:19 +01:00
18a7d3e754 Translated using Weblate (Norwegian Bokmål)
Currently translated at 2.8% (26 of 918 strings)
2016-12-14 00:27:19 +01:00
64969ef41a Translated using Weblate (Norwegian Bokmål)
Currently translated at 2.7% (25 of 918 strings)
2016-12-14 00:27:19 +01:00
9f476fd66d Translated using Weblate (Norwegian Bokmål)
Currently translated at 1.7% (16 of 918 strings)
2016-12-14 00:27:19 +01:00
f8456dde51 Translated using Weblate (Norwegian Bokmål)
Currently translated at 1.6% (15 of 918 strings)
2016-12-14 00:27:19 +01:00
289cf93d4b Translated using Weblate (Norwegian Bokmål)
Currently translated at 1.5% (14 of 918 strings)
2016-12-14 00:27:19 +01:00
ef4eb46b61 Translated using Weblate (Norwegian Bokmål)
Currently translated at 1.4% (13 of 918 strings)
2016-12-14 00:27:19 +01:00
a2c4467255 Translated using Weblate (Czech)
Currently translated at 51.0% (469 of 918 strings)
2016-12-14 00:27:19 +01:00
ef68a506aa Translated using Weblate (Czech)
Currently translated at 58.0% (533 of 918 strings)

This is a merger of 2 commits.
2016-12-14 00:27:02 +01:00
715fba6f39 Translated using Weblate (Chinese (Taiwan))
Currently translated at 100.0% (918 of 918 strings)
2016-12-14 00:02:01 +01:00
593eaf3b88 Translated using Weblate (Chinese (Taiwan))
Currently translated at 97.0% (891 of 918 strings)
2016-12-14 00:02:01 +01:00
5f41ae2a16 Translated using Weblate (Catalan)
Currently translated at 46.0% (423 of 918 strings)
2016-12-14 00:02:01 +01:00
ab8fbd970f Translated using Weblate (Catalan)
Currently translated at 43.6% (401 of 918 strings)
2016-12-14 00:02:01 +01:00