minetest/src/script
rubenwardy 03d86ea0b4
Add register dialog to separate login/register (#12185)
New users find Minetest's account system confusing.
This change moves username/password to a new dialog,
with login and register buttons added to the Join Game tab.

The old registration confirmation dialog is removed in
favour of the new dialog.

Fixes #8138
2022-06-05 17:47:38 +02:00
..
common Reduce size of ContentFeatures structure 2022-05-26 15:49:12 +02:00
cpp_api Remove debug.get/setmetatable from security whitelist 2022-05-29 14:00:19 +02:00
lua_api Add register dialog to separate login/register (#12185) 2022-06-05 17:47:38 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp A few initialization cleanups 2020-04-11 13:12:51 +02:00
scripting_client.h A few initialization cleanups 2020-04-11 13:12:51 +02:00
scripting_mainmenu.cpp Async-related script cleanups 2021-08-28 12:15:12 +02:00
scripting_mainmenu.h Async-related script cleanups 2021-08-28 12:15:12 +02:00
scripting_server.cpp Use native packer to transfer globals into async env(s) 2022-05-10 22:37:42 +02:00
scripting_server.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00