aboutsummaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-291-0/+2
| | | | Also rewrite mapgen registration for static initialization
* Bump version to 0.4.11kwolekr2014-12-241-1/+1
|
* Add video driver selection to settings menu (based uppon idea from ↵sapier2014-08-231-0/+3
| | | | webdesigner97)
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-141-1/+4
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-161-54/+54
| | | | | Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
* Use "core" namespace internallyShadowNinja2014-05-081-4/+4
|
* Add support for dpi based HUD scalingsapier2014-04-271-1/+9
| | | | | | Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
* Add formspec tableKahrl2014-01-131-17/+23
|
* Bump version to 0.4.9kwolekr2014-01-011-1/+1
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-20/+37
|
* Allow non-string arguments for minetest.is_yes()PilzAdam2013-09-101-2/+2
|
* Add Settings interface for LuaPilzAdam2013-09-101-0/+6
|
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-021-0/+2
|
* Add translation for main menusapier2013-08-171-0/+7
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+9
|
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-281-0/+4
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-0/+163