summaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
Commit message (Collapse)AuthorAge
* Continue with 5.5.0-devsfan52021-02-23
|
* Use consistent temp folder path (#10892)rubenwardy2021-02-07
|
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-22
| | | Co-authored-by: sfan5 <sfan5@live.de>
* ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy2021-01-04
|
* Add open user data button to main menu (#10579)rubenwardy2020-12-19
|
* Continue with 5.4.0-devsfan52020-07-09
|
* Fix typo (#10043)oilboi2020-06-17
|
* Add HTTP API to main menu (#9998)rubenwardy2020-06-06
|
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-17
|
* Give the online lua mainmenu also the client_list and mods (#8691)Lejo2020-05-01
|
* Continue with 5.3.0-devsfan52020-04-05
|
* Improve Lua API documentation on sounds (#9265)Wuzzy2020-01-08
|
* Continue with 5.2.0-devsfan52019-10-12
|
* Add support for set_formspec_prepend in main menu (#8611)rubenwardy2019-08-12
|
* Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵DS2019-06-07
| | | | | (#8572) This was forgotten in #5852.
* Continue with 5.1.0-devsfan52019-03-04
|
* Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy2019-01-31
|
* Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy2018-12-11
|
* Remove deprecated functions from menu_lua_api.txt (#7455)Anand S2018-06-17
|
* Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot2018-06-15
| | | | * Version scheme change: 0.5.0 -> 5.0.0
* Add online content repositoryrubenwardy2018-04-19
| | | | Replaces mods and texture pack tabs with a single content tab
* Load dependencies and description from mod.confAndrew Ward2018-03-28
|
* New version scheme (#6292)Loïc Blot2017-08-20
| | | | | | | * Version changes: current dev version is now 0.5.0 * This change permit to have multi branches with various versions * Dev version is 0.5.0-dev and next release will be 0.5.0
* Remove remaining modstore code (#6120)Elijah Duffy2017-07-14
|
* Main Menu: Add get_clientmodpath API (#5912)Elijah Duffy2017-06-06
| | | Add `core.get_clientmodpath` to main menu API (also possible in async calls).
* 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