Add protocol_version and supported package types to ContentDB urls
[oweals/minetest.git] / src / script / lua_api / l_mainmenu.h
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 1949/head
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... 1495/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
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... 977/head
2013-08-17 sapierAdd translation for main menu
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...