]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_mainmenu.h
Add minetest.get_player_window_information() (#12367)
[minetest.git] / src / script / lua_api / l_mainmenu.h
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-10-17 sfan5Take geographic distance into account for server list...
2022-07-14 rubenwardyAdd check_mod_configuration to main menu
2022-06-05 rubenwardyAndroid: Add support for sharing debug.txt (#12370)
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-04-09 sfan5Fix server favorites not saving when client/serverlist...
2021-02-07 rubenwardyUse consistent temp folder path (#10892)
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-04 rubenwardyContentDB: Add overwrite dialog when content is already...
2020-12-19 rubenwardyAdd open user data button to main menu (#10579)
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-03-05 rubenwardyHide uninstall package button on unmodifiable paths...
2019-01-31 rubenwardyContent store: Fix storage leak by storing screenshots...
2019-01-26 Paul OuelletteFix pkgmgr game install with RUN_IN_PLACE=0 (#8113)
2018-12-11 rubenwardyFix ContentDB packages timing out by using download_fil...
2018-04-19 rubenwardyAdd online content repository
2018-03-28 Andrew WardLoad dependencies and description from mod.conf
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-14 Elijah DuffyRemove remaining modstore code (#6120)
2017-06-11 red-001Improve the path select GUI (#5852)
2017-06-06 Elijah DuffyMain Menu: Add get_clientmodpath API (#5912)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2016-11-01 ShadowNinjaAdd version API
2015-08-29 est31l_mainmenu.h: remove unused l_get_dirlist function
2015-03-28 Craig RobbinsAdd Lua function get_video_modes() for main menu
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-08-22 sapierAdd video driver selection to settings menu (based...
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 sapierAdd support for dpi based HUD scaling
2014-01-13 KahrlAdd formspec table
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-08-17 sapierAdd translation for main menu
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...