aboutsummaryrefslogtreecommitdiff
path: root/builtin/fstk/ui.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-211-3/+3
| | | | ... 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 support for exiting formspecs by doubleclicking outsidesapier2014-06-121-1/+0
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-161-0/+172
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews