| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Co-authored-by: sfan5 <sfan5@live.de>
|
| |
|
|
|
|
|
| |
* Add translator comments for "special" strings
* Add translator comments for some "tricky" strings
|
| |
|
|
|
|
| |
This call is useless and wrong, the empty string has a special meaning in Gettext.
|
|
|
|
|
| |
Simple fix to stop searching for "[" or other special characters causing a crash.
|
|
|
|
|
|
|
|
| |
* add refresh button
* Make search and refresh buttons smaller
* Change to image button
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Increase scrollrate depending on fontsize
Scroll on mousewheel
Allow scrolling and marking text on non writable textareas
Update lua api about readonly mode
Show scrollbar if text overflows
|
| |
|
|
Rename "Singleplayer" tab to "Play" and remove "Server" tab placing server functionality under a "Host Game" checkbox in "Play."
|