Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-01 | Localize error messages in mainmenu (#11495) | Riceball LEE | |
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
2021-03-20 | Mainmenu: Improve "Join Game" tab (#11078) | sfan5 | |
2021-01-23 | Fix ESC in error dialog from closing Minetest (#10838) | Yaman Qalieh | |
2020-08-23 | Auto focus on OK button in main menu error messages (#10300) | Vincent Robinson | |
2020-06-06 | Add HTTP API to main menu (#9998) | rubenwardy | |
2019-08-08 | Builtin UI: Move box element to ensure correct draw order | SmallJoker | |
2019-08-01 | Mainmenu: Use textarea in error formspecs | SmallJoker | |
2019-01-16 | Fix some misspellings (#8104) | Paul Ouellette | |
2017-05-06 | Use a settings object for the main settings | ShadowNinja | |
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table. | |||
2016-03-06 | Faster insertion into table | Rui914 | |
2015-10-14 | Refactor logging | ShadowNinja | |
- 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 | |||
2015-09-21 | Replace "self program" with "this program" in fstk boilerplates | est31 | |
... and remove trailing whitespace. | |||
2015-07-23 | Optional reconnect functionality | est31 | |
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting. | |||
2015-06-29 | Add Lua errors to error dialog | rubenwardy | |
2014-11-09 | Add tooltips to main menu subgames button bar | Wuzzy | |
2014-06-12 | Add support for exiting formspecs by doubleclicking outside | sapier | |
2014-05-24 | Fix a bunch of small bugs due to mainmenu cleanup | sapier | |
Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button | |||
2014-05-16 | Add formspec toolkit and refactor mainmenu to use it | sapier | |
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews |