| Commit message (Collapse) | Author | Age |
|
|
|
| |
Currently translated at 17.4% (160 of 918 strings)
|
|
|
|
| |
Currently translated at 73.0% (671 of 918 strings)
|
| |
|
|
|
|
| |
Currently translated at 72.9% (670 of 918 strings)
|
|
|
|
| |
Currently translated at 100.0% (918 of 918 strings)
|
|
|
|
| |
Currently translated at 3.9% (36 of 918 strings)
|
|
|
|
| |
Currently translated at 100.0% (918 of 918 strings)
|
|
|
|
| |
Currently translated at 13.5% (124 of 918 strings)
|
|
|
|
| |
Currently translated at 61.2% (562 of 918 strings)
|
|
|
|
| |
Currently translated at 69.4% (638 of 918 strings)
|
|
|
|
| |
Currently translated at 27.1% (249 of 918 strings)
|
|
|
|
| |
Currently translated at 99.3% (912 of 918 strings)
|
|
|
| |
Fixes parts of #5389.
|
| |
|
|
|
|
| |
Delete LocalPlayer when ClientEnvironment (object owner) is destroyed
|
|
|
|
|
|
| |
Shorten 'readable names'.
Add a new advanced settings menu section for Biome API noises.
Various minor edits and improvements.
|
|
|
|
| |
Only mgv6 uses the tree functions from treegen.cpp.
|
|
|
|
| |
Future mapgens are likely to use this for magma and volcanos.
Remove the getting of lava source content id in mgvalleys.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
| |
Fix some headers style and remove them from whitelist
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fix l_client.cpp/h and remove them from whitelist
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater
|
| |
|
| |
|
| |
|
|
|
|
| |
This bug was introduced by dd2f1d7551bfd70357ad4f3fb180704194272147 and reported by @kilbith
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Typo fix: we are doing select on delete block.
This fix issue #5426
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Avoids spamming the chat about several errors.
|
| |
|
|
|
| |
clang-format: fix bash syntax on increment
|
|
|
|
| |
output (4MB) (#5455)
|
|
|
|
| |
Enabled using the existing 'sneak_glitch' physics override.
|
| |
|
| |
|