summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Minimal game: Use field 'tiles' instead of 'tile_images'Rogier2016-12-24
|
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-24
| | | | Instead of redefining them everywhere.
* Process ABMs in a spherical volume instead of cubicLars Hofhansl2016-12-24
| | | | Increase active_block_range default to a 3 mapblock radius.
* Shaders: Remove unnecessary 'if' statementsLars Hofhansl2016-12-24
| | | | | | Pull if GENERATE_NORMALMAPS == 1 into the template to avoid evaluating it for each fragment. Remove if (fogDistance != 0.0).
* Make minetest abort on lua panicRogier2016-12-24
| | | | | | | 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.
* Continue with 0.4.15-devsfan52016-12-22
|
* Bump version to 0.4.15sfan52016-12-22
|
* Final update to credits before releaseCraig Robbins2016-12-22
|
* Translated using Weblate (Russian)Nikolay2016-12-22
| | | | Currently translated at 59.2% (544 of 918 strings)
* Translated using Weblate (Portuguese (Brazil))Cold Meson 062016-12-22
| | | | Currently translated at 99.5% (914 of 918 strings)
* Translated using Weblate (Portuguese (Brazil))Bruno Borges2016-12-22
| | | | Currently translated at 94.8% (871 of 918 strings)
* Translated using Weblate (Portuguese (Brazil))Cold Meson 062016-12-22
| | | | Currently translated at 84.5% (776 of 918 strings)
* Translated using Weblate (Dutch)Rogier2016-12-22
| | | | Currently translated at 85.2% (783 of 918 strings)
* Translated using Weblate (German)Wuzzy2016-12-22
| | | | Currently translated at 100.0% (918 of 918 strings)
* Android: Workarounds for Googles completely broken NDKsfan52016-12-22
|
* Android: update curl and libgmpest312016-12-21
|
* Builtin/../falling.lua: Avoid crash when object pos over limitparamat2016-12-21
| | | | | If the object pos is over limit, 'add entity' will not add an entity, causing 'obj' to be nil.
* Don't ship with broken languages (#4940)est312016-12-21
|
* Disable mod security by default (closes #4944)sfan52016-12-21
|
* Fix warning reported by clang (possible bug in Settings lua api)sfan52016-12-21
|
* Correct Swahili translations (#4939)sfan52016-12-21
|
* Limit drawing rect of selected item to viewport size (fixes #4341)sfan52016-12-20
|
* Security: Fix resolving of some relative pathsShadowNinja2016-12-20
| | | | | | | | | | | | | 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`).
* Fix RemoveRelatvePathComponentsShadowNinja2016-12-20
| | | | | This used to return "/foo" for "../foo" when it should return the enpty string (i.e., error removing all relative components).
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
|
* Fix occlusion culling, again (#4930)lhofhansl2016-12-19
|
* Fix occlusing counting (#4922)lhofhansl2016-12-18
|
* Fix unnecessary block loading (#4847)Dániel Juhász2016-12-18
| | | | This commit makes the game load blocks only if they are not in the memory.
* Mapgen: Make mgv7 the default in UIAuke Kok2016-12-16
| | | | The actual menu default comes from defaultsettings.cpp.
* Fix build with gettext enabledest312016-12-14
|
* Cavegen: Wider tunnels in mgflat, mgfractal, mgvalleysparamat2016-12-14
| | | | | | | 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.
* Run updatepo.shest312016-12-14
|
* Update minetest.conf.example and settings_translation_file.cppest312016-12-14
|
* Translated using Weblate (Ukrainian)Fixer2016-12-14
| | | | Currently translated at 38.1% (350 of 918 strings)
* Translated using Weblate (German)Wuzzy2016-12-14
| | | | Currently translated at 98.9% (908 of 918 strings)
* Translated using Weblate (German)Jan Sbrz2016-12-14
| | | | Currently translated at 94.7% (870 of 918 strings)
* Translated using Weblate (Lithuanian)Zygi Mantus2016-12-14
| | | | Currently translated at 26.2% (241 of 918 strings)
* Translated using Weblate (Russian)Andrey2016-12-14
| | | | Currently translated at 56.3% (517 of 918 strings)
* Translated using Weblate (Russian)Maksim Gamarnik2016-12-14
| | | | Currently translated at 56.2% (516 of 918 strings)
* Translated using Weblate (Russian)Stas Kies2016-12-14
| | | | Currently translated at 56.1% (515 of 918 strings)
* Translated using Weblate (Indonesian)Alvin Hikmawan2016-12-14
| | | | Currently translated at 69.4% (638 of 918 strings)
* Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto2016-12-14
| | | | | | Currently translated at 58.6% (538 of 918 strings) This is a merger of 2 commits.
* Translated using Weblate (Indonesian)Alvin Hikmawan2016-12-14
| | | | Currently translated at 58.6% (538 of 918 strings)
* Translated using Weblate (Indonesian)Yana Agun Siswanto2016-12-14
| | | | Currently translated at 58.6% (538 of 918 strings)
* Translated using Weblate (French)Onyx Steinheim2016-12-14
| | | | Currently translated at 100.0% (918 of 918 strings)
* Translated using Weblate (French)AcidNinja2016-12-14
| | | | | | Currently translated at 100.0% (918 of 918 strings) This is a merger of 4 commits.
* Translated using Weblate (French)Onyx Steinheim2016-12-14
| | | | Currently translated at 97.7% (897 of 918 strings)
* Translated using Weblate (Polish)Jakub Mendel2016-12-14
| | | | | | Currently translated at 59.5% (547 of 918 strings) This is a merger of 2 commits.
* Translated using Weblate (Polish)red-0012016-12-14
| | | | Currently translated at 41.6% (382 of 918 strings)
* Translated using Weblate (Polish)nedzadarek2016-12-14
| | | | Currently translated at 41.2% (379 of 918 strings)