| Commit message (Collapse) | Author | Age |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
All terrain generation now occurs in one loop, instead of rivers being
carved afterwards in a separate loop.
Fixes the removal of nodes added by mods in 'register on generated'.
Avoids other problems and reduces the chance of future bugs.
Mapchunk generation time is reduced.
Also fixes a code mistake which resulted in river channel generation
being disabled at floatland altitudes even when floatlands were disabled.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Replace ubuntu:14.04 with ubuntu 18:04
* Auto build client appimage
Co-authored-by: sfan5 <sfan5@live.de>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
closes #10434
|
| | | | |
| | | | |
| | | | |
| | | | | |
fixes #10514
|
| | | | |
| | | | |
| | | | |
| | | | | |
closes #10525
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
This reverts commit 787561b29afdbc78769f68c2f5c4f2cff1b32340.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The callback is only run when a change in HP is to be expected.
Following cases will not trigger the callback:
* Dead player damaged further
* Healing full-health player
* Change of 0 HP
|
| | | | |
| | | | |
| | | | |
| | | | | |
blocks.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Do not set a default for description in itemdef table
* improve documentation
|
| | | | |
| | | | |
| | | | | |
These arguments are used at least by MTG beds and homedecor_common. A deprecation warning is shown to safely remove it in a future release.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
According to the following table:
* MOUSE_L -> DIG
* MOUSE_R -> PLACE
* SCROLL_UP -> HOTBAR_NEXT
* SCROLL_DOWN -> HOTBAR_PREV
This commit entirely removes the special KeyTypes used for joysticks.
Support for the MOUSE KeyTypes had already been removed in the main
game code without adapting the joystick code, breaking joystick
input. This commit restores joystick functionality.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
closes #10605
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Formspec element to display models, written by @kilbith, rebased and tweaked.
Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(#10534)
This reverts commit 0f98b54aa4b2361575002d92b29fe222703ba557.
|
| | | | |
| | | | |
| | | | | |
Treat 'none' values as 'nil'
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
settings #10597
|
| | | | |
| | | | |
| | | | | |
A Minetest peer initiates a connection by sending a packet with an invalid peer_id, for whatever reason the code for doing this ran on both the client and the server meaning you could connect to a client if you knew what the address:port tuple it was listening on.
|
| | | | |
| | | | |
| | | | |
| | | | | |
"good" and "bad" were swapped in the process, resulting in wrong deprecation messages
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
If your ping is in seconds, you probably have other problems.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Shader support for OpenGL ES 2 devices (Android)
Co-authored-by: sfan5 <sfan5@live.de>
|
| | | | |
| | | | |
| | | | | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Make minor improvements to the zoom testing chat command.
Delete incorrect line about creative mode from README.md.
|
| | | | |
| | | | |
| | | | |
| | | | | |
fixes #10526
|
| | | | |
| | | | |
| | | | |
| | | | | |
(#10485)
|
| | | | |
| | | | |
| | | | |
| | | | | |
property (#10443)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Avoid calculating isBlockInSight for blocks without meshes.
- Add metric for how many blocks the client has currently loaded.
- Make some variables constant.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
client.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
To avoid the common misunderstanding where a contributor thinks they
must apply the unsuitable formatting requests ClangFormat makes.
|
| | | | |
| | | | |
| | | | | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|