| Commit message (Collapse) | Author | Age |
... | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently translated at 100.0% (1274 of 1274 strings)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The upstream JsonCpp project has renamed the `json/features.h` file to
`json/json_features.h`. This patch fixes the JsonCpp installation search
by looking for `json/allocator.h` which has not been renamed on newer
versions of JsonCpp.
Fixes: https://github.com/minetest/minetest/issues/9119
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
This search-and-replace implementation does not use Lua pattern-matching
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Notably it tries to receive all queued packets
between server steps, not just one.
|
| | | | | |
| | | | | |
| | | | | | |
See comment in irrlichttypes.h and https://sourceforge.net/p/irrlicht/bugs/433/
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |\ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fixes #8358
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #8327
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* HPChange Reason: Fix push after free, and type being overwritten
Fixes #8227 and #8344
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The getS16NoEx() handler will return true unless there is a
`[num_emerge_threads]` line in the `minetest.conf` at which
point the excption handler part is reached. Due to the fact that
`defaultsettings.cpp` has a default value set for this setting,
that never will happen.
Because of this, the code will never check the number of threads on
the system, and keep `nthreads = 0`. If that happens, the value is
changed to `1` and only 1 emerge thread will be used.
The default should be set to `1` instead, due to the potential unsafe
consequences for the standard sqlite map files, but that should be a
separate commit that also adds documentation for that setting. This
commit focuses on removing this `hiding` bug instead.
|
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #8332
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Positional strings don't work on some Windows builds.
Remove server address string, leave player name string present.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Better late than never.
|
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: sfan5 <sfan5@live.de>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This feature is enabled by default for non-Android release builds. Package
maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it.
Co-authored-by: rubenwardy <rw@rubenwardy.com>
Co-authored-by: sfan5 <sfan5@live.de>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`settingtypes.txt` (#12131)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
image (#12608)
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Currently translated at 57.3% (839 of 1462 strings)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Currently translated at 100.0% (1462 of 1462 strings)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Currently translated at 68.6% (1004 of 1462 strings)
|