| Commit message (Collapse) | Author | Age |
|
|
|
| |
Bonus: make CI happy with the last rules fix
|
| |
|
|
|
|
|
|
| |
* Proper support for continuation indents in clang format
* make src/wieldmesh.h proper and remove it from whitelist
* Add CLion default build directories in .gitignore
|
| |
|
|
|
|
| |
Also fix spaces to tabs
|
|
|
|
|
| |
Move lint to dedicated shell permit to use it from your shell easily to check what is wrong
Also fix recent regressions in code style
|
| |
|
|
|
|
| |
Currently translated at 69.4% (638 of 918 strings)
|
|
|
|
| |
Currently translated at 59.2% (544 of 918 strings)
|
|
|
|
| |
Currently translated at 96.0% (882 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 99.4% (913 of 918 strings)
Se isso se referir a Instrument builtin aa tradução é embutido
|
|
|
|
| |
Currently translated at 87.0% (799 of 918 strings)
|
|
|
|
| |
Currently translated at 67.8% (623 of 918 strings)
|
|
|
|
| |
Currently translated at 37.0% (340 of 918 strings)
|
|
|
|
| |
Currently translated at 66.4% (610 of 918 strings)
|
|
|
|
| |
Currently translated at 73.6% (676 of 918 strings)
|
|
|
|
| |
Currently translated at 24.8% (228 of 918 strings)
|
|
|
|
| |
Currently translated at 34.9% (321 of 918 strings)
|
|
|
|
| |
Currently translated at 73.0% (671 of 918 strings)
|
|
|
|
| |
Currently translated at 70.2% (645 of 918 strings)
|
|
|
|
| |
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
|