Age | Commit message (Collapse) | Author |
|
|
|
Create Parameters on world initialisation and set settings of old worlds
|
|
Fixes #2497.
|
|
|
|
|
|
|
|
Fixes #2037
|
|
check serverlist
Client now informs about incompatible servers from the list, this permits to prevent the protocol movements.
Server announces its supported protocol versions to master server
|
|
|
|
reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
ok @ShadowNinja
|
|
|
|
|
|
|
|
Fixes #2293.
|
|
|
|
|
|
https://forum.minetest.net/viewtopic.php?f=6&t=11201
Fixed this bug.
|
|
|
|
with Hotbar
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
|
|
|
|
Add optional core.pos_to_string decimal place rounding
Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
|
|
Also add a Lua API and chatcommand for this
|
|
|
|
|
|
|
|
|
|
functions too
|
|
|
|
manually)
Set builtin formspecs to autoscale in order to get consistent formspec look and feel
Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment)
|
|
|
|
|
|
|
|
|
|
Also rewrite mapgen registration for static initialization
|
|
Add minetest.get_mapgen_params()
Deprecate minetest.register_on_mapgen_init()
|
|
Fixes #1807: When the server list finishes downloading, the local server
list resets in certain conditions
|
|
|
|
(fixes #1960)
|
|
This should probably be removed when minetest_game has proper biomes.
If I hear "the whole map is just stone!" again after this, I am going to detonate.
|
|
|
|
|
|
orients textures correctly"
This reverts commit 9878e8de4fdf232ebb77b396766c339786c01218.
See: https://github.com/minetest/minetest/issues/1939 and IRC log for discussion
|
|
|
|
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
|