est31
fbc95ae055
Optional reconnect functionality
...
Enable the server to request the client to reconnect.
This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
2022-05-21 16:12:44 +02:00
sfan5
7a1854f798
Fix crash in mainmenu when loaded subgame does not have a "menu" directory
2022-05-21 16:12:44 +02:00
sfan5
22c20ffd4d
Allow random menu images for subgames
2022-05-21 16:12:43 +02:00
Mark Schreiber
4e8e0fdff1
Add antialiasing UI setting
...
The Irrlicht engine supports antialiasing, and Minetest already supports
saving an antialiasing setting in its configuration file. However,
Minetest lacked UI elements to set this setting, and previously the only
way to enable the feature was by hand-editing the configuration file.
Add a drop-down menu that can enable antialiasing.
2022-05-21 16:12:43 +02:00
Marcin
e235a42346
Add ability to specify coordinates for /spawnentity
2022-05-21 16:12:42 +02:00
ExcaliburZero
b7d559dafe
Change texture pack description file name
...
Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs.
Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
2022-05-21 16:12:42 +02:00
Jean-Patrick Guerrero
f00186f204
Fix remnant bugs on mainmenu
...
- Stop attempting to start a world when no world's created/selected in server tab
- Better world's indexes handling between subgames lists
2022-05-21 16:12:41 +02:00
RealBadAngel
23e4c70d72
Add new leaves style - simple (glasslike drawtype)
2022-05-21 16:12:41 +02:00
Jean-Patrick Guerrero
5707f97a05
Fix attempt to start a world when no world is selected/created
2022-05-21 16:12:40 +02:00
Sokomine
afdd384f40
Set server_announce to world.mt and respect modes when changing subgame
2022-05-21 16:12:40 +02:00
Sokomine
7345adbbb5
Fix world.mt not written when selecting mode
2022-05-21 16:12:39 +02:00
est31
06cedfb052
Fix single click world select
2022-05-21 16:12:39 +02:00
Jean-Patrick Guerrero
2c8a161000
Fix bugs in mainmenu
2022-05-21 16:12:38 +02:00
rubenwardy
f17181e748
Add Lua errors to error dialog
2022-05-21 16:12:38 +02:00
est31
d375d875a1
Update credits tab
2022-05-21 16:12:37 +02:00
Wuzzy
4917a66e19
Don't highlight entries in credits
2022-05-21 16:12:37 +02:00
Craig Davison
406b5bf810
Remove reference to deprecated privilege
2022-05-21 16:12:36 +02:00
TeTpaAka
77c2bf43c3
Add minetest.register_on_player_hpchange
2022-05-21 16:12:36 +02:00
HybridDog
c1853e2893
More reliable serverlist behaviour
...
-> remember the previously loaded serverlist, and use if new one failed
-> show a "loading" serverlist
2022-05-21 16:12:35 +02:00
HybridDog
80e032e167
Decrease minetest.after globalstep lag
...
* abort if theres no active timer
* only reduce the timer.time of all timers when its necessary
* move updating timers_to_add into a seperate function
2022-05-21 16:12:35 +02:00
est31
e648a40cec
Nicer time setting logging
...
Now logs
ACTION[ServerThread]: player sets time to 6:03
instead of
ACTION[ServerThread]: player sets time to 6:3
2022-05-21 16:12:35 +02:00
est31
fea38f3780
Fix wrong replace from previous commit
2022-05-21 16:12:34 +02:00
est31
1c971d206e
Localize inside whole misc_helpers.lua
2022-05-21 16:12:34 +02:00
ShadowNinja
6afcc26bac
Add core.get_dir_list
2022-05-21 16:12:33 +02:00
LeMagnesium
de7cd53f41
Added hour:minute format to time command
...
* The time command now accepts parameters in the form <hour>:<minute>,
and if invoked with no parameters returns the current time in said format.
2022-05-21 16:12:33 +02:00
Brandon
d564d4d2b8
Add minetest.register_on_punchplayer
2022-05-21 16:12:32 +02:00
tenplus1
e172295337
Don't crash if an item gets dropped into unloaded space
...
Items dropped into unloaded map space will crash game so here's a fix...
2022-05-21 16:12:32 +02:00
est31
e50a93d25a
Item entity merging refactor
...
Don't ident too much, and add a comment.
2022-05-21 16:12:32 +02:00
Nathanaël Courant
2f8a628334
Add code to support raillike group names
2022-05-21 16:12:31 +02:00
Tomas Brod
c1f7c3a378
Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one.
...
On calling clear_redistered_biomes the registered_biomes table is cleared
by creating a new empty table, but the pointer is not updated to point to
the new one. So after calling more register_biome, the registered_biome
table always contains 0 items, which is an error. Instead, the table is
cleared by removing all its items so the pointer (minetest.registered_*)
remains valid.
2022-05-21 16:12:31 +02:00
srfqi
75f9ff161a
Remove fly mode in simple main menu
...
As the fly mode option is avaiable in-game, this is not used anymore.
2022-05-21 16:12:30 +02:00
ShadowNinja
6e61c7d92a
Add minetest.global_exists()
2022-05-21 16:12:30 +02:00
est31
c2dcb45bf8
Add reason to kicked log message and use present tense
2022-05-21 16:12:29 +02:00
Zeno-
efeec55ab8
Let main menu scale (non-Android)
...
This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds
2022-05-21 16:12:29 +02:00
Zeno-
ca83a3ab72
Update credits
2022-05-21 16:12:29 +02:00
Loïc Blot
afa56e9c91
Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a
2022-05-21 16:12:28 +02:00
fz72
3f6d3e066a
Save creative_mode and enable_damage setting for each world in world.mt
...
Create Parameters on world initialisation and set settings of old worlds
2022-05-21 16:12:28 +02:00
est31
bc5ae25d1a
Android: Fix auto-entry of server address and port in mainmenu
...
Fixes #2497 .
2022-05-21 16:12:27 +02:00
SmallJoker
6d524e3940
Radius parameter for /deleteblocks here
2022-05-21 16:12:27 +02:00
est31
944e67af37
Add /setpassword and /clearpassword logging
2022-05-21 16:12:27 +02:00
ShadowNinja
53f255dbc9
Fix serialization of floating point numbers
2022-05-21 16:12:26 +02:00
Nathanaël Courant
b7db67f168
Add modname convention checking
...
Fixes #2037
2022-05-21 16:12:26 +02:00
est31
5a662882bf
Server: announce MIN/MAX protocol version supported to serverlist. Client: 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
2022-05-21 16:12:25 +02:00
Perttu Ahola
352b5c8a72
Use fixed size for builtin menus on non-android platforms
2022-05-21 16:12:25 +02:00
Loïc Blot
b6c7b01e45
Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable) ok @ShadowNinja
2022-05-21 16:12:24 +02:00
fz72
de358b6b55
Fix map_seed not changed when creating a new world after login to another
2022-05-21 16:12:24 +02:00
rubenwardy
aabe33eea2
Fix minetest.item_eat's replace_with_item, fixes #2292
2022-05-21 16:12:24 +02:00
Loïc Blot
223b4c09ca
Fix issue #2278 , Connection sent before address data loading
2022-05-21 16:12:23 +02:00
est31
1052201620
Fix crash on passing false as value in table to table.copy(t)
...
Fixes #2293 .
2022-05-21 16:12:23 +02:00
ngosang
4bd260afbd
Minor fixes in translations
2022-05-21 16:12:22 +02:00