aboutsummaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.4.15sfan52016-12-221-1/+1
|
* Add base64 encoding and decoding to the lua api. (#3919)red-0012016-05-271-0/+4
|
* Bump version to 0.4.14sfan52016-05-151-1/+1
|
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-261-0/+2
|
* Hide mapgens from main menu not intended for end userskwolekr2015-10-041-2/+2
|
* Bump version to 0.4.13est312015-08-201-1/+1
|
* Add core.get_dir_listShadowNinja2015-05-161-6/+2
|
* Bump version to 0.4.12Perttu Ahola2015-02-181-1/+1
|
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est312015-02-181-2/+10
| | | | | | | check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
* Reorganize supported video driver query mechanismskwolekr2015-01-181-1/+3
|
* 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