aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mainmenu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add check_mod_configuration to main menurubenwardy2022-07-141-0/+2
* Android: Add support for sharing debug.txt (#12370)rubenwardy2022-06-051-0/+2
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-071-0/+2
* Drop --videomodes, fullscreen_bpp and high_precision_fpu settingssfan52021-06-161-2/+0
* Fix server favorites not saving when client/serverlist/ doesn't exist already...sfan52021-04-091-1/+1
* Use consistent temp folder path (#10892)rubenwardy2021-02-071-0/+2
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-221-4/+0
* ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy2021-01-041-0/+2
* Add open user data button to main menu (#10579)rubenwardy2020-12-191-0/+4
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-0/+3
* Add support for set_formspec_prepend in main menu (#8611)rubenwardy2019-08-121-0/+2
* Hide uninstall package button on unmodifiable paths (#8255)rubenwardy2019-03-051-0/+2
* Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy2019-01-311-0/+2
* Fix pkgmgr game install with RUN_IN_PLACE=0 (#8113)Paul Ouellette2019-01-261-3/+4
* Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy2018-12-111-3/+0
* Add online content repositoryrubenwardy2018-04-191-1/+4
* Load dependencies and description from mod.confAndrew Ward2018-03-281-2/+6
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Remove remaining modstore code (#6120)Elijah Duffy2017-07-141-4/+0
* Improve the path select GUI (#5852)red-0012017-06-111-1/+1
* Main Menu: Add get_clientmodpath API (#5912)Elijah Duffy2017-06-061-0/+2
* Use a settings object for the main settingsShadowNinja2017-05-061-1/+2
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-131-5/+2
* Add version APIShadowNinja2016-10-311-2/+0
* l_mainmenu.h: remove unused l_get_dirlist functionest312015-08-301-2/+0
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-281-0/+2
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-181-0/+6
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-291-1/+3
* Add video driver selection to settings menu (based uppon idea from webdesigne...sapier2014-08-231-0/+2
* Organize builtin into subdirectoriesShadowNinja2014-05-071-1/+1
* Add support for dpi based HUD scalingsapier2014-04-271-0/+2
* Add formspec tableKahrl2014-01-131-0/+2
* Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev2014-01-051-0/+2
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-0/+6
* Add translation for main menusapier2013-08-171-0/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+137