guiHyperText: Fix blinky cursor on link hover (#9392)
[oweals/minetest.git] / doc / menu_lua_api.txt
2020-01-08 WuzzyImprove Lua API documentation on sounds (#9265)
2019-10-12 sfan5Continue with 5.2.0-dev
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-06-07 DSRemove modstore leftovers. Fix core.show_path_select_di...
2019-03-04 sfan5Continue with 5.1.0-dev
2019-01-31 rubenwardyContent store: Fix storage leak by storing screenshots...
2018-12-11 rubenwardyFix ContentDB packages timing out by using download_fil...
2018-06-17 Anand SRemove deprecated functions from menu_lua_api.txt ...
2018-06-15 Loïc BlotVersion scheme change: 0.5.0 -> 5.0.0 (#7449)
2018-04-19 rubenwardyAdd online content repository
2018-03-28 Andrew WardLoad dependencies and description from mod.conf
2017-08-20 Loïc BlotNew version scheme (#6292)
2017-07-14 Elijah DuffyRemove remaining modstore code (#6120)
2017-06-06 Elijah DuffyMain Menu: Add get_clientmodpath API (#5912)
2017-06-03 ShadowNinjaBump version to 0.4.16 0.4.16
2016-12-22 sfan5Bump version to 0.4.15 0.4.15
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-05-15 sfan5Bump version to 0.4.14 0.4.14
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-04 kwolekrHide mapgens from main menu not intended for end users
2015-08-20 est31Bump version to 0.4.13 0.4.13
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-02-18 Perttu AholaBump version to 0.4.12
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-25 kwolekrBump version to 0.4.11 0.4.11
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
2014-05-16 sapierAdd formspec toolkit and refactor mainmenu to use it 1241/head
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-01-13 KahrlAdd formspec table
2014-01-01 kwolekrBump version to 0.4.9 0.4.9
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-09-10 PilzAdamAllow non-string arguments for minetest.is_yes()
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-17 sapierAdd translation for main menu
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-02 sapierReplace C++ mainmenu by formspec powered one