Paul Ouellette
86a724a406
Fix some misspellings ( #8104 )
2022-05-21 16:16:41 +02:00
ShadowNinja
8fc9b3b9cb
Refactor logging
...
- Add warning log level
- Change debug_log_level setting to enumeration string
- Map Irrlicht log events to MT log events
- Encapsulate log_* functions and global variables into a class, Logger
- Unify dstream with standard logging mechanism
- Unify core.debug() with standard core.log() script API
2022-05-21 16:12:54 +02:00
est31
7feed28ef0
Replace "self program" with "this program" in fstk boilerplates
...
... and remove trailing whitespace.
2022-05-21 16:12:51 +02:00
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
rubenwardy
f17181e748
Add Lua errors to error dialog
2022-05-21 16:12:38 +02:00
sapier
5ad41abbdd
Add support for exiting formspecs by doubleclicking outside
2022-05-21 16:11:47 +02:00
sapier
c2df20263f
Add formspec toolkit and refactor mainmenu to use it Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
2022-05-21 16:11:42 +02:00