| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, findSpawnPos() did not take the 'mapgen_limit' setting into account,
a small limit often resulted in a spawn out in the void.
Use the recently added 'calcMapgenEdges()' to get max spawn range through a new
mapgenParams function 'getSpawnRangeMax()'.
Previously, when a player respawned into a world, 'objectpos_over_limit()' was
used as a check, which was inaccurate.
Use the recently added 'saoPosOverLimit()' to get exact mapgen edges.
Also fix default value of 'm_sao_limit_min'.
|
|
|
| |
Replace the textlist used if the shaders checkbox is unchecked in the settings tab of the main menu with labels. This makes the formspec feel more consistent as the items do not move when shaders is unchecked but only change colour and the checkboxes beside them disappear.
|
|
|
|
|
|
|
|
| |
These code be generated by CSM, a modded client or just copy and pasted by the player.
Changes
- Update configuration example and setting translation file.
- Remove colour codes before logging chat.
- Add setting to remove colour codes before processing the chat.
|
| |
|
|
|
|
|
|
|
| |
(#5945)
C++11 implement function deleting, it's generally used to prevent some object copy
In script API use this function removal on ScriptApiBase instead of ScriptApiClient/Server/MainMenu, this affect all ScriptApis
Move DISABLE_CLASS_COPY with constructor, the deleted function permit to replace function in its original place
|
|
|
| |
This will help to avoid some strange bugs.
|
|
|
| |
Also remove `disable_escape_sequences` since it's not needed anymore.
|
| |
|
|
|
|
| |
This permits script to return correct state when skipping packaging
|
|
|
|
|
|
|
|
| |
* Implement win32 & win64 builds in Gitlab CI + pkg improvements
* windows buildbot: split build & deploy steps
* move deb artifacts to root folder to have a nicer artifact
* add windows build + packaging on xenial
|
|
|
|
|
| |
* Have the server send the player list to the client
Currently the client generates the player list based on the Client active object list, the issue with this is that we can't be sure all player active objects will be sent to the client, so this could result in players showing up when someone run `/status` but auto complete not working with their nick and CSM not being aware of the player
|
|
|
|
|
|
|
| |
* C++11 patchset 5: use std::threads and remove old compat layer
* use pragma once in modified headers
* use C++11 function delete for object copy
|
|
|
|
|
| |
Minetest does not have 'run'.
Automatic forwards is very often used while flying or swimming, so a general
word is more suitable.
|
|
|
|
|
|
|
|
| |
sqlite. (#5940)
* Use a settings object when generating world.mt and set player_backend to sqlite.
* Update subgame.cpp
|
| |
|
|
|
|
|
|
| |
* [CSM] Add function to get player privileges + move related help functions to common
* Added @Zeno- const
|
| |
|
|
|
|
| |
This modification was forgotten at release
|
| |
|
|
|
|
| |
* Fix event LINT & remove default constructor/destructors
* remove compat code & modernize autolock header
|
|
|
|
| |
This reverts commit 599e13e95e81aadb959c9f3715aec9b425ede084.
|
|
|
| |
Add `core.get_clientmodpath` to main menu API (also possible in async calls).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
+ indent fix
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Move GCC to GCC 6 & GCC 7
* Move Clang to Clang 3.6 & Clang 4.0
* LINT moves from Clang 3.9 to Clang 4.0
* Move XCode 7.3 to 8.0
* Use more travis tricks to install compilers instead of adding complexity to our build script
* Clang format fixes on checked files (compat Cpp11 instead of Cpp03)
* Mingw GCC update from 4.8.4 to 5.3 (Ubuntu Xenial)
* Drop mingw cmake generated files and add them to gitignore
|
|
|
|
|
|
| |
* Mapgen v6: Use snow blocks in tundra and remove them from taiga
* Use snowblocks in tundra above dirt with snow
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This function only removes player meta data,
not player authentication data.
|
|
|
|
|
|
|
|
|
|
|
| |
The following algorithm was used when selecting contributors:
* Every non-trivial contributor from the current release,
Non-trivial meaning more than X non-trivial commits, not counting documentation/translation changes
* The top Y contributors from the last 4 years.
* Previous contributor means no contributions since a few months before the last release.
In the future this should be automated
|
|
|
|
| |
Currently translated at 77.6% (795 of 1024 strings)
|
|
|
|
| |
Currently translated at 38.1% (391 of 1024 strings)
|
|
|
|
| |
Currently translated at 61.3% (628 of 1024 strings)
|
| |
|
|
|
|
| |
Currently translated at 48.2% (494 of 1024 strings)
|
|
|
|
| |
Currently translated at 79.7% (817 of 1024 strings)
|
|
|
|
| |
Currently translated at 12.1% (124 of 1024 strings)
|
|
|
|
| |
Currently translated at 11.0% (113 of 1024 strings)
|
|
|
|
| |
Currently translated at 10.9% (112 of 1024 strings)
|
|
|
|
| |
Currently translated at 90.2% (924 of 1024 strings)
|
|
|
|
| |
Currently translated at 94.5% (968 of 1024 strings)
|
|
|
|
| |
Currently translated at 84.2% (863 of 1024 strings)
|