summaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
Commit message (Collapse)AuthorAge
* Bump version to 0.4.17SmallJoker2018-06-03
|
* Revert version scheme changessfan52017-11-20
| | | | | This reverts commit 41b7823057bdaddd760f932dce802719301c3a0f. This reverts commit 7968f1ddaa67432719d5becdda5ca8bec58faa47.
* New version scheme (#6292)Loïc Blot2017-08-20
| | | | | | | * Version changes: current dev version is now 0.4.17 * This change permit to have multi branches with various versions * Dev version is 0.4.17-dev and next release will be 0.4.17
* Bump version to 0.4.16ShadowNinja2017-06-03
|
* Bump version to 0.4.15sfan52016-12-22
|
* Add base64 encoding and decoding to the lua api. (#3919)red-0012016-05-27
|
* Bump version to 0.4.14sfan52016-05-15
|
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-26
|
* Hide mapgens from main menu not intended for end userskwolekr2015-10-04
|
* Bump version to 0.4.13est312015-08-20
|
* Add core.get_dir_listShadowNinja2015-05-16
|
* Bump version to 0.4.12Perttu Ahola2015-02-18
|
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est312015-02-18
| | | | | | | 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-18
|
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-29
| | | | Also rewrite mapgen registration for static initialization
* Bump version to 0.4.11kwolekr2014-12-24
|
* Add video driver selection to settings menu (based uppon idea from ↵sapier2014-08-23
| | | | webdesigner97)
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-14
|
* 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
* Use "core" namespace internallyShadowNinja2014-05-08
|
* Add support for dpi based HUD scalingsapier2014-04-27
| | | | | | Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
* Add formspec tableKahrl2014-01-13
|
* Bump version to 0.4.9kwolekr2014-01-01
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-29
|
* Allow non-string arguments for minetest.is_yes()PilzAdam2013-09-10
|
* Add Settings interface for LuaPilzAdam2013-09-10
|
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-02
|
* Add translation for main menusapier2013-08-17
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
|
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-28
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-02