summaryrefslogtreecommitdiff
path: root/builtin/fstk/ui.lua
Commit message (Collapse)AuthorAge
* Refactor loggingShadowNinja2015-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 boilerplatesest312015-09-21
| | | | ... and remove trailing whitespace.
* Optional reconnect functionalityest312015-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 dialogrubenwardy2015-06-29
|
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-12
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews