aboutsummaryrefslogtreecommitdiff
path: root/builtin/fstk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a settings object for the main settingsShadowNinja2017-05-061-1/+1
| | | | | | | 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.
* Faster insertion into tableRui9142016-03-062-2/+7
|
* Refactor loggingShadowNinja2015-10-141-2/+4
| | | | | | | | | - 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 boilerplatesest312015-09-214-51/+51
| | | | ... and remove trailing whitespace.
* Optional reconnect functionalityest312015-07-231-26/+39
| | | | | | 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 dialogrubenwardy2015-06-291-9/+31
|
* Add tooltips to main menu subgames button barWuzzy2014-11-091-4/+5
|
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-121-1/+0
|
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-241-1/+1
| | | | | | | 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
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-164-0/+723
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews