oweals/minetest.git
7 years agoBump version to 0.4.15 0.4.15
sfan5 [Thu, 22 Dec 2016 21:52:15 +0000 (22:52 +0100)]
Bump version to 0.4.15

7 years agoFinal update to credits before release
Craig Robbins [Thu, 22 Dec 2016 21:23:12 +0000 (07:23 +1000)]
Final update to credits before release

7 years agoTranslated using Weblate (Russian)
Nikolay [Mon, 19 Dec 2016 10:06:43 +0000 (10:06 +0000)]
Translated using Weblate (Russian)

Currently translated at 59.2% (544 of 918 strings)

7 years agoTranslated using Weblate (Portuguese (Brazil))
Cold Meson 06 [Tue, 20 Dec 2016 06:07:18 +0000 (06:07 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.5% (914 of 918 strings)

7 years agoTranslated using Weblate (Portuguese (Brazil))
Bruno Borges [Tue, 20 Dec 2016 04:19:29 +0000 (04:19 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 94.8% (871 of 918 strings)

7 years agoTranslated using Weblate (Portuguese (Brazil))
Cold Meson 06 [Tue, 20 Dec 2016 02:18:51 +0000 (02:18 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 84.5% (776 of 918 strings)

7 years agoTranslated using Weblate (Dutch)
Rogier [Fri, 16 Dec 2016 10:28:03 +0000 (10:28 +0000)]
Translated using Weblate (Dutch)

Currently translated at 85.2% (783 of 918 strings)

7 years agoTranslated using Weblate (German)
Wuzzy [Wed, 14 Dec 2016 02:06:54 +0000 (02:06 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (918 of 918 strings)

7 years agoAndroid: Workarounds for Googles completely broken NDK
sfan5 [Thu, 22 Dec 2016 13:45:53 +0000 (14:45 +0100)]
Android: Workarounds for Googles completely broken NDK

7 years agoAndroid: update curl and libgmp
est31 [Wed, 21 Dec 2016 13:31:59 +0000 (14:31 +0100)]
Android: update curl and libgmp

7 years agoBuiltin/../falling.lua: Avoid crash when object pos over limit
paramat [Wed, 21 Dec 2016 07:10:32 +0000 (07:10 +0000)]
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.

7 years agoDon't ship with broken languages (#4940)
est31 [Wed, 21 Dec 2016 13:15:48 +0000 (14:15 +0100)]
Don't ship with broken languages (#4940)

7 years agoDisable mod security by default (closes #4944)
sfan5 [Wed, 21 Dec 2016 13:04:46 +0000 (14:04 +0100)]
Disable mod security by default (closes #4944)

7 years agoFix warning reported by clang (possible bug in Settings lua api)
sfan5 [Wed, 21 Dec 2016 09:20:06 +0000 (10:20 +0100)]
Fix warning reported by clang (possible bug in Settings lua api)

7 years agoCorrect Swahili translations (#4939)
sfan5 [Wed, 21 Dec 2016 05:37:25 +0000 (06:37 +0100)]
Correct Swahili translations (#4939)

7 years agoLimit drawing rect of selected item to viewport size (fixes #4341)
sfan5 [Tue, 20 Dec 2016 13:27:14 +0000 (14:27 +0100)]
Limit drawing rect of selected item to viewport size (fixes #4341)

7 years agoSecurity: Fix resolving of some relative paths
ShadowNinja [Fri, 16 Dec 2016 22:43:39 +0000 (17:43 -0500)]
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`).

7 years agoFix RemoveRelatvePathComponents
ShadowNinja [Fri, 16 Dec 2016 22:35:58 +0000 (17:35 -0500)]
Fix RemoveRelatvePathComponents

This used to return "/foo" for "../foo" when it should return the enpty
string (i.e., error removing all relative components).

7 years agoMod security: Allow read-only access to all mod paths
ShadowNinja [Mon, 5 Dec 2016 19:59:15 +0000 (19:59 +0000)]
Mod security: Allow read-only access to all mod paths

7 years agoFix occlusion culling, again (#4930)
lhofhansl [Mon, 19 Dec 2016 05:43:04 +0000 (21:43 -0800)]
Fix occlusion culling, again (#4930)

7 years agoFix occlusing counting (#4922)
lhofhansl [Sun, 18 Dec 2016 12:25:42 +0000 (04:25 -0800)]
Fix occlusing counting (#4922)

7 years agoFix unnecessary block loading (#4847)
Dániel Juhász [Sun, 18 Dec 2016 09:20:23 +0000 (10:20 +0100)]
Fix unnecessary block loading (#4847)

This commit makes the game load blocks only if they are not in the
memory.

7 years agoMapgen: Make mgv7 the default in UI
Auke Kok [Fri, 16 Dec 2016 04:55:41 +0000 (20:55 -0800)]
Mapgen: Make mgv7 the default in UI

The actual menu default comes from defaultsettings.cpp.

7 years agoFix build with gettext enabled
est31 [Wed, 14 Dec 2016 04:41:48 +0000 (05:41 +0100)]
Fix build with gettext enabled

7 years agoCavegen: Wider tunnels in mgflat, mgfractal, mgvalleys
paramat [Tue, 13 Dec 2016 04:08:23 +0000 (04:08 +0000)]
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.

7 years agoRun updatepo.sh
est31 [Tue, 13 Dec 2016 23:31:12 +0000 (00:31 +0100)]
Run updatepo.sh

7 years agoUpdate minetest.conf.example and settings_translation_file.cpp
est31 [Tue, 13 Dec 2016 23:15:11 +0000 (00:15 +0100)]
Update minetest.conf.example and settings_translation_file.cpp

7 years agoTranslated using Weblate (Ukrainian)
Fixer [Tue, 13 Dec 2016 22:32:51 +0000 (22:32 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 38.1% (350 of 918 strings)

7 years agoTranslated using Weblate (German)
Wuzzy [Sun, 11 Dec 2016 09:22:15 +0000 (09:22 +0000)]
Translated using Weblate (German)

Currently translated at 98.9% (908 of 918 strings)

7 years agoTranslated using Weblate (German)
Jan Sbrz [Sat, 3 Dec 2016 12:57:21 +0000 (12:57 +0000)]
Translated using Weblate (German)

Currently translated at 94.7% (870 of 918 strings)

7 years agoTranslated using Weblate (Lithuanian)
Zygi Mantus [Sat, 10 Dec 2016 20:29:11 +0000 (20:29 +0000)]
Translated using Weblate (Lithuanian)

Currently translated at 26.2% (241 of 918 strings)

7 years agoTranslated using Weblate (Russian)
Andrey [Tue, 13 Dec 2016 03:10:43 +0000 (03:10 +0000)]
Translated using Weblate (Russian)

Currently translated at 56.3% (517 of 918 strings)

7 years agoTranslated using Weblate (Russian)
Maksim Gamarnik [Tue, 6 Dec 2016 10:17:38 +0000 (10:17 +0000)]
Translated using Weblate (Russian)

Currently translated at 56.2% (516 of 918 strings)

7 years agoTranslated using Weblate (Russian)
Stas Kies [Wed, 31 Aug 2016 21:36:05 +0000 (21:36 +0000)]
Translated using Weblate (Russian)

Currently translated at 56.1% (515 of 918 strings)

7 years agoTranslated using Weblate (Indonesian)
Alvin Hikmawan [Sat, 10 Dec 2016 10:03:21 +0000 (10:03 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 69.4% (638 of 918 strings)

7 years agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Thu, 8 Dec 2016 15:40:14 +0000 (15:40 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 58.6% (538 of 918 strings)

This is a merger of 2 commits.

7 years agoTranslated using Weblate (Indonesian)
Alvin Hikmawan [Fri, 2 Dec 2016 07:30:27 +0000 (07:30 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 58.6% (538 of 918 strings)

7 years agoTranslated using Weblate (Indonesian)
Yana Agun Siswanto [Sat, 22 Oct 2016 07:19:46 +0000 (07:19 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 58.6% (538 of 918 strings)

7 years agoTranslated using Weblate (French)
Onyx Steinheim [Sun, 27 Nov 2016 10:39:47 +0000 (10:39 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (918 of 918 strings)

7 years agoTranslated using Weblate (French)
AcidNinja [Wed, 16 Nov 2016 12:19:12 +0000 (12:19 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (918 of 918 strings)

This is a merger of 4 commits.

7 years agoTranslated using Weblate (French)
Onyx Steinheim [Mon, 17 Oct 2016 08:41:00 +0000 (08:41 +0000)]
Translated using Weblate (French)

Currently translated at 97.7% (897 of 918 strings)

7 years agoTranslated using Weblate (Polish)
Jakub Mendel [Tue, 8 Nov 2016 16:43:42 +0000 (16:43 +0000)]
Translated using Weblate (Polish)

Currently translated at 59.5% (547 of 918 strings)

This is a merger of 2 commits.

7 years agoTranslated using Weblate (Polish)
red-001 [Tue, 8 Nov 2016 16:46:07 +0000 (16:46 +0000)]
Translated using Weblate (Polish)

Currently translated at 41.6% (382 of 918 strings)

7 years agoTranslated using Weblate (Polish)
nedzadarek [Sun, 25 Sep 2016 20:41:59 +0000 (20:41 +0000)]
Translated using Weblate (Polish)

Currently translated at 41.2% (379 of 918 strings)

7 years agoTranslated using Weblate (Korean)
Han So Ri [Sun, 30 Oct 2016 13:50:36 +0000 (13:50 +0000)]
Translated using Weblate (Korean)

Currently translated at 53.8% (494 of 918 strings)

This is a merger of 2 commits.

7 years agoTranslated using Weblate (Korean)
Dongjin Han [Fri, 28 Oct 2016 07:01:21 +0000 (07:01 +0000)]
Translated using Weblate (Korean)

Currently translated at 5.6% (52 of 918 strings)

7 years agoTranslated using Weblate (Korean)
sorichan [Fri, 28 Oct 2016 07:01:16 +0000 (07:01 +0000)]
Translated using Weblate (Korean)

Currently translated at 5.6% (52 of 918 strings)

7 years agoTranslated using Weblate (Korean)
Dongjin Han [Fri, 28 Oct 2016 06:42:29 +0000 (06:42 +0000)]
Translated using Weblate (Korean)

Currently translated at 1.5% (14 of 918 strings)

7 years agoTranslated using Weblate (Korean)
sorichan [Fri, 28 Oct 2016 06:40:30 +0000 (06:40 +0000)]
Translated using Weblate (Korean)

Currently translated at 1.5% (14 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Tue, 25 Oct 2016 21:41:21 +0000 (21:41 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 3.3% (31 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Christian Haug [Tue, 25 Oct 2016 21:40:10 +0000 (21:40 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 2.8% (26 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Tue, 25 Oct 2016 21:39:49 +0000 (21:39 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 2.7% (25 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Christian Haug [Tue, 25 Oct 2016 21:36:59 +0000 (21:36 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 1.7% (16 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Tue, 25 Oct 2016 21:36:50 +0000 (21:36 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 1.6% (15 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Christian Haug [Tue, 25 Oct 2016 21:36:29 +0000 (21:36 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 1.5% (14 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Tue, 25 Oct 2016 21:36:17 +0000 (21:36 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 1.4% (13 of 918 strings)

7 years agoTranslated using Weblate (Czech)
Jakub Vaněk [Tue, 25 Oct 2016 11:59:38 +0000 (11:59 +0000)]
Translated using Weblate (Czech)

Currently translated at 51.0% (469 of 918 strings)

7 years agoTranslated using Weblate (Czech)
Tomáš Bělohlávek [Tue, 25 Oct 2016 11:37:03 +0000 (11:37 +0000)]
Translated using Weblate (Czech)

Currently translated at 58.0% (533 of 918 strings)

This is a merger of 2 commits.

7 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Sat, 15 Oct 2016 08:01:02 +0000 (08:01 +0000)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 100.0% (918 of 918 strings)

7 years agoTranslated using Weblate (Chinese (Taiwan))
Mingye Wang [Fri, 14 Oct 2016 16:29:41 +0000 (16:29 +0000)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 97.0% (891 of 918 strings)

7 years agoTranslated using Weblate (Catalan)
tonibm19 [Wed, 26 Oct 2016 09:14:30 +0000 (09:14 +0000)]
Translated using Weblate (Catalan)

Currently translated at 46.0% (423 of 918 strings)

7 years agoTranslated using Weblate (Catalan)
Roc Humet [Thu, 6 Oct 2016 17:55:09 +0000 (17:55 +0000)]
Translated using Weblate (Catalan)

Currently translated at 43.6% (401 of 918 strings)

7 years agoTranslated using Weblate (Spanish)
Alfonso R. Zepeda R [Tue, 4 Oct 2016 03:39:44 +0000 (03:39 +0000)]
Translated using Weblate (Spanish)

Currently translated at 57.8% (531 of 918 strings)

7 years agoTranslated using Weblate (Japanese)
Rui [Sat, 1 Oct 2016 05:59:25 +0000 (05:59 +0000)]
Translated using Weblate (Japanese)

Currently translated at 49.4% (454 of 918 strings)

This is a merger of 2 commits.

7 years agoTranslated using Weblate (Swahili)
Eidy [Mon, 3 Oct 2016 04:27:05 +0000 (04:27 +0000)]
Translated using Weblate (Swahili)

Currently translated at 99.8% (917 of 918 strings)

This is a merger of 3 commits.

7 years agoAdded translation using Weblate (Swahili)
Eidy [Mon, 3 Oct 2016 03:39:22 +0000 (03:39 +0000)]
Added translation using Weblate (Swahili)

7 years agoTranslated using Weblate (Portuguese)
João Rodrigues [Tue, 8 Nov 2016 00:48:08 +0000 (00:48 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 66.7% (613 of 918 strings)

There is no need to specify that a mod is an extra.

7 years agoTranslated using Weblate (Portuguese (Brazil))
José Henrique Luckmann [Tue, 27 Sep 2016 17:51:17 +0000 (17:51 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 84.2% (773 of 918 strings)

7 years agoTranslated using Weblate (Danish)
Thomas Wagner Nielsen [Thu, 24 Nov 2016 15:52:26 +0000 (15:52 +0000)]
Translated using Weblate (Danish)

Currently translated at 73.0% (671 of 918 strings)

7 years agoTranslated using Weblate (Danish)
Joe Hansen [Thu, 6 Oct 2016 14:48:01 +0000 (14:48 +0000)]
Translated using Weblate (Danish)

Currently translated at 73.0% (671 of 918 strings)

This is a merger of 3 commits.

7 years agoTranslated using Weblate (Danish)
Thomas Wagner Nielsen [Tue, 30 Aug 2016 07:05:41 +0000 (07:05 +0000)]
Translated using Weblate (Danish)

Currently translated at 29.5% (271 of 918 strings)

7 years agoMgv7: Change default cave width to 0.09
sfan5 [Mon, 12 Dec 2016 16:10:16 +0000 (17:10 +0100)]
Mgv7: Change default cave width to 0.09

7 years agoFix segfault on startup error on Android
rubenwardy [Sun, 11 Dec 2016 22:17:32 +0000 (22:17 +0000)]
Fix segfault on startup error on Android

7 years agoFix camera jumping on Android when panning past 0/360 mark 4893/head
rubenwardy [Sun, 11 Dec 2016 21:57:43 +0000 (21:57 +0000)]
Fix camera jumping on Android when panning past 0/360 mark

7 years agoMod dependency lists: Should have platform-independent line breaking
Bernardo Sulzbach [Mon, 12 Dec 2016 02:39:09 +0000 (00:39 -0200)]
Mod dependency lists: Should have platform-independent line breaking

This fixes a bug existing in modmgr.lua as reported by @Wuzzy2 which
caused the mod dependency list to glitch if input was using a line
terminator different than the OS default.

The C++ code does not need any changes as it already trims CR
occurrences on platforms on which the line termination sequence is LF.

Taken into account the size of the depends.txt files used, this should
not introduce a noticeable performance regression.

Fixes #4720

7 years agoSetting limits: Fix message text in advanced settings tab
Rogier [Sun, 11 Dec 2016 19:13:49 +0000 (20:13 +0100)]
Setting limits: Fix message text in advanced settings tab

It would complain that the value should be higher than the lower
bound, when it should be higher than or equal to the lower bound.

Similar issue for the upper bound.

7 years agoView range: Set maximum to 4000 nodes
Rogier [Sat, 10 Dec 2016 23:23:32 +0000 (00:23 +0100)]
View range: Set maximum to 4000 nodes

The network protocol does not support larger than 255 mapblocks.

7 years agoMapgen: Make mgv7 the default mapgen
paramat [Thu, 1 Dec 2016 21:53:43 +0000 (21:53 +0000)]
Mapgen: Make mgv7 the default mapgen

7 years agoFix computation of viewing range (in blocks) sent to server (#4882)
Rogier-5 [Sun, 11 Dec 2016 18:49:49 +0000 (19:49 +0100)]
Fix computation of viewing range (in blocks) sent to server (#4882)

Fixes #4878

Also remove an artificial viewing range reduction that
(presumably) was added to compensate for miscomputed
viewing ranges, and that doesn't seem to be needed any
more (thanks to lhofhansl).

7 years agoFix sqlite databases being read-only on 64bit Android by patching sqlite (#4871)
rubenwardy [Fri, 9 Dec 2016 17:27:36 +0000 (17:27 +0000)]
Fix sqlite databases being read-only on 64bit Android by patching sqlite (#4871)

Fixes #4121

7 years agoBuildbot: Update LuaJIT version
sfan5 [Wed, 7 Dec 2016 09:18:18 +0000 (10:18 +0100)]
Buildbot: Update LuaJIT version

7 years agoSimple decorations: Fix range check for deco->deco_param2
Auke Kok [Wed, 7 Dec 2016 06:08:16 +0000 (22:08 -0800)]
Simple decorations: Fix range check for deco->deco_param2

Allow any int value, and properly range check it before casting.

7 years agoAndroid: fix build and update deps
est31 [Wed, 7 Dec 2016 20:27:07 +0000 (21:27 +0100)]
Android: fix build and update deps

7 years agoUpdate credits (#4827)
Zeno- [Wed, 7 Dec 2016 13:45:29 +0000 (23:45 +1000)]
Update credits (#4827)

Update credits

7 years agoSimple deco: Allow setting param2 value on placement
Auke Kok [Wed, 7 Dec 2016 00:39:33 +0000 (16:39 -0800)]
Simple deco: Allow setting param2 value on placement

Schematics can already be placed with a param2 value, but not
simple 1-node plant decorations of the simple type.

This adds a `param2` field to the simple deco type that is
checked to be between 0 and 255, and put to the placed node
at mapgen.

This can be used to put a degrotate value in, or e.g. a fill
value for leveltype nodes, or a place_param2 value at mapgen
placement, or vary the shape of meshoptions plantlike drawtype.

7 years agoFog: Make fraction of visible distance at which fog starts configurable
Lars Hofhansl [Sun, 4 Dec 2016 05:43:25 +0000 (21:43 -0800)]
Fog: Make fraction of visible distance at which fog starts configurable

Optimise the fetching of global settings 'camera_smoothing',
'cinematic' and 'cinematic_camera_smoothing'.
Cache 'cam_smoothing'.

7 years agoLiquids: Update flow on block load
MillersMan [Sun, 27 Nov 2016 20:51:40 +0000 (21:51 +0100)]
Liquids: Update flow on block load

When loading a block add liquid-nodes that might flow away or spread to
neighbours to the transforming_liquid queue.

7 years agoLiquids: Preserve flow state if 'ignore' is a neighbour
MillersMan [Sun, 27 Nov 2016 20:46:14 +0000 (21:46 +0100)]
Liquids: Preserve flow state if 'ignore' is a neighbour

Prevent waterfalls from falling down or streams from flowing away when the
source node is in an unloaded block - Nodes near a CONTENT_IGNORE node will
be interpreted as if the ignored node is a liquid node that just supports
the current state of the nodes in question.

7 years agoMap::isValidPosition: Return false instead of throwing exception
MillersMan [Sun, 27 Nov 2016 20:34:16 +0000 (21:34 +0100)]
Map::isValidPosition: Return false instead of throwing exception

7 years agoOptimize block sent: Fix rendering issue
Lars Hofhansl [Thu, 1 Dec 2016 05:42:22 +0000 (21:42 -0800)]
Optimize block sent: Fix rendering issue

7 years agoBiomes: Increase heat and humidity noise spread to 1000
paramat [Fri, 2 Dec 2016 00:57:33 +0000 (00:57 +0000)]
Biomes: Increase heat and humidity noise spread to 1000

To avoid smaller biomes when extra biomes are added to MTGame.
The addition of bushes in MTGame grasslands makes wood resources easier
to find and less distant, so slightly larger biomes are now acceptable,
but also desirable to encourage travel and create more sense of adventure.

7 years agoDon't send a join message in singleplayer mode.
red-001 [Sat, 27 Aug 2016 23:13:41 +0000 (00:13 +0100)]
Don't send a join message in singleplayer mode.

7 years agoFix incorrect docs about minetest.hud_replace_builtin (#4833)
Amaz [Fri, 2 Dec 2016 10:41:08 +0000 (10:41 +0000)]
Fix incorrect docs about minetest.hud_replace_builtin (#4833)

Fixes https://github.com/minetest/minetest/issues/4832

7 years agoVery small documentation fix. (#4830)
Bluebird [Fri, 2 Dec 2016 10:20:55 +0000 (04:20 -0600)]
Very small documentation fix. (#4830)

7 years agoLua_api.txt: Clarify use of looping sounds
paramat [Thu, 1 Dec 2016 04:49:17 +0000 (04:49 +0000)]
Lua_api.txt: Clarify use of looping sounds

7 years agoMgv7 floatlands: Various improvements
paramat [Tue, 29 Nov 2016 04:08:55 +0000 (04:08 +0000)]
Mgv7 floatlands: Various improvements

Floatland base terrain underside was too thin, causing excessive water
leakage through tunnels under lakes, now make it thicker.
Floatland mountain terrain had a rim 1 node thick which made it bare
stone, now make it 2 nodes thick to merge with the floatland base
terrain rim and to have a layer of biome material.
Make mountain terrain more exponentially shaped by altering the
exponent.
Remove unnecessary and potentially ugly MYMAX() applied to
n_base_height.

7 years agoOptimize/adjust blocks/ActiveObjects sent at the server based on client settings...
lhofhansl [Wed, 30 Nov 2016 08:13:14 +0000 (00:13 -0800)]
Optimize/adjust blocks/ActiveObjects sent at the server based on client settings. (#4811)

Optimize/adjust blocks and active blocks sent at the server based on client settings.

7 years agoAllow restricting detached inventories to one player
sfan5 [Sat, 26 Nov 2016 16:35:25 +0000 (17:35 +0100)]
Allow restricting detached inventories to one player

This combats the problem of sending the hundreds of
"creative" / "armor" or whatever detached invs that
exist on popular servers to each and every player
on join or on change of said invs.

7 years agoLimit light_source in the engine (#4814)
juhdanad [Mon, 28 Nov 2016 08:43:33 +0000 (09:43 +0100)]
Limit light_source in the engine (#4814)

Since light_source>15 causes crash, it must be limited.

7 years agoFix filepath > RemoveRelativePathComponent unittest
sfan5 [Sun, 27 Nov 2016 17:38:28 +0000 (18:38 +0100)]
Fix filepath > RemoveRelativePathComponent unittest

(was broken by e4ee6548afd01040046ee3780d0fbb121d141251)