susan
165ddb22e8
Translated using Weblate (Chinese (China))
...
Currently translated at 73.0% (671 of 918 strings)
2017-04-06 08:37:37 +02:00
Jakub Mendel
6e756f047b
Translated using Weblate (Polish)
...
Currently translated at 70.2% (645 of 918 strings)
2017-04-06 08:37:36 +02:00
Muhammad Nur Hidayat Yasuyoshi
ea9da51417
Translated using Weblate (Malay)
...
Currently translated at 17.4% (160 of 918 strings)
2017-04-06 08:37:36 +02:00
zaoqi
233c28ae68
Translated using Weblate (Chinese (China))
...
Currently translated at 73.0% (671 of 918 strings)
2017-04-06 08:37:35 +02:00
Muhammad Nur Hidayat Yasuyoshi
7b3d129c34
Added translation using Weblate (Malay)
2017-04-06 08:37:35 +02:00
Guo Yunhe
f2e3968c00
Translated using Weblate (Chinese (China))
...
Currently translated at 72.9% (670 of 918 strings)
2017-04-06 08:37:35 +02:00
Viktar Vauchkevich
b2c8285a53
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (918 of 918 strings)
2017-04-06 08:37:34 +02:00
Petter Reinholdtsen
dbbb973ce6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 3.9% (36 of 918 strings)
2017-04-06 08:37:34 +02:00
Viktar Vauchkevich
58947f3c62
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (918 of 918 strings)
2017-04-06 08:37:33 +02:00
Viktar Vauchkevich
bfc3be2149
Translated using Weblate (Belarusian)
...
Currently translated at 13.5% (124 of 918 strings)
2017-04-06 08:37:33 +02:00
Andrzej Redlarski
4182683d11
Translated using Weblate (Polish)
...
Currently translated at 61.2% (562 of 918 strings)
2017-04-06 08:32:09 +02:00
Muhammad Rifqi Priyo Susanto
f343b6ccf0
Translated using Weblate (Indonesian)
...
Currently translated at 69.4% (638 of 918 strings)
2017-04-06 08:32:09 +02:00
ignaloidas
b9e83118b3
Translated using Weblate (Lithuanian)
...
Currently translated at 27.1% (249 of 918 strings)
2017-04-06 08:32:09 +02:00
Cold Meson 06
dcb27c449c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (912 of 918 strings)
2017-04-06 08:32:09 +02:00
red-001
f86c274718
[CSM] Add support for positional audio. ( #5516 )
...
Fixes parts of #5389 .
2017-04-06 08:14:31 +02:00
Loic Blot
e349677850
Expose vector helpers to CSM
2017-04-06 07:57:49 +02:00
Loïc Blot
507951cc0c
Memleak fix: LocalPlayer object was not deleted
...
Delete LocalPlayer when ClientEnvironment (object owner) is destroyed
2017-04-05 12:30:52 +02:00
paramat
bad4c46982
Mapgen documentation: Add descriptions to noise parameters
...
Shorten 'readable names'.
Add a new advanced settings menu section for Biome API noises.
Various minor edits and improvements.
2017-04-05 07:30:06 +01:00
paramat
15ff84d767
Mapgen: Remove '#include treegen.h' from non-mgv6 mapgens
...
Only mgv6 uses the tree functions from treegen.cpp.
2017-04-05 07:30:00 +01:00
Paramat
fac156a907
MapgenBasic: Add lava source as commonly used content ( #5512 )
...
Future mapgens are likely to use this for magma and volcanos.
Remove the getting of lava source content id in mgvalleys.
2017-04-04 07:51:58 +02:00
Loïc Blot
126d41f70f
Client handlers: Remove useless stringstream usage in two handlers ( #5510 )
2017-04-04 07:47:04 +02:00
red-001
450c75a365
[CSM] Add local node meta reference. ( #5508 )
2017-04-04 07:41:37 +02:00
paramat
ad10ebf1be
Cavegen/Mgv5/Mgv7: Add optional giant caverns
...
Add to MapgenBasic for use by multiple mapgens.
Add to mgv5 and mgv7, enabled by default.
Similar to mgvalleys caverns but half the scale.
Parameters for upper y limit, distance caverns taper to full size, and
noise threshold (full cavern size).
As with mgvalleys caverns are generated first and classic caves are
disabled in any mapchunk containing a cavern, to avoid excessive
spreading volumes of liquids.
This also avoids floating blobs of liquid where a large classic cave
has overgenerated out into a neighbouring previously-generated mapchunk.
2017-04-03 04:49:32 +01:00
Loïc Blot
8bdbc6cff8
Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instead of src/ ( #5473 )
...
* Update embedded jsoncpp from unk version to 0.10.6
0.10.6 is last release without c++11
* Make jsoncpp more compliant with its amalgamate
Jsoncpp cpp file should be upper, make the library like it does in amalgamate
* Reorganization: move minetest embedded libs outside of source tree to /lib
* Fix a dead grep in LINT
2017-04-02 10:51:50 +02:00
Auke Kok
715b8a85e2
minetest.after(): simplify further, pause in singleplayer ( #5500 )
...
Using the `dtime` value entirely, this will stop the clock
if the game is paused in singleplayer. Since most of the
clocks were fixed a long time ago, this should again be
safe to use.
2017-04-02 10:51:16 +02:00
MarkuBu
80dc0227c7
First commit for fine pointed ( #5485 )
2017-04-01 16:50:53 +02:00
Uwe Koloska
7c657b0a4d
Add missing source to android build ( #5496 )
2017-04-01 16:47:58 +02:00
Loïc Blot
3287d018dc
Clang-format: trivial fix on some headers ( #5495 )
...
Fix some headers style and remove them from whitelist
2017-04-01 14:48:16 +02:00
red-001
887549792a
[CSM] Add function and chat command to disconnect from server. ( #5487 )
2017-04-01 13:40:56 +02:00
number Zero
29d0269193
Signlike, glasslike drawtypes: Fix inverted textures
2017-04-01 10:08:28 +01:00
SmallJoker
ec6803d4b2
mapgen: Fix segfault when selecting invalid mapgen ( #5491 )
2017-04-01 10:18:13 +02:00
Loic Blot
114b1d89de
Fix clang-format Columns Width
...
Also fix l_client.cpp/h and remove them from whitelist
2017-03-31 22:29:34 +02:00
kilbith
5310fa3b92
Wieldmesh: Natural orientation depending on pitch ( #5490 )
2017-03-31 22:00:05 +02:00
adrido
dd2efab8ba
Windows: Set window icon ( #5486 )
2017-03-30 20:28:37 +02:00
paramat
82fbf31f61
Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
...
Add the missing paramtype2 for param2 controlling the liquid level
inside the glasslike_framed drawtype.
Add missing documentation of the feature to lua_api.txt.
Update and improve comments for drawtype enumerations in nodedef.h.
2017-03-30 04:52:54 +01:00
Loïc Blot
6310f842bc
l_minimap: don't show minimap if configuration doesn't allow it
2017-03-29 15:50:22 +02:00
Loïc Blot
736e505ebc
Add CPP11 header to define nullptr & constexpr ( #5471 )
...
This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater
2017-03-29 13:34:57 +02:00
sfan5
f7278b4f36
Sneak: Fix sneaking on free-floating lower-half slabs
2017-03-29 10:19:49 +02:00
sfan5
70aa704769
Sneak: Fix stair lower step bug and ladder in 1x1 hole bugs
2017-03-29 00:51:13 +01:00
Diego Martínez
3837e7d77e
Add functions to strip color information. ( #5472 )
2017-03-28 21:55:39 +02:00
Loïc Blot
9ae099e7ed
Fix a type bug in colorize function
...
This bug was introduced by dd2f1d7551bfd70357ad4f3fb180704194272147 and reported by @kilbith
2017-03-28 14:50:17 +02:00
red-001
7100121fb6
[CSM] Fix errors in and improve the CSM documentation. ( #5467 )
2017-03-28 08:26:54 +02:00
Loïc Blot
2003083ca5
clang-format: add a whitelist ( #5459 )
...
If file is in the whitelist, softfail, else hard failure
Some files are not in whitelist and marked as normal:
* src/content_mapnode.h
* src/cguittfont/xCGUITTFont.cpp
* src/gameparams.h
* src/profiler.cpp
2017-03-27 15:33:15 +02:00
Loïc Blot
b29d20ea20
PostgreSQL: fix delete block
...
Typo fix: we are doing select on delete block.
This fix issue #5426
2017-03-27 15:03:13 +02:00
paramat
1bb70a78a9
Map generation limit: Make per-world
...
The setting limits map generation but affects nothing else.
Add 'mapgen_limit' to global mapgen parameters.
Move 'blockpos_over_mapgen_limit()' to the only place it is called
from: map.cpp.
Allow teleportation to any part of the world even if over the set
mapgen limit.
Simplify the reading of this limit in mgvalleys.
Remove the 'map_generation_limit' setting.
2017-03-27 03:18:09 +01:00
Diego Martínez
0f3cb877d8
Pathfinder: Send errors to warningstream
.
...
Avoids spamming the chat about several errors.
2017-03-27 03:17:37 +01:00
Loic Blot
ba5b7897bb
Fix mismatch struct/class for GameUIFlags
2017-03-26 18:54:39 +02:00
Loïc Blot
b24822e755
clang-format: fix counter increment & output ( #5456 )
...
clang-format: fix bash syntax on increment
2017-03-26 14:07:07 +02:00
Loïc Blot
6e73c8e167
clang-format: limit diff to 50 files to prevent exceding the maximum travis output (4MB) ( #5455 )
2017-03-26 11:29:21 +02:00
sfan5
d54c77f6e9
Sneak: Replicate sneak ladder in new code, is optional
...
Enabled using the existing 'sneak_glitch' physics override.
2017-03-26 05:53:30 +01:00