aboutsummaryrefslogtreecommitdiff
path: root/builtin/fstk
AgeCommit message (Collapse)Author
2017-05-06Use a settings object for the main settingsShadowNinja
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-06Faster insertion into tableRui914
2015-10-14Refactor loggingShadowNinja
- 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-21Replace "self program" with "this program" in fstk boilerplatesest31
... and remove trailing whitespace.
2015-07-23Optional reconnect functionalityest31
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-29Add Lua errors to error dialogrubenwardy
2014-11-09Add tooltips to main menu subgames button barWuzzy
2014-06-12Add support for exiting formspecs by doubleclicking outsidesapier
2014-05-24Fix a bunch of small bugs due to mainmenu cleanupsapier
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-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews