aboutsummaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
AgeCommit message (Collapse)Author
2022-06-05Android: Add support for sharing debug.txt (#12370)rubenwardy
2022-05-21Deprecate game.conf name, use title instead (#12030)rubenwardy
2022-01-30Use virtual paths to specify exact mod to enable (#11784)rubenwardy
2022-01-30Continue with 5.6.0-devsfan5
2021-10-07Move archive extraction in content store to async jobsfan5
2021-10-07Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d
This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
2021-03-30Consistent title bar + render information in mainmenu (#10764)SmallJoker
2021-02-23Continue with 5.5.0-devsfan5
2021-02-07Use consistent temp folder path (#10892)rubenwardy
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-04ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-07-09Continue with 5.4.0-devsfan5
2020-06-17Fix typo (#10043)oilboi
2020-06-06Add HTTP API to main menu (#9998)rubenwardy
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
2020-05-01Give the online lua mainmenu also the client_list and mods (#8691)Lejo
2020-04-05Continue with 5.3.0-devsfan5
2020-01-08Improve Lua API documentation on sounds (#9265)Wuzzy
2019-10-12Continue with 5.2.0-devsfan5
2019-08-12Add support for set_formspec_prepend in main menu (#8611)rubenwardy
2019-06-07Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵DS
(#8572) This was forgotten in #5852.
2019-03-04Continue with 5.1.0-devsfan5
2019-01-31Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy
2018-12-11Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy
2018-06-17Remove deprecated functions from menu_lua_api.txt (#7455)Anand S
2018-06-15Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot
* Version scheme change: 0.5.0 -> 5.0.0
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2018-03-28Load dependencies and description from mod.confAndrew Ward
2017-08-20New version scheme (#6292)Loïc Blot
* 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
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy
2017-06-06Main Menu: Add get_clientmodpath API (#5912)Elijah Duffy
Add `core.get_clientmodpath` to main menu API (also possible in async calls).
2017-06-03Bump version to 0.4.16ShadowNinja
2016-12-22Bump version to 0.4.15sfan5
2016-05-27Add base64 encoding and decoding to the lua api. (#3919)red-001
2016-05-15Bump version to 0.4.14sfan5
2015-10-26SAPI: Move core.get_us_time() to Util modulekwolekr
2015-10-04Hide mapgens from main menu not intended for end userskwolekr
2015-08-20Bump version to 0.4.13est31
2015-05-16Add core.get_dir_listShadowNinja
2015-02-18Bump version to 0.4.12Perttu Ahola
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est31
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
2015-01-18Reorganize supported video driver query mechanismskwolekr
2014-12-29Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr
Also rewrite mapgen registration for static initialization
2014-12-24Bump version to 0.4.11kwolekr
2014-08-23Add video driver selection to settings menu (based uppon idea from ↵sapier
webdesigner97)
2014-06-14Fix regression dirt texture not beeing default in non cloud menusapier
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
2014-05-08Use "core" namespace internallyShadowNinja
2014-04-27Add support for dpi based HUD scalingsapier
Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen