Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix ESC in error dialog from closing Minetest (#10838) | Yaman Qalieh | 2021-01-23 |
| | |||
* | Auto focus on OK button in main menu error messages (#10300) | Vincent Robinson | 2020-08-23 |
| | |||
* | Add HTTP API to main menu (#9998) | rubenwardy | 2020-06-06 |
| | |||
* | Builtin UI: Move box element to ensure correct draw order | SmallJoker | 2019-08-08 |
| | |||
* | Mainmenu: Use textarea in error formspecs | SmallJoker | 2019-08-01 |
| | |||
* | Fix some misspellings (#8104) | Paul Ouellette | 2019-01-16 |
| | |||
* | Refactor logging | ShadowNinja | 2015-10-14 |
| | | | | | | | | | - 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 | ||
* | Replace "self program" with "this program" in fstk boilerplates | est31 | 2015-09-21 |
| | | | | ... and remove trailing whitespace. | ||
* | Optional reconnect functionality | est31 | 2015-07-23 |
| | | | | | | Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting. | ||
* | Add Lua errors to error dialog | rubenwardy | 2015-06-29 |
| | |||
* | Add support for exiting formspecs by doubleclicking outside | sapier | 2014-06-12 |
| | |||
* | Add formspec toolkit and refactor mainmenu to use it | sapier | 2014-05-16 |
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews |